LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Libary Folder

Hey,

I have a little problem. There might be a simple solution but I couldn't find it so far.

When I compile my VI's into an exe LabView creates a "data" folder for all my dll's. Now I want to use a different (static) folder for my dll's. Is it possible to say LabView that my dll's are located somwhere else?

0 Kudos
Message 1 of 3
(793 Views)

There are two things in the build specification that could help you.

 

1. In the Exclusions tab, there is an option to not copy DLLs into the data folder.

2. In the Destinations tab, you can set the Support Directory to wherever you want.  Assuming you did not do #1, this will point to where the DLLs will be copied to for the executable.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 3
(765 Views)

You can also specify the DLL path for the CLFN. How to Configure LabVIEW to Use Relative Paths for DLLs

-------------------------------------------------------
Applications Engineer | TME Systems
0 Kudos
Message 3 of 3
(756 Views)