Difference between revisions of "Talk:Multi screen support build install"

(missing windows.h)
 
(missing windows.h)
 
Line 1: Line 1:
 
== missing windows.h ==
 
== missing windows.h ==
  
If your compilation reports that it doesn't find the file 'windows.h' check your environment variable 'include'. You find the file 'windows.h' in  C:\Program Files\Microsoft Platform SDK\Include\. Therefor, this path has to be part of your 'include' variable
+
*If your compilation reports that it doesn't find the file 'windows.h' check your environment variable 'include'. You find the file 'windows.h' in  C:\Program Files\Microsoft Platform SDK\Include\. Therefor, this path has to be part of your 'include' variable
 +
 
 +
*also make sure, that the environment variables are set properly and not overridden by some local variables!

Latest revision as of 07:47, 20 June 2006

missing windows.h

  • If your compilation reports that it doesn't find the file 'windows.h' check your environment variable 'include'. You find the file 'windows.h' in C:\Program Files\Microsoft Platform SDK\Include\. Therefor, this path has to be part of your 'include' variable
  • also make sure, that the environment variables are set properly and not overridden by some local variables!