Continue to Site

Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I link a .DLL into my C source code??? Help!!! 1

Status
Not open for further replies.

kingFrank

Electrical
Jun 20, 2002
3
How do I link a .DLL into my C source code??? Help!!!,
as simple as that I am using visual c++
 
Replies continue below

Recommended for you

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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor