GRRRRR....

Started by Martin Francom, December 21, 2009, 02:54:19 PM

Previous topic - Next topic

Martin Francom

I am in the process of converting a rather large application.  And I am getting some strange compiler error messages.   The latest message is:    477   Syntax Error

The cursor is left in the middle of a comment line, with other comments lines above and below it.   Anyone ever get this error message?   Suggestions?

Elias Montoya

#1
Hello Marty,

I have occassionally ran accross this critter. A good way to catch this syntax
error is to open the MAIN BAS file in the regular PB IDE.

When you compile it in the PB IDE, you can see where the error actually is.
Not a very fancy solution but does the job.

Elias :)
Win7, iMac x64 Retina display 5K, i7-5820K 4.4 ghz, 32GB RAM, All updates applied. - Firefly 3.70.

Martin Francom

Thanks Elias, I was able to find it.