Text only
|
Text with Images
Pelles C forum
C language => Beginner questions => Topic started by: Cat on August 28, 2007, 01:09:20 PM
Title:
<windows.h> in console program
Post by:
Cat
on
August 28, 2007, 01:09:20 PM
I need to include windows.h in my console program, but program with string #include <windows.h> does'nt compile.
Title:
Re: <windows.h> in console program
Post by:
JohnF
on
August 28, 2007, 02:21:22 PM
You probably need to set "Enable Microsoft extensions".
Project Options -> compiler tab.
John
Title:
Re: <windows.h> in console program
Post by:
Cat
on
August 29, 2007, 06:05:45 AM
Thank you! :)
Text only
|
Text with Images