|
kingFrank (Electrical)
2 Jul 02 14:49
How do I link a .DLL into my C source code??? Help!!!, as simple as that I am using visual c++
wizardofoz (Computer)
10 Sep 02 20:56
Each DLL has a statically linked interface library that you link in with your application. Then, you include the header file for the DLL and just use the function. Simple, easy.
It's possible to use DLL's in more exotic ways, but that's best saved for people intimately involved in the guts of Windows.
Oolan Zimmer
(Click:)
|