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