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