bad news, i am using palmphotolibrary on treo 680 without any problem. and my initialisation looks exactly the same as yours. maybe it could be some memory or stack issue? (not enough space in one of them)
Sumesh wrote: > Hi, > I am using PalmOnePhoto library For jpeg conversions in my application. My > application is working in Treo 650 device without any problem, but in Treo > 680 it crashing while loading the PalmOne library. Previously it was working > fine in both the devices, but after crashing first time it continuesly > crashing while loading the palmone library. > > err = SysLibFind(PalmPhotoLibName, &pLibRefNum); > > if(err) > err = SysLibLoad(PalmPhotoLibTypeID, PalmPhotoLibCreatorID, > &pLibRefNum); > > if(!err) > PalmPhotoLibOpen(pLibRefNum); > > This is the function i'm using for loading the Library. I am using the same > function for creating the thumbnails also that time its working properly. And > in the debugging time, in the call stack it showing one 0xFFFFFFF0 (68k) like > function. I've seen one thread about this in the palm forum, but its not > clearing my problem. Is this function cause the crashing?? My application > having 4 segments all are less than 62k only. > > Sumesh > > -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
