LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Stand alone application using DAQ card

Hi all!
After building a stand alone application, I can not run this one because some dlls are missing. In fact those dlls are used by subvis for the daq card. I would like to be able to run my stand alone application on a computer where the daq card is not installed ( the major part of my application do not use the DAQ card. An error message could appear if the user try to use it).

Thanks for your help
Nico
0 Kudos
Message 1 of 2
(2,463 Views)
What you can do is move all of the daq VIs out of your main program and load them dynamically when required instead of statically linked. There's a couple of shipping examples that should get you started. One is called Dynamic Load Example and the other is Plug In Example.
Message 2 of 2
(2,463 Views)