interworking between c# \.net and vc++

  • Thread starter Thread starter dishadiv
  • Start date Start date
D

dishadiv

how to add a class library(dll created using Visual studio vc# --
smartdevice-->windows mobile 6 professional -->class library ) to a
native vc++ smartdevice code.
 
You can't. Hosting isn't supported so native code cannot call managed code.
The (sort of) workaround is to use a separate process and use IPC to
communicate.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 

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

Back
Top