Problem Unable to build DLLs in Orbiter 2010

Columbia42

Member
Joined
Dec 4, 2009
Messages
884
Reaction score
0
Points
16
Location
C:\ProgramFiles\Orbiter
When I try to build a DLL out of any of the Orbiter SDK projects (or my own projects), the build log says that it can't open a file called 'windows.h' and that there's no such file or directory and that Orbitersdk/include/OrbiterAPI needs to open it. All of the stuff I made myself worked in Orbiter 2006 but now it comes up with the above error message. Is there something you have to do differently when creating Orbiter 2010 projects as opposed to Orbiter 2006 projects and if so, why were the SDK files not modified accordingly?

BTW, I am using VC++ 2008 as a compiler.
 
When I try to build a DLL out of any of the Orbiter SDK projects (or my own projects), the build log says that it can't open a file called 'windows.h' and that there's no such file or directory and that Orbitersdk/include/OrbiterAPI needs to open it. All of the stuff I made myself worked in Orbiter 2006 but now it comes up with the above error message. Is there something you have to do differently when creating Orbiter 2010 projects as opposed to Orbiter 2006 projects and if so, why were the SDK files not modified accordingly?

BTW, I am using VC++ 2008 as a compiler.

You might have to get the windows SDK
http://www.orbiterwiki.org/wiki/Free_Compiler_Setup#Get_the_Windows_SDK

Have you followed the free compiler setup on ShuttlePB?
 
Back
Top