LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

specify path for call library

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

0 Kudos
Message 1 of 2
(2,547 Views)

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

0 Kudos
Message 2 of 2
(2,517 Views)