"Regis St-Gelais" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > But I am having a hard time making the palm photo APIs work. > Well, I am not even able to load the library. > > err=SysLibFind(PalmPhotoLibName, &PhotoRefNum); > if (err != errNone) > { > err=SysLibLoad(PalmPhotoLibTypeID, PalmPhotoLibCreatorID, &PhotoRefNum); > } > > Those 2 calls both give me a lib not fund error. > I a debuging directly on a Zire71 device. >
There's a readme.txt in the "Extra\PalmPhotoLib" directory that says: "The Palm Photo API allows developers to take advantage of services in the Palm Photos application, v.1.1.0.20. The API will work only in conjunction with Photos v.1.1.0.20 which is available on the Tungsten|T3 and Tungsten|E devices." There's no mention of the Zire 71. Regards -Laurens -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
