Hi,

In porting XCSoar, I've encountered a few things missing from the
mingwce includes:

ce_setup.h: This is used to control Today items

And CW_DEFAULT definition, used for default window sizes e.g. as
arguments to CreateWindow().

Also when building for PPC2003, there's a problem with shlobj.h,
specifically the lines:

#if (_WIN32_IE >= 0x0400)
#define SHGetSpecialFolderPath SHGetSpecialFolderPathW
#endif

This results in undefined SHGetSpecialFolderPathW at link time.
Commenting out the definition and it works fine.

Another thing that's missing is the SHRGINFO and related commands (e.g.
SHRecognizeGesture).

Most of these problems I can get around, I'm just raising them as items
missing currently.





-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to