11-28-2005 12:17 PM
11-28-2005 12:56 PM
11-29-2005 03:37 AM
Hi
Thanks for your reply;
I changed the type to **short int and now the types in labview match with the type in Labwindows; the applicationis working in Labwindow with this new type but i have still problem in Labview; the programm crashes. I cannot modify the DLL becasue the function that has the parameter **short int is afunction that i have taken from a library; in this fuction short int **phandle is allocated and initialize with the correct value; to avoid passing short int **, i could read the value of short int * phandle as return type, so that i don't need anymore to pass the pointer to a pointer; int his case i should use a return type in labview a numeric passed by pointer. What do you think?
Please, if you have any suggestion, let me know
Thanks a lot
Giuan
11-29-2005 09:48 AM
11-29-2005 10:17 AM
11-29-2005 11:37 AM
11-30-2005 09:28 AM