[omniORB] Long double mapping
Duncan Grisby
duncan at grisby.org
Tue Apr 20 14:38:44 BST 2004
On Tuesday 20 April, "Frederic Prin" wrote:
> Is the IDL type "long double" supported on 32 bits platforms ?
It is supported on platforms where the C++ compiler supports a long
double with sufficient precision.
The problem you have is that you are using Windows. Visual C++ does
not support proper long doubles. It has a long double type, but it's
the same precision as double, and is therefore not suitable for CORBA
long double.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan at grisby.org --
-- http://www.grisby.org --
More information about the omniORB-list
mailing list