My app runs fine on a multitude of devices, but crashes on the Handspring Treo.� I have zeroed in on the problem and found that a call to SysCreateDataBaseList seems to be the culprit.� When making this call, I get a fatal exception and the device must be reset.� I created a test app that simply call SysCreateDataBaseList upon startup and this test app crashes on the Treo as well.� My call to SysCreateDataBaseList looks like this: � ����������� UInt16 dbCount = 0; ����������� MemHandle dbIDs = NULL; ����������� Boolean bSuccess = SysCreateDataBaseList (0, 0, &dbCount, &dbIDs, true); � Has anyone else noticed a problem with using SysCreateDataBaseList on the Treo?� Any help would be greatly appreciated. � Thanks, Alan
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
