NO

Author Topic: I get many errors compiling a Windows program...  (Read 9837 times)

Offline Pelle

  • Administrator
  • Member
  • *****
  • Posts: 2266
    • http://www.smorgasbordet.com
I get many errors compiling a Windows program...
« on: September 13, 2004, 10:41:16 PM »
By default, the compiler only accepts standard C. To compile a Windows program, you need to enable Microsoft extensions in the compiler. In the IDE, go to Project Options and make sure Enable Microsoft Extensions is checked on the Compiler tab. From the command line, make sure you use the /Ze compiler option.
/Pelle