Hi, i get a compile error when i try to #include <windows.h>
Cannot open include file: 'windows.h': No such file or directory
How do i fix this? thanks
This is a discussion on <windows.h> within the Windows Programming forums, part of the Platform Specific Boards category; Hi, i get a compile error when i try to #include <windows.h> Cannot open include file: 'windows.h': No such file ...
Hi, i get a compile error when i try to #include <windows.h>
Cannot open include file: 'windows.h': No such file or directory
How do i fix this? thanks
Perhaps you need to set up your include-path?
--
Mats
Compilers can produce warnings - make the compiler programmers happy: Use them!
Please don't PM me for help - and no, I don't do help over instant messengers.
Could you possibly explain how? I apologize, for im new to source coding. Thanks
That depends on the compiler/IDE you use. What do you use?
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
visual c++ 2005 express edition is the program im using to write in. Also allows me to compile.
VS Express 2005 requires that you download the Windows SDK to write windows programs.
For information on how to enable C++11 on your compiler, look here.
よく聞くがいい!私は天才だからね! ^_^
thanks