Compiler switches

In this category you can exchange your programming questions and solutions.
Post Reply
Wreidek
Posts: 3
Joined: Tue Nov 08, 2005 3:00 pm

Compiler switches

Post: # 193Post Wreidek
Tue Feb 26, 2008 9:29 pm

Can the compiler be run from the command line? If so can anyone tell me what the required switches are? Can the console window be turned off when I compile a program?

Sorry for so many questions. Thanks for any help.

PaPi
Posts: 114
Joined: Wed May 16, 2007 11:55 am

Compiler switches

Post: # 194Post PaPi
Wed Feb 27, 2008 4:17 pm

The compiler switches are

fnxcompiler.exe [-LANGUAGE] appfilename [-w]

The -w option will force a window message bog with the error description if there is any.

A language file always start with error and the extension is the same as the language.  ie ERROR.ENG the switch is -ENG.
If there is no language option the language is english.

The errors are dumped in fnx.log

PaPi

Post Reply