Page 1 of 1
New IDE...
Posted: Sat Apr 03, 2010 11:57 am
by Aurelz
Hi all..
I`ts bean long time ago when i visit fnx forum.
i have a question.
Do i can present here myself written IDE for fnxbasic?
If i do...
Which command line i must use for:
run fnx script
compile fnx script
Aurel
New IDE...
Posted: Tue Apr 13, 2010 3:39 pm
by Aurelz
Is anyone have something to answer??
I see that this topic is 100 viewed but without respond
weird...
New IDE...
Posted: Thu Apr 15, 2010 3:19 pm
by Marco
Hi ,
fnxbasic is not really a script, it is a bytecode compiler, a text file with basic commands is compiled to a bytecode the bytecode represents machinecodes procedures written in delphi. Ther are no usefull switches. You can drag and drop the textfile onto the fnccompiler.exe or at the console type:
fnxcompiler.exe mybasfile.bas. With the correct paths.
then an executefile is generated into the same folder where the bas file is.
This execute file is stand alone and represents the program.
And for me you can publish everthing about fnxbasic at this forum.
But not if the maker of a program has a copyright and don`t want to be his work republished.
I hope this will help you further.
best regards
New IDE...
Posted: Thu Apr 15, 2010 8:50 pm
by Aurelz
Thanks admin on explain.
of course that will be freeware but not opensource.
i will see what i can doo...
all best..
New IDE...
Posted: Fri Apr 16, 2010 2:56 pm
by Marco
BTW after every compile sesion the error will be saved in the file fnx.log a text file in the folder where the compiler is.