On Mon, 2008-08-25 at 18:14 +1000, John Wharington wrote:
> ce_setup.h: This is used to control Today items

What should be in it ?

> 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

Two possibilities :
- Maybe this is valid only for desktop Windows. (Meaning, the definition
  should not be present for CE at all.)
- The _WIN32_IE condition may be wrong. MSDN says this function exists
  since Windows CE 2.12. Do you have a clue how to better code the
  condition ?


> 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).

If you have non-copyrighted definitions for these to submit, we would be
very grateful :-)

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

Yeah, I've encountered similar problems in the past. They're not always
easy to solve in a general way though : we may need information from a
couple of sources. Looking it up on MSDN usually helps a lot.

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


-------------------------------------------------------------------------
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