I started a new Win 32 console application project in VS2010..
It is known that you cant add reference to dll from references tabs, as Projects tab appears only…
Under linker project properties i can see that i am able to specify only .lib files not dll.
I have the header file and dll and lib but i want to use dll. Is it imposible to use dll with this type of project??
The linker doesn’t know how to use a native DLL. The import library for the DLL is required.