Re: IDL and C# [message #49175] |
Wed, 28 June 2006 10:09 |
Mike Wallace
Messages: 25 Registered: May 2006
|
Junior Member |
|
|
Look up the section in the IDL 6.3 documentation dealing with Connector
Objects for Java and COM. Try it out and see if it will be able to meet
your needs. If you're only doing "number crunching" with IDL, the
Connector Object should suffice. The Export Bridge Assistant Module
should only be necessary if you must have a complex relationship between
IDL objects and Java/COM objects.
-Mike
Gert wrote:
> Hi,
>
> We're thinking of writing apps that use C# (or Java) as a 'top layer'
> because they have nice object functionalities, test-routines etc.. The
> hardcore number crunching (mainly on images) would be done in IDL. So the
> program should be able to interface nicely with IDL. IDL claims this would
> go 'seamlessly' (right!) with the IDL Export Bridge Assistant Module...
>
> Does anyone have experience on using this or has a knowledge of a working
> way to acomplisch this...
>
> thx,
>
> Gert
>
> ------------------------------------------------------------ -----------------
>
>
|
|
|