Re: MFC Porting Issues
Re: MFC Porting Issues
- Subject: Re: MFC Porting Issues
- From: Shawn Erickson <email@hidden>
- Date: Fri, 20 Jan 2006 12:52:38 -0800
On 1/20/06, Kevin Wojniak <email@hidden> wrote:
> Here's the structure:
>
> typedef struct
> {
> BYTE b1[8];
> DWORD height;
> DWORD width;
> WORD w1;
> WORD bitDepth;
> DWORD d2;
> DWORD blockLen;
> } IPOD_PICTURE_HEADER;
>
>
> BYTE = unsigned char
> DWORD = unsigned long
> WORD = unsigned char
What is sizeof(WORD) on Windows? I think is it larger the a byte.
Also what structure packing is being used or expected?
-Shawn
_______________________________________________
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