Hello, Uffe!
> When developing for WinCE, is it possible to compile for DLL's or COM
> objects?
You can compile your DLLs as easy as you do under Win32. As for COM-objects, it
depends on your task. In general, WinCE supports COM. But firmware of your
target device may implement one of several lev
On Wed, Nov 10, 2010 at 9:13 AM, Uffe Kousgaard wrote:
> When developing for WinCE, is it possible to compile for DLL's or COM
> objects?
Your frase isn't very clear, so you want to use a COM object or you
want to implement one?
Using COM objects should work nearly the same as in Win32, but peop
Am 10.11.2010 09:13, schrieb Uffe Kousgaard:
When developing for WinCE, is it possible to compile for DLL's or COM
objects?
I don't even know if COM objects exist on WinCE, so sorry if that part of
the question makes little sense - still trying to get an overview of
available "glue" technology o
When developing for WinCE, is it possible to compile for DLL's or COM
objects?
I don't even know if COM objects exist on WinCE, so sorry if that part of
the question makes little sense - still trying to get an overview of
available "glue" technology on that platform.