Exposing .NET Compact Framework Components to COM

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

Guest

Hi,
i found a topic in VS help describing this topic, but it is too brief.
Does anybody know about any resource? web page, example,....
 
Hi,

AFAIK interop is not implemented in the CF , I could be wrong though, I
cross posted this to
microsoft.public.dotnet.framework.compactframework where you could find a
better answer.

Cheers,
 
is it going to be supported in Whidbey CF? I mean the possibility to call
managed code from unmanaged modules?
 
There will be some COM support in Whidbey, yes. You can call into unmanaged
code from managed code right now, there's just no support for COM itself

Paul T.
 

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