Re: How to use VARIANT Structure of C on MAC OSX andXCODE2.2...............
Re: How to use VARIANT Structure of C on MAC OSX andXCODE2.2...............
- Subject: Re: How to use VARIANT Structure of C on MAC OSX andXCODE2.2...............
- From: Graham J Lee <email@hidden>
- Date: Mon, 8 May 2006 10:15:18 +0100
On 8 May 2006, at 10:09, Kenny Millar wrote:
Ooops - cut and paste in haste! That should have looked like this.
(eg)
And then #define your vt's like this....
#define VT_FLOAT 1
#define VT_DOUBLE 2
#define VT_INT 3
that's a long way to spell:
enum {VT_FLOAT=1, VT_DOUBLE, VT_INT};
Cheers,
Graham.
--
Graham J Lee
"Oxford University's UNIX Expert"
As seen in MacWorld UK
http://iamleeg.blogspot.com
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden