adding a dll to a VS 2008 Win32 application

Posted by Ayusman on Stack Overflow See other posts from Stack Overflow or by Ayusman
Published on 2010-04-26T23:59:10Z Indexed on 2010/04/27 0:03 UTC
Read the original article Hit count: 283

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about dll

Related posts about VS