LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Include DLL in Project at different location

Hi All,

 

I have a couple of DLL dependencies on my development machine. But when I do a build, I don't want those DLLs at C:\Program Files\WhereEverTheyWereOnMyDevMachine - I'd like them in the 'data' folder. How can I do this? In the Source Files dialog, nothing shows up except my VI.

0 Kudos
Message 1 of 4
(2,990 Views)

If the dlls are included into project (can be found in project folders, not dependencies), they will show in source files.

Source files: Add them (or complete folder, containing them) to "Always included".

Destinations: Add destination (if you want separate folder), data folder is already added as Support directory

Source files settings: Locate dlls, Set destination for an item / all containing items (of the folder)

 

0 Kudos
Message 2 of 4
(2,959 Views)

It is a dependency of some VIs. It is not directly added to the project.

0 Kudos
Message 3 of 4
(2,954 Views)

Project utilities can not control items (dlls, icons, documents, vis, ...), that are not included explicitly into the project.

0 Kudos
Message 4 of 4
(2,943 Views)