[EMAIL PROTECTED] wrote:
I don't think it's possible to directly get the proc name/speed. However, you can determine the actual manufacturer and model of the device, hence the processor/name and speed:
The type of the installed CPU is stored as feature - though one must include an actual header file to have all possible values.
The speed might be obtainable by using "Err SysSetPerformance(UInt32 * sysClockP, UInt16 * cpuDutyP)" and passing a pointer to a 0 value to indicate that clock/duty cycle should only be read not set. (SysSetPerformance is system-use only, so probably better not cry if it fails;)
Ingbert -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
