How can I Create a DLL ?
can someone give simple example. with one function to export, and how to link or export it ?
Printable View
How can I Create a DLL ?
can someone give simple example. with one function to export, and how to link or export it ?
From Visual C++ 6.0:
-Select File | New
-Choose Win32 Dynamic-Link Library
-Give it a name and a location
-Click "OK"
-Choose "A DLL that exports some symbols."
-Click "Finish"
There you go.