01-21-2023 01:44 AM
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?
01-21-2023 07:10 AM
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.
01-21-2023 07:45 AM
You can also specify the DLL path for the CLFN. How to Configure LabVIEW to Use Relative Paths for DLLs