Page 1 of 1
Compiler switches
Posted: Tue Feb 26, 2008 9:29 pm
by Wreidek
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.
Compiler switches
Posted: Wed Feb 27, 2008 4:17 pm
by PaPi
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