Hi,
How to create dll in VC++?
If possible give some simple example.
Any help will be appreciated.
Thanx.
Printable View
Hi,
How to create dll in VC++?
If possible give some simple example.
Any help will be appreciated.
Thanx.
For a simple example:
VC++6:
Choose "New->Project"
Select "Windows DLL"
Choose "DLL with a few exported symbols"
Click ok.
VC++7:
Choose "New->Project"
Select "Win32 Project"
In the app settings, choose "DLL"
Check the "Export Symbols" box
Click ok.