Can't have access to lib

Hi,
It’s my first time using declare to access functions from a lib.
When I use the code below, I get “false”.
The lib is in a folder named “libs” in my app folder.
I have tried the several function name the SDK is giving me but I always get false.

A=System.isfunctionavailable("PvCameraListEx","libPvAPI.dylib") MsgBox(str(A))
Thanks for your help.

Chris

Hi,

I find this link from Norman Palardy.
http://www.realsoftwareblog.com/2011/12/how-to-create-dylib-on-mac-os-x-and.html
Thanks to him , it resolves my problem.

Chris