Re: Wrapping a libbonobo object as a CORBA object



Hi,

On Sun Oct 15, 2000 at 12:35:01AM +0200, ERDI Gergo wrote:

-> The other side-effect of the bonobomm objects being CORBA objects
-> themselves is that the current (default?) ORBit/C++ IDL compiler creates
-> code that uses C concepts like char* for string and funny structs instead
-> of vector<>s. Is there a really native C++ ORBit IDL compiler frontend?

The OMG IDL->C++ mapping doesn't use STL, unfortunately. Probably
because the mapping predates STL. However, there are a lot of ..._var
wrapper classes (are these in ORBit/C++?), which will help you with
mem management (these prevent a lot of silly bugs, and optionally
create some harder, new bugs...;-)

Check 'Advanced CORBA Programming in C++' by Henning/Vinoski.

--Dirk-Jan.


+--------------------------------------------------+
          Dirk-Jan C. Binnema <djcb dds nl> 
           http://www.casema.net/~devnull
 --------------------------------------------------
                 PGP/GPG fingerprint:
 BB49 41D7 053D E5F1 F333 586E C530 CBC3 4352 A39F
+--------------------------------------------------+




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]