ldtox80 in a Carbon Mach-0
ldtox80 in a Carbon Mach-0
- Subject: ldtox80 in a Carbon Mach-0
- From: Mark Thomas <email@hidden>
- Date: Mon, 12 Apr 2004 23:04:58 +0100
- Organization: Coderus Ltd
Hi,
I'm converting my code over from PEF Carbon to Mach-o Carbon, I cannot
seem to convert this code, as ldtox80 doesn't seem to be there.
long double theLongDouble = mWavFormat.nSamplesPerSec;
ldtox80 ( &theLongDouble, &mSndInfo.AIFFSampleRate );
Any ideas what I should be using now for Mach-o as I saw there is dtox80,
and I saw that MacOS-X doesn't support long doubles, but this functions is
protected by a NO_EXTENSION #define, so not sure how I should be doing this,
should I just define that ???.
One weird thing, which I need to check is that I'm sure that I got this
same code through XCode, but I'm using CodeWarrior 8.3 here, so confused why
there should be a difference.
Thanks for any pointers
Mark.
_______________________________________________
coreaudio-api mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/coreaudio-api
Do not post admin requests to the list. They will be ignored.