maccatalan
Registered
Hi.
a source that compiled very well before now does not with the following error.
Here is the code :
[[NSBezierPath bezierPathWithOvalInRect:rect]_fill];
When I let this "as it" I get compilation errors :
stray '\320' in program
stray '\240' in program
When I replace the draw-oval-in-rect instruction by :
NSRectFill(rect);
then it works very well.
This problem depends only on the NSBezierPath instruction. I tried it on other projects, even empty projets and ... nothing to do. Always the same two ununderstable errors.
Thx for your help,
Pierre.
a source that compiled very well before now does not with the following error.
Here is the code :
[[NSBezierPath bezierPathWithOvalInRect:rect]_fill];
When I let this "as it" I get compilation errors :
stray '\320' in program
stray '\240' in program
When I replace the draw-oval-in-rect instruction by :
NSRectFill(rect);
then it works very well.
This problem depends only on the NSBezierPath instruction. I tried it on other projects, even empty projets and ... nothing to do. Always the same two ununderstable errors.
Thx for your help,
Pierre.