Re: baffled
Re: baffled
- Subject: Re: baffled
- From: Dave Sopchak <email@hidden>
- Date: Tue, 8 Apr 2003 21:59:05 -0700
That
'carb'
is a 32 bit integer, 4 bytes...came from 32 bit type/creator codes of
the MacOS.
These 32 bits codes were often described this way, rather than just a
number, this way it would actually seem to mean something to us wetware
types.
In this case, a 'carb' resource is what's needed in order for OS X to
recognize that your app will run natively on OS X.
On Tuesday, April 8, 2003, at 08:08 PM, Lloyd Dupont wrote:
I recently on a peace of code:
Get1Resource('carb', 0)
what does '---' mean ? I mean what this single quoted string mean ?
anyway it's not a string, doesn't play well with printf ..
No, it's not a string. Use %d with printf.
Dave
_______________________________________________
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.
References: | |
| >baffled (From: Lloyd Dupont <email@hidden>) |