- Joined
- Mar 10, 2010
- Messages
- 138
- Reaction score
- 0
- Points
- 0
- Location
- Where there are dead guys to dig up
Hi all,
So, after modifying craft using vinka's custom dlls for years, I finally decided to try my hand at creating a custom dll for a vessel I'm working on. After some research, I downloaded and installed VC++2005 Express and Windows SDK for Server 2008.
Problem is, neither appears to contain windows.h, so my build fails. I've double and triple-checked my Include pathways, but no dice; it ain't on my machine. Specifically, I receive this error message:
1>c:\users\user\desktop\orbiter10\orbitersdk\include\OrbiterAPI.h(26) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
I scoured the web, and saw reference to a workaround but all the links seem dead by now. The only other real advice I saw (to people with my same problem, none of whom posted any later than about 2007 lol) was to install the newest Platform SDK ... the "newest" of which I saw must of been from 2004.
Any advice?
And please, use tiny words with me here! My knowledge of programming and its technical jargon is very, very limited thus far. I'm a fly-boy at heart; this programming venture is to me a necessary evil, I mean a necessary step in the process, to get my craft flying the way it ought to be flying.
Cheers, and may the Probe be with you if you manage to offer suggestions I can wrap my brain around!
So, after modifying craft using vinka's custom dlls for years, I finally decided to try my hand at creating a custom dll for a vessel I'm working on. After some research, I downloaded and installed VC++2005 Express and Windows SDK for Server 2008.
Problem is, neither appears to contain windows.h, so my build fails. I've double and triple-checked my Include pathways, but no dice; it ain't on my machine. Specifically, I receive this error message:
1>c:\users\user\desktop\orbiter10\orbitersdk\include\OrbiterAPI.h(26) : fatal error C1083: Cannot open include file: 'windows.h': No such file or directory
I scoured the web, and saw reference to a workaround but all the links seem dead by now. The only other real advice I saw (to people with my same problem, none of whom posted any later than about 2007 lol) was to install the newest Platform SDK ... the "newest" of which I saw must of been from 2004.
Any advice?
And please, use tiny words with me here! My knowledge of programming and its technical jargon is very, very limited thus far. I'm a fly-boy at heart; this programming venture is to me a necessary evil, I mean a necessary step in the process, to get my craft flying the way it ought to be flying.
Cheers, and may the Probe be with you if you manage to offer suggestions I can wrap my brain around!