Dear experts
In order to modify the Keyboard control panel I copied
the folder \WINCE420\PUBLIC\WCESHELLFE\OAK\CTLPNL\CPLMAIN
to my own platform.
Trying to build the sources leads to the following compiler error:
power.cpp(1239) : error C2065: 'GetSystemPowerStatusEx' : undeclared
identifier
I found that the prototype of this function is sysgened out of winbase.h,
because I didn't include the Battery Driver.
Is there a way to do something like
IF COREDLL_BATTERY
in the sources file, to compile the power.cpp only
if the Battery Driver is included?
TIA
--
Michael Reim
reim AT helmut-fischer DOT de