You (ajcaruana at gmail.com) wrote: AJC> "LNK2019: unresolved external symbol _WinMain at 16 referenced in AJC> function _WinMainCRTStartup" Probably you are compiling server as 'window'-subsystem application, instead of 'console'-subsystem (check whether you have main() function in sources instead of WinMain()). Just adjust your compiler command line. --