Re: Problem with IDL to c++
David Weir <[email protected]>
| Newsgroups | gmane.comp.corba.orbacus |
|---|---|
| Organization | Object Oriented Concepts, Inc. - An IONA Company |
| Message-ID | <[email protected]> |
Hello Swapnil, On Mon, Mar 14, 2005 at 10:25:29PM +0530, Swapnil Wale wrote: > Hi David, > Yes I am using Sun's RMIC complier. Have you come across someone > who has successfully implemented RMI-IIOP using Sun's RMIC compiler or is it > just in theory? > > I have a long way to go with the project. So if you can give me some advise > I can think on migrating. Thank you and have a nice day. > > -Swapnil- The following is from an OB-Users post from April of 2004, and should be useful to you. -- There are a few issues with the "idl" files that get generated from the SUN "rmic" tool, in particular, with valuetypes. It is illegal for a non-custom valuetype to inherit from a custom valuetype, which may be what is happening here. Here's an article for you to look over: http://docs.sun.com/source/817-0462-10/dccpp.html Please refer to the section "Creating a C++ Client", subsection "Generating the IDL Files", specifically step 5. -- Cheers, Dave -- David Weir Team Orbacus - Your CORBA Source E-Mail: [email protected] Phone: (709) 738-3725 x20 WWW: http://www.orbacus.com _______________________________________________ OB-Users Mailing List - [email protected] http://mail.ooc.nf.ca/mailman/listinfo/ob-users Visit our support FAQ before you send a message. http://www.orbacus.com/faq/support.html