[omniORB] C++ long long type support

Adriaan Joubert a.joubert@albourne.com
Tue, 21 Nov 2000 18:22:57 +0200


Hi,

	Just to let you know that if I re-built omniOrb from a clean
distribution,
applied the patch, and now it works fine.

Cheers,

Adriaan

> 
> On Monday 20 November, Adriaan Joubert wrote:
> 
> >       I need an unsigned long long in my code, but omniidl (3.0.2) complains
> > that it is not supported. I applied the patch from Duncan's message
> >
> > http://www.uk.research.att.com/omniORB/archives/2000-10/0019.html
> >
> > but still no luck. I've tried this  on linux, but want to use it on both
> > linux and Tru64. So I've evidently omitted something or done something
> > stupid.
> 
> As long as you have applied that patch, it should work fine. Are you
> trying to compile the IDL with Any support (the -Wba flag to omniidl)?
> Long long isn't supported in Any with 3.0, since that would break
> binary compatibility.