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...
New IDE...
Is anyone have something to answer??
I see that this topic is 100 viewed but without respond
weird...
I see that this topic is 100 viewed but without respond
weird...
New IDE...
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
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...
Thanks admin on explain.
of course that will be freeware but not opensource.
i will see what i can doo...
all best..
of course that will be freeware but not opensource.
i will see what i can doo...
all best..
New IDE...
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.