New IDE...

In this category you can exchange your programming questions and solutions.
Post Reply
Aurelz
Posts: 15
Joined: Tue Apr 24, 2012 7:44 am

New IDE...

Post: # 642Post Aurelz
Sat Apr 03, 2010 11:57 am

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

Aurelz
Posts: 15
Joined: Tue Apr 24, 2012 7:44 am

New IDE...

Post: # 643Post Aurelz
Tue Apr 13, 2010 3:39 pm

Is anyone have something to answer??
I see that this topic is 100 viewed but without respond
weird...

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

New IDE...

Post: # 644Post Marco
Thu Apr 15, 2010 3:19 pm

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

Aurelz
Posts: 15
Joined: Tue Apr 24, 2012 7:44 am

New IDE...

Post: # 645Post Aurelz
Thu Apr 15, 2010 8:50 pm

Thanks admin on explain.
of course that will be freeware but not opensource.
i will see what i can doo...
all best..

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

New IDE...

Post: # 646Post Marco
Fri Apr 16, 2010 2:56 pm

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.

Post Reply