>> >> "DaTurk" <mmagd...@hotmail.com> wrote in message
>>
[quoted text clipped - 42 lines]
> are callback classes that get activated via a strait c++ third party
> orb.
Does this third-party code generator create source code, or binaries? If
source code, no problem, compile with /clr and you can use unmanaged classes
all day. If binaries, then you have bigger problems than .NET
compatibility -- to wit, lockin to a particular compiler version and
particular compile options.
DaTurk - 06 Aug 2007 16:10 GMT
Um, I'm not entirely sure about code generation. We're talking about
CORBA here, all I know is I pass these "callback" c++ #pragma
unmanaged classes to the POA_MANAGER, and it "activates" them so that
I can use them to receive callbacks from the ORB. So, I'm not sure if
that explains it really. But because I'm plugging these classes into
a black box, third party, ORB magic thingy .... I'm reluctant to mix
too much tech.
Ben Voigt [C++ MVP] - 06 Aug 2007 18:10 GMT
> Um, I'm not entirely sure about code generation. We're talking about
> CORBA here, all I know is I pass these "callback" c++ #pragma
[quoted text clipped - 3 lines]
> a black box, third party, ORB magic thingy .... I'm reluctant to mix
> too much tech.
What exactly do you give the manager? Source code? Binary interface
pointers?