I'm guessing the platform/API specific section will do just fine for this type of problem.
As for the missign windows.h file, I'm not quite sure where how to aproach it, how is the file included ? is it like
Code:
#include "windows.h"
Or is it like
Code:
#include <windows.h>
Since the last one should try and find it in teh normal include library.
I havn't touched Visual C++ much, but is the project you're trying to compile started as a
project or is it just a fast
I want to try and see if this code compiles ?
With this I'm thinking of the times when the IDE has no idear how to find common header files, since the compilation of the project isn't run as a combined project, but rather as a single file compilation. (I hope you're folowing my thoughts on this, since I have no otehr way of explaining it)
And last but not least, does the program know which includes libraries to look for ? And are they placed where the library settings are pointing ?
Perhaps the last thing here is more of a linux/gcc thing, but visual C++ might have a similar way by system-variables which tells it where the include libraries are located.
Anyway, welcome here at Code Newbie Red Sentinel, I hope you will find your stay just as intoxicating as the rest of us
