The SG Group SDK is an index of all the APIs, typedefs and defines. But it
is only helpfull if you already know how the APIs works.
Using the sample for the cameralib I was able to understand amd use the
camera APIs. 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.
Any sample program or advice would be apreciate.
Thanks
--
Regis St-Gelais
www.laubrass.com
--
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/