Hi,

I am getting problems supporting hires on Tungsten T. The problem
is I check against device ROM version and Win version:

FtrGet(sysFtrCreator, sysFtrNumROMVersion, &ROMVer);
FtrGet(sysFtrCreator, sysFtrNumWinVersion, &WinVersion);

#define ourMinVersion   sysMakeROMVersion(5,0,0,sysROMStageRelease,0)

if ((ROMVer < ourMinVersion) || (WinVersion < 4)) {
 ... sorry, no hi-res supported.
}

but the ROMVer on that device returns 05000000 while ourMinVersion
is 05003000. What do I do wrong? Or where's the catch?

Regards,
-- 
"Daddy, what "Formatting drive C:" means?"...

 Marcin                       http://wfmh.org.pl/carlos/

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to