Hi Danny,

On Fri, 2008-08-29 at 20:18 +0200, Danny Backx wrote:
> 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 ?

Ah, will check and get back to you.  How do things work with respect to
copyright on these issues?  Presumably we can't just copy ce_setup.h ---
how much of a "chinese wall" do we need if we need to re-implement it
from scratch?

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

This CW_DEFAULT is actually pretty hard to find information about on the
web; it's a fairly complex macro too looking at the EVC/SDK headers.
Same question as before --- we surely can't just copy the definition but
have to re-implement?

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

I think it's the first possibility.  If it's the second possibility, it goes 
beyond my feeble abilities here.

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

OK, will have a look at it.



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