I am trying to create a C-based application in 64-bit mode using the x64 target in the configuration manager in visual studio 2008.
However, I use sockets, and my program includes winsock.h and winsock32.lib in the project properties library section?
What is the equivalent for 64-bit? I do not want to run a 32-bit, but as a purely 64-bit application.
Thanks for any help in advance.
Subbu
Subbu source share