Ich wrote:
[color=blue]
> Can anyone tell me how to use a DLL in C++?[/color]
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.
"Ich" <NOSPAM@TO.ME > schrieb im Newsbeitrag
news:c1365f$hqb $1@news2.solcon .nl...[color=blue]
> Can anyone tell me how to use a DLL in C++?
>
> Thanks,
>
> Ich (JJK)[/color]
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
"Ich" <NOSPAM@TO.ME > ¦b¶l¥ó news:c1365f$hqb $1@news2.solcon .nl ¤¤¼¶¼g...[color=blue]
> Can anyone tell me how to use a DLL in C++?
>
> Thanks,
>
> Ich (JJK)
>
>[/color]
Ich wrote:[color=blue]
> Can anyone tell me how to use a DLL in C++?[/color]
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>
"Ich" <NOSPAM@TO.ME > schreef in bericht news:c1365f$hqb $1@news2.solcon .nl...[color=blue]
> Can anyone tell me how to use a DLL in C++?
>
> Thanks,
>
> Ich (JJK)
>
>[/color]
Comment