Strange compile error
Strange compile error
- Subject: Strange compile error
- From: "Theodore H. Smith" <email@hidden>
- Date: Wed, 14 Jul 2004 16:02:19 +0100
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.