Can somone make me a win32 compile?
I get
Code:
1>------ Build started: Project: sockets, Configuration: Debug Win32 ------
1>Compiling...
1>sockets.cpp
1>f:\amx\trunk\dlls\sockets\sockets.cpp(25) : fatal error C1083: Cannot open include file: 'winsock.h': No such file or directory
1>amxxmodule.cpp
1>f:\amx\trunk\dlls\sockets\amxxmodule.cpp(2774) : error C2198: 'PFN_OVERRIDENATIVES' : too few arguments for call
1>Generating Code...
1>Build log was saved at "file://f:\AMX\trunk\dlls\sockets\Debug\BuildLog.htm"
1>sockets - 2 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
@ Visual C++ 2005 Express Edition
I always got problems with compiling dlls.
Where to get that winsock.h ?
__________________