UInt64ToLongDouble
UInt64ToLongDouble
- Subject: UInt64ToLongDouble
- From: Tom Bernard <email@hidden>
- Date: Fri, 13 Dec 2002 02:48:28 -0700
I have written an application that uses UInt64ToLongDouble as in:
UInt64 workingUInt64, divisor, quotient, remainder;
i = (int)UInt64ToLongDouble(quotient);
I have just upgraded to Jaguar and installed the July 2002 Developer Tools.
While my application runs without problems under Jaguar, attempting to build
the application results in a linker error:
ld: Undefined symbols:
_UInt64ToLongDouble
I recall a warning that UInt64ToLongDouble might go away; searching Apple's
web site turns up
UInt64ToLongDouble
Carbon status: Unsupported
------------------------------------------------------------------------
UInt64ToLongDouble (
UInt64 value
);
How do I get an integer from a UInt64?
Tom Bernard
email@hidden
_______________________________________________
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.