11-15-2002 08:09 AM
11-15-2002 03:57 PM
12-05-2008 07:52 AM
12-05-2008 09:24 AM
Please be more spesific. Poste some exampels or screen shot. Need to know what kind of input the dll expect and output structure

12-05-2008 10:39 AM
I am trying to initialize my camera. pl_pvcam_init -to initialize pvcam library-works. I have problems with the pl_cam_get_name and pl_cam_open. First returns the name of the camera (string) that is used futher by the second to initialize the camera hardware.
In the header file first function is defined as rs_bool pl_cam_get_name(int16 cam_num, char_ptr cam_name).
The Function propotype in the Call Library function(CLF) looks as int32_t pl_cam_get_name(int16_t cam_num, CStr cam_name);
I tried to create a buffer for a string as was mentioned in the Manual. Did not work. I tried to use instead of C string array of 8-bit integers-does not work. The strange thing is also that CLF for return type puts always void -but I found that this is normal. For function type Bool it seems to be equivalent to int32.
I hope it's a bit more clear. I hope you may suggest me smth
Best regards
12-05-2008 11:52 AM
