How do I use functions from a DLL?

Posted by Russel on Stack Overflow See other posts from Stack Overflow or by Russel
Published on 2010-06-09T03:56:52Z Indexed on 2010/06/09 4:02 UTC
Read the original article Hit count: 203

Filed under:
|

How do I use functions from a DLL? I'm a total newbie and I don't really understand how to use functions from a DLL file. I'm trying to use MS Visual Studio 2008 (C++).

My understanding is that the DLL files will have corresponding header files and as long as I include the header files and call the functions normally in my code, it should work? Is that correct? Then I would just need to have the compiled exe file be able to find the DLL?

Please let me know if that is a remotely correct understanding!

Thanks!

Russel

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about dll