G
Guest
We have a native VC++ server application I'm planning on adding support to
allow our customers to write synchronous event handlers using .NET. From my
research it appears hosting the CLR using the new hosting interface will give
me the most flexablitity in configuring and controling the CLR. Although this
will require some limited use of COM to get running I'd like to avoid using
COM, if possible, for communicating between the server and event handlers, so
I thought IJW might be a good alternative. So, is it possible to use the
hosting API to load the CLR, but use IJW to make calls and send data between
the server and the handlers written in managed code? Are there any examples
you could point me to?
Thanks,
Steve
allow our customers to write synchronous event handlers using .NET. From my
research it appears hosting the CLR using the new hosting interface will give
me the most flexablitity in configuring and controling the CLR. Although this
will require some limited use of COM to get running I'd like to avoid using
COM, if possible, for communicating between the server and event handlers, so
I thought IJW might be a good alternative. So, is it possible to use the
hosting API to load the CLR, but use IJW to make calls and send data between
the server and the handlers written in managed code? Are there any examples
you could point me to?
Thanks,
Steve