Bugs in Beta 2010

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

Bugs in Beta 2010

Post: # 562Post magna
Wed Jan 27, 2010 6:55 pm

I just discovered that I cant compile anymore:

"Runtime error at position 2077
Cannot create file "C:fnxbasic-eng C:fnxbasicProjectsdbtest.tmp". Die Syntax f?r den Dateinamen, Verzeichnisnamen oder die Datentr?gerbezeichnung ist falsch"

My fnxeditor.ini reads:

<snip>
[options]
compilerlang=-eng
<snip>

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

Bugs in Beta 2010

Post: # 563Post Marco
Wed Jan 27, 2010 9:14 pm

You can not use the old editor with the new fnxbasic.
That`s why i`ve added a new simple editor that must be extend to a true IDE in the future.
I hope you can wait for it.

best regards

magna
Posts: 30
Joined: Tue Nov 08, 2005 3:00 pm

Bugs in Beta 2010

Post: # 564Post magna
Wed Jan 27, 2010 11:51 pm

Sure, no problem. I use PSPad anyway and integrated your compiler into this editor, so I have still syntax highlighting and such stuff.

Were any compiler switches changed or added?

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

Bugs in Beta 2010

Post: # 565Post Marco
Thu Jan 28, 2010 3:37 pm

There are no switches (yet)`
best regards

magna
Posts: 30
Joined: Tue Nov 08, 2005 3:00 pm

Bugs in Beta 2010

Post: # 566Post magna
Thu Jan 28, 2010 11:30 pm

Huh? I thought there are at least the -LANGUAGE and the -w switches ...

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

Bugs in Beta 2010

Post: # 567Post Marco
Fri Jan 29, 2010 4:45 pm

Yeah it will come but i don`t know when.
I think I will let it work with an ini file so everybody can translate it to their own language.
What kind of switches do you wish?
btw The beta version is completely new programmed.

best regards

magna
Posts: 30
Joined: Tue Nov 08, 2005 3:00 pm

Bugs in Beta 2010

Post: # 568Post magna
Sat Jan 30, 2010 12:05 pm

What I like about FNX-Basic is its simplicity. Therefor I see no need for compiler switches at the moment.

If there really is need to modify the way the compiler translates a source file this could also be done in form of compiler directives as you did it with "Report".

BTW: do you have a complete list of all error messages the compiler knows? If yes, then we could try to write a help file which explains the meaning of these error messages. This could be extremly useful for newcomers.

Post Reply