winapi - Using SO_EXCLUSIVEADDRUSE in VC++ 6.0 -
I am trying to build my exe win32 app which is used by testcode for using the SOSXXNSADADURUS option. But when I make my CEC in VC ++, then compile it because it says that this symbol is undeclared. Similar symbols such as SO_REUSEADDR are defined in vc98 / include / winsock2.h. There is no insight as to how to compile this thing. Which version of the Winsock libraries supports this unique address? If I change the respective header files and libraries in vc98, will it be able to run in a consistent way?
Pleasure, Lamp
Download and install the latest Windows SDK -
SO_EXCLUSIVEADDRUSE was not present when VC6 was shipped and it was not the headers that were supplied with it.
Comments
Post a Comment