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?
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 :)
Thanks Elias, I was able to find it.