Re: [orbitcpp-list] Basic question
Status: Beta
Brought to you by:
philipd
From: Richard A. <ric...@ix...> - 2001-06-27 22:38:14
|
orbit-idl is the IDL compiler. Try orbit-idl --lang=c++ <file.idl> This will generate C and C++ stubs and skels for you which you can then use to make your clients and servers. The stubs are for the client and the skels provide an empty implementation of the server. Before you can make use of the server you need to provide some activation method to start the server when needed, so you need to read about the OAF (Object Activation Framework) or libgnorba. You can find this info on the gnome web site www.gnome.org. There are various flags for orbit-idl which affect what results from compilation. try orbit-idl --help On Thu, 28 Jun 2001 00:11:56 Matteo Airaghi wrote: > Hello, > I'd like to know how, after I wrote an IDL interface, I can compile in > C++ this interface with the ORBit IDL compiler for c++. > Thank you for the answers and sorry for the elementary question (I'm a > beginner...). > > > > _______________________________________________ > orbitcpp-list mailing list > orb...@li... > http://lists.sourceforge.net/lists/listinfo/orbitcpp-list > |