when I launch fnxeditor and open c:fnxbasicProjectsExamplesarrayofbutton.bas, then File->compile, fnxeditor hangs and lose response, so that I have to close it in Task manager
when I double-click fnxcompiler.exe, it crashes immediately with an errer msgbox
I use fnx basic in simpilfied chinese win2k with sp4, Intel 1.7G
fnxeditor hangs/fnxcompiler crashes
fnxeditor hangs/fnxcompiler crashes
Hi,
You cannot compile it with a double click on the compiler, you can however drag the file you want to compile upon the fnxcompiler.
If this works there could be a path problem within the editor.
Does fnx works with other code or is it only with the arrayofbutton?
It could be a problem of windows 2000.
try to run
dim f as form
f.showmodal
regards marco
You cannot compile it with a double click on the compiler, you can however drag the file you want to compile upon the fnxcompiler.
If this works there could be a path problem within the editor.
Does fnx works with other code or is it only with the arrayofbutton?
It could be a problem of windows 2000.
try to run
dim f as form
f.showmodal
regards marco