I will  test it ;)

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

I will  test it ;)

Post: # 73Post diakin
Sat Jun 23, 2007 10:36 pm

Hi!
At first thank you for nice project! ?[smiley=dankk2.gif]

I hope it acquire as many users as Rapid-Q.

Rapid-Q is the greate compiler, but in my current project I neem more fast executables.
So I plan to try FNX Basic.

First question. I have my own IDE. How can I use fnxcompiler.exe from my IDE.
What command line options has fnxcompiler? I not found info in documentation.
Thank you.

WBR, Andrew

endloop
Posts: 10
Joined: Wed Jun 20, 2007 1:26 pm

I will  test it ;)

Post: # 74Post endloop
Sun Jun 24, 2007 11:44 am



Hello,

 The statement is very simple : "fnxcompiler". I don`t knox if there is some options, I guess no but maybe I am wrong.

Marco
Site Admin
Posts: 246
Joined: Sat Sep 15, 2018 8:41 pm

I will  test it ;)

Post: # 75Post Marco
Mon Jun 25, 2007 3:34 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

best regards

Post Reply