PDA

View Full Version : Visual Studio 6



necropolis
05-07-2003, 03:28 PM
Got my hands on Visual Studio 6, can't seem to get the server to compile. What kind of an application should I be creating? Console App, or Console App with MFC classes?

Any suggestions would be helpful?

Thanks in advance :)

Regards,

Necropolis

cavemanbob
05-07-2003, 05:02 PM
Plain console app, no MFC, make sure it's linking Ws2_32.lib. Also either set it to not use precompiled headers or add an #include <stdafx.h> at the top of the cpp file.