03-18-2008 08:40 AM
03-19-2008 10:08 AM
03-19-2008 10:42 AM
Hi Benjamin,
Thank you for your answer.
Unfortunately, the other post didn't help me much.
The dll is provided by another company and so I cannot put it on the web without their agreement. Concerning CVI, I've tried to just declare the handles and to call the function contained in the dll. So basically I have juste this:
LStrHandle hraw, hout, houtp;
hraw = (LStr**)DSNewHandle(sizeof(LStr));
hout = (LStr**)DSNewHandle(sizeof(LStr));
houtp = (LStr**)DSNewHandle(sizeof(LStr));
dll_function('parameters');
Thanks again.
Best regards,
Arnaud
03-26-2008 04:58 AM