Compiling Help Please


geo12

Retrofuturist
Joined
Dec 27, 2003
Messages
713
Location
Ithaca
Website
Visit site
I cant compile with fenix for some reason. The compiler built into the fenix desktop editor says somethink about there being to many ends, I cannot open FXC (a DOS screen flashes for a second and then closes) and the compiler in Flamebird says "helloworld.dcb no found"
Could sombody please help.

(im running win XP service pack 2)
 
The compiler we use for the GP32 version isn't compatible with the old Fenix Desktop.
So you need to compile manually from the command line.
 
"Too many ends"... this is a error of sintaxis. You must put a "END" in some cases like (BEGIN... END/ IF... END/ While... END etc...).
Check your "END"'s because seems you put one more of the needed.

Byes

PD: Put your code is you wish :)
 
Back
Top