Re: [fpc-pascal] strange compiler message

2005-11-07 Thread Michalis Kamburelis
[EMAIL PROTECTED] wrote: Hi, When I want to compile a unit, I get a strange error message: Warning: Comment level 2 found The lines involved do contain comments that use brackets {}. Anybody any ideas what might be causing the compiler messages?? "Comment level 2 found" is only a warning,

Re: [fpc-pascal] strange compiler message

2005-11-07 Thread L505
>When I want to compile a unit, I get a strange error message: > >Warning: Comment level 2 found Usually a simple mistake, such as an {open comment that you forgot to close.. they can be tricky to see with your eyes at times. -- L505 http://z505.com ___

[fpc-pascal] strange compiler message

2005-11-07 Thread dhkblaszyk
Hi, When I want to compile a unit, I get a strange error message: Warning: Comment level 2 found The lines involved do contain comments that use brackets {}. Anybody any ideas what might be causing the compiler messages?? Darius Blaszijk ___ fpc-pas