fnxeditor hangs/fnxcompiler crashes

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

fnxeditor hangs/fnxcompiler crashes

Post: # 19Post oyster
Sun Apr 22, 2007 2:49 am

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

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

fnxeditor hangs/fnxcompiler crashes

Post: # 20Post Marco
Sun Apr 22, 2007 9:29 am

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

Post Reply