adding a dll to a VS 2008 Win32 application
- by Ayusman
Hi,
I have created a project VC++ in VS 2008.
I want to call a certain function in an external dll.
How can I add the reference/resource [I am a java guy please forgive if I am using the wrong terms here] to my project so that I can call the functions in the dll.
I have gone through several forums and yet have not found a clear solution.
Please help.
TIA
Ayusman