If you get the message:
ERROR: function @ Ordinal 297 missing
Please Check your SYSGEN variable!!!
Then the problem is most likely to be a missing funciton in CoreDLL, to check which it is go to the private sources:
\WINCE600\PRIVATE\WINCEOS\COREOS\CORE\DLL>notepad core_common.def
In this you should be able to search for the ordinal number
; @CESYSGEN IF COREDLL_BATTERY
BatteryDrvrGetLevels=BatteryDrvrGetLevels @297
BatteryDrvrSupportsChangeNotification=BatteryDrvrSupportsChangeNotification @298
BatteryGetLifeTimeInfo=BatteryGetLifeTimeInfo @713
BatteryNotifyOfTimeChange=BatteryNotifyOfTimeChange @714
GetSystemPowerStatusEx=GetSystemPowerStatusEx @715
GetSystemPowerStatusEx2=GetSystemPowerStatusEx2 @1358
; @CESYSGEN ENDIF
Tuesday, 12 October 2010
Subscribe to:
Post Comments (Atom)
1 comment:
ha, I am going to test my thought, your post bring me some good ideas, it's truly amazing, thanks.
- Joe
Post a Comment