On Thu, 2010-12-16 at 23:48 +0200, Paul Sokolovsky wrote:
> And back to the issue at that link, I worked it around with the
> following patch:
>
> -BOOL WINAPI Shell_NotifyIconW(DWORD,PNOTIFYICONDATAW);
> +BOOL WINAPI Shell_NotifyIcon(DWORD,PNOTIFYICONDATAW);
> -#define Shell_NotifyIcon Shell_NotifyIconW
> +//#define Shell_NotifyIcon Shell_NotifyIconW
>
> But where's correct place to resolve this issue? AFAIK, headers come
> from w32api/mingw32, so extra-patching them makes little sense, besises
> they seem to be correct per MS docs, which say that wince has only "W"
> functions. I understand that coredll is dllinked by oridinals, so names
> are secondary, but maybe libcoredll.a is what actually should provide
> "W" symbols?
I'm not going to get involved again, but take this advice from me :
- you'll find that the MS docs are not always correct
- you'll find every version of Windows to be subtly different
Merging with some other development (e.g. w32api) involves introducing a
set of #ifdefs for CE into their sources.
Danny
--
Danny Backx ; danny.backx - at - scarlet.be ; http://danny.backx.info
------------------------------------------------------------------------------
Lotusphere 2011
Register now for Lotusphere 2011 and learn how
to connect the dots, take your collaborative environment
to the next level, and enter the era of Social Business.
http://p.sf.net/sfu/lotusphere-d2d
_______________________________________________
Cegcc-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cegcc-devel