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

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?
 
D

Daniel Moth

Sorry, you cannot call managed code from unmanaged with the CF.

Cheers
Daniel
 
A

Alex Yakhnin, MVP

One of the options could be to use MessageWindow on CF side and send it
messages from the native side.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top