Re: Tool to convert IDL to C++ ?? [message #36034] |
Fri, 08 August 2003 09:02 |
Rick Towler
Messages: 821 Registered: August 1998
|
Senior Member |
|
|
The newsgroup comp.lang.idl has nothing to do with the Interactive Data
Language. The readers of that newsgroup would appreciate it if you do not
cross post your Interactive Data Language questions there in the future.
<SafeAE@HotPop.com> wrote in message news:3F32F2B0.2060609@HotPop.com...
> Hi
>
> I have an application in IDL - I want the C++ code for it?
>
> Is there a Tool/utility or something else that I can use to do it?
>
> Thank you, SafeAE@hotpop.com
>
|
|
|
Re: Tool to convert IDL to C++ ?? [message #36038 is a reply to message #36034] |
Thu, 07 August 2003 19:03  |
George N. White III
Messages: 56 Registered: September 2000
|
Member |
|
|
On Fri, 8 Aug 2003 SafeAE@HotPop.com wrote:
> Hi
>
> I have an application in IDL - I want the C++ code for it?
>
> Is there a Tool/utility or something else that I can use to do it?
>
> Thank you, SafeAE@hotpop.com
If it is a nontrivial IDL application what you will need a really good
library that implements the RSI-supplied routines your app uses.
Depending on what you need, a suitable library may or may not already
exist in a form callable from C++. If it does, any competent C++
programmer should be able to do what you need. If not, you need a team of
experts to build the library.
--
George N. White III <aa056@chebucto.ns.ca>
|
|
|