Interaction between managed & unmanaged code -
04-22-2010
, 01:53 AM
Hi there, all!
I'm trying to solve a such problem.
There is a dll, based on unmanaged C++, which takes data from the
network. It exports all required functions for a client_side tool,
which written in C#. When data is received, dll should notify the
client side about it.
How can I do this?
I'd appreciate any advice |