• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Strange compile error
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Follow-Ups:
    • Re: Strange compile error
      • From: John Stiles <email@hidden>
  • Prev by Date: Re: How do I use an NSProgressIndicator?
  • Next by Date: performKeyEquivalent disables Command-Q hotkey
  • Previous by thread: Re: Any Cocoa/Obj-c Report Engines?
  • Next by thread: Re: Strange compile error
  • Index(es):
    • Date
    • Thread