LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Build a dll under CVI without cvirt(e)

we have developed a dll under cvi 7.0. Now, as i understand we need to also distribute the cvi runtime dll. Is there a way to create a dll without needing the runtime dll neccessary?
What functions may not be use then?

David
0 Kudos
Message 1 of 2
(3,373 Views)
No, any DLL developed in CVI will depend on the one of CVI's runtimes, just as all Visual C++ DLLs would depend on the VC++ runtime. We do give you two options:
1) The full CVI RTE (supporting all CVI functions and libraries)
2) Instrument Driver Only support (supports a small subset of CVI functions and libraries, this mode is designed for instrument driver developers that want to distribute a very small runtime).

Consult the help under the DLL Target Settings for more information.

Best Regards,

Chris Matthews
National Instruments
0 Kudos
Message 2 of 2
(3,373 Views)