|
-
Mar 26th, 2003, 11:25 AM
#1
Thread Starter
Member
How to create dll in VC++
Hi,
How to create dll in VC++?
If possible give some simple example.
Any help will be appreciated.
Thanx.
-
Mar 27th, 2003, 03:13 PM
#2
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.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|