LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Copy dll to another directory

I need CVI to create dll in two locations. Build->TargetSettings option allows to copy dll only to windows system directory or to VXI plag$play directory. How can I automatically copy dll to another location?
0 Kudos
Message 1 of 2
(2,981 Views)
If you have CVI 7.1 you can set up a post-build step in CVI that will copy the DLL for you. If you have an older version of CVI, then you'd have to write some kind of application that is always running and periodically checks for a newer DLL, and then copies it from the application directory to wherever you'd like it to be.

Luis
NI
0 Kudos
Message 2 of 2
(2,972 Views)