Link errors on a winsock app 
Author Message
 Link errors on a winsock app

Quote:
>I can build the release version with no problems, but when I
>try to build a debug version I get the following errors that are telling
>me that the debug unicode libraries for winsock cannot be found.

Carl,

Try adding Ws2_32.lib to the list of libraries for your debug build.

Dave
--
MVP VC++ FAQ: http://www.*-*-*.com/
My address is altered to discourage junk mail.
Please post responses to the newsgroup thread,
there's no need for follow-up email copies.



Sun, 02 Mar 2003 03:00:00 GMT  
 Link errors on a winsock app

Hopefully somebody here can help me out. I am fairly new to winsock apps
using mfc. I am creating a COM object that will ultimately be built in
unicode.  I can build the release version with no problems, but when I
try to build a debug version I get the following errors that are telling
me that the debug unicode libraries for winsock cannot be found. Any
help would be much appreciated.

Linking...
StckQts.obj : error LNK2001: unresolved external symbol

StckQts.obj : error LNK2001: unresolved external symbol

StckQts.obj : error LNK2001: unresolved external symbol


StckQts.obj : error LNK2001: unresolved external symbol


StckQts.obj : error LNK2001: unresolved external symbol


StckQts.obj : error LNK2001: unresolved external symbol

StckQts.obj : error LNK2001: unresolved external symbol


DebugU/StckQts.exe : fatal error LNK1120: 11 unresolved externals



Sun, 02 Mar 2003 23:23:48 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Problem linking 16bit winsock app

2. linking errors: MFC and Winsock 2

3. Winsock Winsock Winsock !!!

4. Win32 Console App - ADO Database link error

5. link error, using old c with my MFC console app

6. Unicode Console App - Linking Errors

7. Starter App made with AppWizard of VC 5.0 gives me link errors

8. Link errors with MFC app and non-MFC library

9. link error 2001 using string in multithread app

10. Link Error porting TAPI app to CE.NET

11. Winsock - compiling, not linking!

12. Winsock linking problems

 

 
Powered by phpBB® Forum Software