[ Moved thread ]
Printable View
[ Moved thread ]
Well...can you post your project (excluding the debug/release directories) here?
I am sending the compilable form of pinging server.I want this code to work in vc.net .Currently it is working in vc++ 6.0
One more thing when i execute the program in vc 6.0 during the pinging the program goes into "Not Responding" mode .
I am still looking for help
You should probably try:
Project > XXXX Properties > Configuration Properties > Linker > Input > Additional Dependencies
Adding ws2_32.lib there took care of the unresolved external (LNK2019) errors I was getting on some code that worked in VC6 but not VC7 (.NET).
Cheers,
-Noah