Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello,
My computer has been upgraded from WinXP 32-bit to Win7 64-bit and VS2008 was reinstalled.
Unfortunately, I can't build my C++ project using Winsock anymore! :-(
ws2_32.lib reference is typed in "linker/inputs/dependencies but" I get a link error!
Your help is welcome.
Regards.
Posted
Comments
dev_at_ccv 18-Apr-13 8:57am    
Thank you very much for your solution. I prefered to install a virtual machine with XP 32 bit. Regards.

Hi,

Did you try to link the ws2_32.lib file(in your application dependency settings) in your 64 bit machine ?
 
Share this answer
 
Since you moved from a 32 bit machine to 64 bit machine, you need to upgrade most of your apps from 32 to 64 bit as well. This includes the 32 bit winsock library. You will probably find other things needing upgrade as well...
 
Share this answer
 
Comments
dev_at_ccv 18-Apr-13 8:57am    
Thank you very much for your solution. I prefered to install a virtual machine with XP 32 bit. Regards.
I installed a virtual machine with XP 32 bit on my Win7 64 bit. That was the easiest and the most quick way for me!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900