Re: [orbitcpp-list] orbitcpp-0.30 is out!
Status: Beta
Brought to you by:
philipd
|
From: Konrad P. <ko...@cr...> - 2001-02-08 23:35:35
|
On 08-Feb-2001 Phil Dawes enlightened me with:
[...]
> If you change the
> void* operator new(CORBA::ULong size)
> lines to
> void* operator new(size_t size)
> in orbitcpp_sequence, and
> << "::operator new(" IDL_CORBA_NS"::ULong size) {" << endl;
> to
> << "::operator new(size_t size) {" << endl;
> in compiler/types.cc, then that should fix it.
>
> Please let me know how you get on - as I say, I haven't tested
> on a 64
> bit platform.
>
Thanx Phil! This works. I had to change 3 lines in
orbitcpp_sequence.hh and one in types.cc.
I haven't made any test programs yet, but it compiles fine.
thnx again,
Konrad
________________________________________________________________
.~. Konrad Podloucky GnuPG/PGP-key available by request
/V\ Why Bill Gates has succeeded:
// \\ "The obvious mathematical breakthrough would be
/( )\ development of an easy way to factor large prime
^^-^^ numbers." The Road Ahead (1995), page 265
|