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
Compiler switches
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
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