How can unmanaged code call into managed code in .NET CF

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created two projects. One is C#.NET for WinCE platform, the other is
Embedded VC++. I want to write code in EVC to call into C# code. Just like
callback between the different languages and runtimes. It seems no good ways
for me to solve it. Who could help?
 
One of the options could be to use MessageWindow on CF side and send it
messages from the native side.
 
Back
Top