Groups | Blog | Home
all groups > dotnet compact framework > may 2006 >

dotnet compact framework : Using unmanaged code from CF



Stefano Magni
5/31/2006 5:58:02 AM
Hi all,
I've written an unmanaged DLL in C++ that contains different class; I must
use this DLL from my Windows CE device with an application written in C#.
I'd like to use C++/CLI for write a wrapper around C++ unmanaged code. Is it
ctacke/
5/31/2006 10:10:29 AM
Managed C++ is not supported. The only managed to native interface is
P/Invoke and there's plenty of online documentation on how that works.

-Chris


[quoted text, click to view]

AddThis Social Bookmark Button