How to use a DLL

J

james

Yes, Your post is at wrong place. But if you are running VC++ or BC++.
Simplely You #include .h file in your implement file then link .lib then DLL
will be linked at run time
 
R

red floyd

Ich said:
Can anyone tell me how to use a DLL in C++?

Thanks,

Ich (JJK)

I'm sure they could over on the microsoft newsgroups
(news://news.microsoft.com/microsoft.public.vstudio.development for example)
 
R

Rolf Magnus

Ich said:
Can anyone tell me how to use a DLL in C++?

On which system? With what kind of network? Why would you want to
directly use the networking hardware on data link level? Embedded
software? Anyway, that might be better asked in a newsgroup about
networking.
 
J

Jon Willeke

Ich said:
Can anyone tell me how to use a DLL in C++?

This article contains a decent survey of dynamic linking:

Dynamic Libraries in C++
Pete Becker
<http://anubis.dkuug.dk/jtc1/sc22/wg21/docs/papers/2002/n1418.html>

The specifics depend on the platform and the compiler. For example,
these two articles describe the obstacles to sharing DLLs between
Microsoft and Borland:

Using Visual C++ DLLs in a C++Builder Project
<http://www.bcbdev.com/articles/vcdll.htm>

Creating DLLs in BCB that can be used from Visual C++
<http://www.bcbdev.com/articles/bcbdll.htm>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,161
Messages
2,570,892
Members
47,430
Latest member
7dog123

Latest Threads

Top