From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

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,475 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,444 Views)

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

0 Kudos
Message 3 of 4
(2,439 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,428 Views)