On Mon, 2009-12-28 at 03:20 +0000, tdham...@sdf.lonestar.org wrote:
> I am looking into writing some widgets for Androkkid (an Android-like
> interface running on Windows Mobile).
> 
> The source code examples I have found are all written in VB.NET. The API
> for a widget expects System.Drawing objects. When I include a header file
> for System.Drawing I get a conflict with Rectangle in wingdi.h. After
> defining NOGDI, the conflict is resolved, but IDispatch is not defined.
> Including oleauto.h to get that results in "'LPLOGPALETTE' has not been
> declared"- LPLOGPALETTE appears to be declared in wingdi.h!
> 
> I am not a MS Windows programmer, so this is all new to me. Any advice on
> how to proceed (or is it just not possible?)

Tim,

You're referring to stuff that cegcc doesn't offer : ported versions of
Microsoft frameworks.

The Mono project (http://www.mono-project.com) is doing this, but I'm
not sure whether their code has been ported to Windows Mobile yet.

        Danny
-- 
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info


------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to