Page 1 of 1

No windows.h?

Posted: Thu Jul 22, 2004 11:06 pm
by msfmzat
I try compiling MacroQuest2 again because of the update, using the beta 2005 Visual C++ because thats all I have access to and when I try and compile it the output window says that the include windows.h does not exist. Is there any other method or detailed explanation of what i do to update MQ2 (ie do i even have to recompile it this time around) or anyone explain to me this error? Thanks for the help

Newb

Posted: Thu Jul 22, 2004 11:10 pm
by dont_know_at_all
beta 2005 Visual C++? What is that?

You are missing the MS Platform SDK, I think, which is no longer free.

Posted: Thu Jul 22, 2004 11:18 pm
by msfmzat

Code: Select all

http://lab.msdn.microsoft.com/express/
Thats the url for the diff beta stuff... how much is the MS Platform SDK?? and where would I get it

Edit

I searched for MS Platform SDK on the Ms site and came up with a bunch of diff platform sdk's I don't know which i need any help appreciated

Posted: Wed Aug 25, 2004 12:37 am
by siferion
Well an update to the 2k5 compiler for those interested. I tried to copy over the headers that were missing from VC6 to 2k5. It's a no go, gave me 788 errors, all resulting in what seems to be syntax changes.

Posted: Wed Aug 25, 2004 1:00 am
by Mimatas
Leave it to Microsoft to change the syntax of C++.