07-02-2009 04:42 AM
Hi,
iam new in LabWin/CVI. I use the version 5.0.1.
My task is to get an standalone CVI application.
It is possible to create an exe-file without linking to an cvirte.dll?
My experiences:
-I created a standalone exe-File, copied it elsewhere into a folder. It works only when I copy the cvirte.dll and cvirt.dll in the same folder.
- I think the builder copies the dlls onto my system
Thanks,
Nice Regards,
Peter Weigel
07-02-2009 07:09 AM
Hi Peter,
a Labwindows/CVI executable will always need the CVI Runtime (cvirte.dll) to run.
But you can include it in the installer so it will be automatically installed on your target pc
or you can download it for free from our website.
But in general every standalone executable (not only CVI) will need a runtime but some won't be noticed because they are
already shipped with the operating system.