Hi Regis,

>  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.

Here is my HB++ code and it works well for me on a ZIRE 71.
Perhaps you can check variables values .


        iRefNum=LoadLibrary("CameraLib-camL","libr","camL")


Where CameraLib-camL is the PalmPhotoLibName
      camL is the PalmPhotoLibCreatorID


HTH 

Colmerauer

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to