21cn wrote:
I have make a microsoft vc++6.0 project in order to make a
sdlnet.dll.when i compile it into .dll ,it display follow
information:
Add “sdl.lib” and “wsock32.lib” to your link options.
… and DON’T ATTACH 227K FILES TO A NEWSGROUP POSTING !!! 
Regimental Command
Generic Armored Combat System
http://regcom.sourceforge.net
Randi J. Relander wrote:
21cn wrote:
I have make a microsoft vc++6.0 project in order to make a
sdlnet.dll.when i compile it into .dll ,it display follow
information:
Add “sdl.lib” and “wsock32.lib” to your link options.
Specifically …
Looks like you already have SDL.lib in your project. You don’t need
SDLmain.lib to compile a dll. You can either add wsock32.lib to your
workspace (it is in the VC98/Lib directory of your VC6 installation) or just
add it to the list of Object/Library modules in Project/Settings/Link. That
is where I usually put SDL.lib (and any other libraries), using
Tools/Options/Directories to point to the latest version.
Regimental Command
Generic Armored Combat System
http://regcom.sourceforge.net