Create a COM Automation server in .NET compact framework

T

Timothy Dean

You can expose .NET components to a COM automation server in .NET, right?
Can you do the same in the compact framework on a Pocket PC device?

Timothy Dean
 
T

Timothy Dean

Is there is good way to write a function in .NET (using the compact
framework) and call it from C++? Could a C++ application be extended by
writing components in .NET on the device and communicating both ways?
Thanks.

Timothy Dean
 
G

Guest

There really is no good way to do it. You could use IPC (MessageWindow,
MessageQueue, Events) to communicate with a running managed process, but
there's no way to get the managed code running inside your own process
without hosting support.


--
Chris Tacke
OpenNETCF Consulting
Managed Code in the 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

Top