<windows.h> in console program

Started by Cat, August 28, 2007, 01:09:20 PM

Previous topic - Next topic

Cat

I need to include windows.h in my console program, but  program with string #include <windows.h> does'nt compile.

JohnF

You probably need to set "Enable Microsoft extensions".

Project Options -> compiler tab.

John