Yup. Managed code cannot be hosted in/called by native code in either this
or the next CF version. CF 2.0 supports COM interop but again native code
will only be able to *call back* into managed code.
Cheers
Daniel
--
http://www.danielmoth.com/Blog/
"John Paulsson" <(E-Mail Removed)> wrote in message
news:%232t%(E-Mail Removed)...
> and I assume that makes it impossible to expose managed functions inside a
> DLL for use by a native CE application?
>
> (the plan was to expose the functionality inside a C# DLL, by creating a
> managed C++ wrapper DLL for use by the Win32 CE application). On a PC, you
> could do it that way, or through COM interoperability, which, isn't
> supported by the CE framework either.
>
> // John
>
> "Daniel Moth" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> No, both CF 1.0 and CF 2.0 only support VB & C#
>>
>>
>> "John Paulsson" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Is it supported now days?
>>>
>>
>>
>
>