Hello,
I've downloaded "HardwareUtils68K.h" from http://pluggedin.palmone.com
As said in the file header, this file contains public API of HardwareUtils library used by 68K applications.
(sounds promising: "header file which is used for various hardware functions such as: ?urning the screen on/off ?link the LED ?et the Blink-rate of the LED ?et the current state of the display. Keywords: hardwareutils.h, hardware, LED, blink, screen, display ")
The problem is: I can't make it work.
The HWUtils library does not seem to be loaded by the system (a call to SysLibFind(kHWUtilsName, &HWUtilLibRef) return is not 0).
Has anybody tried it already ?
Thanks in advance.
I have tried it on the Tungsten T and Tungsten T3, both works flawlessly.
If SysLibFind() returns an error, you should perform a SysLibLoad(), followed by the HWUOpen(). The FAQ on the plugged in program has a detail answer.
Best Regards, Tony Cheung
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
