Page 1 of 1
Bugs in Beta 2010
Posted: Wed Jan 27, 2010 6:55 pm
by magna
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>
Bugs in Beta 2010
Posted: Wed Jan 27, 2010 9:14 pm
by Marco
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
Bugs in Beta 2010
Posted: Wed Jan 27, 2010 11:51 pm
by magna
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?
Bugs in Beta 2010
Posted: Thu Jan 28, 2010 3:37 pm
by Marco
There are no switches (yet)`
best regards
Bugs in Beta 2010
Posted: Thu Jan 28, 2010 11:30 pm
by magna
Huh? I thought there are at least the -LANGUAGE and the -w switches ...
Bugs in Beta 2010
Posted: Fri Jan 29, 2010 4:45 pm
by Marco
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
Bugs in Beta 2010
Posted: Sat Jan 30, 2010 12:05 pm
by magna
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.