LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

save .dll on library

Hello all!
 
I have a little problem... I usually save my VI's into llb (Save with Options -> Development Distribution) and everything is perfect but I had a problem recently with a VI that needs a dll and this one is not saved into the library. When I tried to open my VI it didn't work because it kept calling this dll.
 
Can this be done? How?
 
Thanks for your answers,
 
Isabel
 
0 Kudos
Message 1 of 3
(2,866 Views)

No, you cannot save a dll into an llb. The llb was originally used to get around the limitations of file name length in windows 3. You can distribute the llb and dll together as a zip file.

I hope you are using the llb only for distribution. Saving a project in development into an llb instead of separate VIs in a folder is a bad idea. A single corrupt VI can make the entire llb unreadable.

0 Kudos
Message 2 of 3
(2,863 Views)

Hi,

Yes I only use the llb for distribution, it's much more easier. I just wanted to know if it was possible to integrate the dll and I have my answer.

 

Thanks

0 Kudos
Message 3 of 3
(2,858 Views)