[wx-dev] WinCE 5.0 SDK port ../wx/msw/wince/libraries.h question

ABX abx at abx.art.pl
Fri Sep 1 03:21:02 PDT 2006


"Mickey Mestel" <mickm at carmick.com>:
> so i am compiling a widgets app under VS2005 with the Mobile 5.0 SDK,
> and i have it running on an HP ipaq.  obviously having this commented
> out is not the thing to move forward with, so what do we put here?
>
> should i just get the define name of the SDK and add an empty line here?

that could be solution but iirc your case is related to pocketpc-like device,
right? so instead modifying libraries.h imo you should modify
include/wx/platform.h to correctly define __POCKETPC__ for your build. This if
currently recognized from "defined( WIN32_PLATFORM_PSPC )".


ABX




More information about the wx-dev mailing list