Coasterdude Posted February 14, 2007 Posted February 14, 2007 When I debug I get this error: c:\...\game\g_crash.c(198) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory What should I do?
Tinny Posted February 14, 2007 Posted February 14, 2007 Woah, which compiler are you using? And i'm guessing your using the ojp code right?
ensiform Posted February 14, 2007 Posted February 14, 2007 You probably have Visual Studio 2005 Express Edition and did not install the Platform SDK. :nervous
Coasterdude Posted February 14, 2007 Author Posted February 14, 2007 That is right Tinny, and Ensi what is Platform SDK? I am using Visual C++ 2005 Express
Tinny Posted February 14, 2007 Posted February 14, 2007 Platform sdk installation is the 4th step in the whole installation process: http://msdn.microsoft.com/vstudio/express/visualc/download/ I would also then suggest downloading and installing the sp1 patch for it: http://www.microsoft.com/downloads/details.aspx?FamilyID=7b0b0339-613a-46e6-ab4d-080d4d4a8c4e&DisplayLang=en
Coasterdude Posted February 14, 2007 Author Posted February 14, 2007 Thanks, I will try that out later . I'll reply and tell how it goes.
ensiform Posted February 14, 2007 Posted February 14, 2007 Platform sdk installation is the 4th step in the whole installation process: http://msdn.microsoft.com/vstudio/express/visualc/download/ I would also then suggest downloading and installing the sp1 patch for it: http://www.microsoft.com/downloads/details.aspx?FamilyID=7b0b0339-613a-46e6-ab4d-080d4d4a8c4e&DisplayLang=en lol the patch after install is like 6.2 gig :S
Coasterdude Posted February 15, 2007 Author Posted February 15, 2007 Thank you so much! My mod compiled and worked! I didn't install that patch though
Recommended Posts
Archived
This topic is now archived and is closed to further replies.