PlanetSquires Forums

Support Forums => General Board => Topic started by: Martin Francom on December 21, 2009, 02:54:19 PM

Title: GRRRRR....
Post by: Martin Francom on December 21, 2009, 02:54:19 PM
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?
Title: Re: GRRRRR....
Post by: Elias Montoya on December 21, 2009, 03:07:45 PM
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 :)
Title: Re: GRRRRR....
Post by: Martin Francom on December 21, 2009, 06:03:07 PM
Thanks Elias, I was able to find it.