10-22-2008 07:49 AM
Hy all,
i try to call a library done by myself with labview. When i specify the path of my library in the call library configure box everything work fine. When
i try to specify the path outside the call i can't call my library.
Here an example project :
What wrong?
thanks
10-23-2008 07:55 AM
Hi.
I saw in you VI that the last part of you dll path is VI_1.lib, whereas you have to specify VI_1.dll. I also noticed that there's a breakpoint in VI_1.vi, and that may cause some problems during the execution of you main VI.
Maybe this is the origin of your error.
Regards.
Mehdi A
NIF AE
Here's