Exposing .NET Compact Framework Components to COM

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,....
 
I

Ignacio Machin \( .NET/ C# MVP \)

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,
 
G

Guest

is it going to be supported in Whidbey CF? I mean the possibility to call
managed code from unmanaged modules?
 
P

Paul G. Tobey [eMVP]

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

Top