Search:
Forum
General C++ Programming
call functions from a dll
call functions from a dll
Jul 23, 2009 at 5:56am UTC
poonninja
(58)
i want to make a program that calls a function from a dll that i created. i found one method for loading the dll. loadlibrary but how do i call the functionsthat are in the dll?
Jul 23, 2009 at 12:02pm UTC
kbw
(9488)
http://www.cplusplus.com/forum/general/8090/
Jul 26, 2009 at 12:24am UTC
enigmatix
(26)
Direct linking:
http://www.cnblogs.com/WarrenTang/archive/2008/07/21/1247775.html
Run-time linking (look at "Using explicit run-time linking"):
http://en.wikipedia.org/wiki/Dynamic-link_library
Hope that helps.
Jul 26, 2009 at 2:37am UTC
george135
(268)
It's clearly explained on MSDN docs, for 20 years...
Topic archived. No new replies allowed.
C++
Information
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs