• 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
converting c to compatable structure
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

converting c to compatable structure


  • Subject: converting c to compatable structure
  • From: Jeff Childers <email@hidden>
  • Date: Mon, 24 Jan 2005 19:31:18 -0600


struct
{
unsigned char unknown[2];
unsigned char points[5];
unsigned char unknown_6[17];
} __attribute__ ((packed)) wp[3];

The code above throws errors but the following doesn't BUT I also don't know if it is programmically the same.

struct
{
unsigned char unknown[2];
unsigned char points[5];
unsigned char unknown_6[17];
} wp[3] __attribute__ ((packed));
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Prev by Date: Re: [Cocoa-Java] Seeking some explanations around an NotSerializableException
  • Next by Date: NSControl and multiple NSCells
  • Previous by thread: Re: NSImageView and mouse events
  • Next by thread: NSControl and multiple NSCells
  • Index(es):
    • Date
    • Thread