Re: Strange compile error
Re: Strange compile error
- Subject: Re: Strange compile error
- From: John Stiles <email@hidden>
- Date: Wed, 14 Jul 2004 09:07:56 -0700
Enable C++ mode (to do this, change your file extension from .m to .mm
or from .c to .cpp).
On Jul 14, 2004, at 8:02 AM, Theodore H. Smith wrote:
>
I'm compiling this code:
>
>
struct f3Line {
>
float X;
>
float Y;
>
float X2;
>
float Y2;
>
};
>
struct f3LineCache {
>
long CurrLine;
>
f3Line Lines[64];
>
};
>
>
I can't see any fault in this code, and it compiles fine in
>
CodeWarrior... am I missing something?? Is it some strange pragma I'm
>
not declaring or something?
>
>
--
>
Theodore H. Smith - Software Developer.
>
http://www.elfdata.com
>
_______________________________________________
>
cocoa-dev mailing list | email@hidden
>
Help/Unsubscribe/Archives:
>
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
>
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.