LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Too many support files in Application Builder

Hello,

I am building an Application that consists of one top level vi, several dynamic vis and lots and lots of support files. When I enter in my dynamic vis and top level vis they bring with them dlls that have already been listed in with the support files. These duplicate files can be seen when you select "custom destinations" in the "source files" tab. I recognize that these VIs are looking for these supprt files in different locations but how do I correct this? I do not want my VIs to drag in duplicate files.

Thank You,
Glen Deslauriers
0 Kudos
Message 1 of 2
(2,498 Views)
Glen,
You are seeing this behavior probably because you have your dlls in multiple places, and each dynamic VI is pulling this dll as a support file from different location. To correct this, you can recompile your VIs to look for the each dll in a single directory. Then when you build the application, there should be only one copy of each dll listed.
Zvezdana S.
0 Kudos
Message 2 of 2
(2,498 Views)