LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Selecting DLL to use when building an application

I am using a couple of dll's with my application. I have a couple of versions which I want to keep, but when I build my app the wrong dll is copied to the data directory. causing incorrect operation. How do I change the dll to be copied when building my app without resorting to deleting the bad dll?

Regards

Stuart
0 Kudos
Message 1 of 2
(2,587 Views)
Stuart,
The reason why the application builder selects a certain dll to include it with the executable, is because that dll is used in one of the executable VIs. Find which Call Library Node calls this dll, and check the path to it. Make sure the path references the correct dll you want to include.
You can also choose to manually add this dll as a support file while building the executable.

Zvezdana S.
National Instruments
0 Kudos
Message 2 of 2
(2,587 Views)