And, why doesn't that code use the API documented method of checking the feature, using:
if (FtrGet(sysFtrCreator, sysFtrNumWinVersion, &version) == errNone && version >= 4) ...
method of determining whether the hi-density APIs are available?
Because it was written to a beta version of the SDK before that mechanism had been introduced. When I update it, I'll change the code to use the feature-based mechanism.
-- Ben Combee, DTS technical lead, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
