07-20-2022 01:24 AM
I have created GUI in Labwindows/cvi 2017 in windows 8 Now I need to open final GUI application exe file to other computer which is windows 10. I am unable to open the file getting a error message.
ERROR MESSAGE:
the code execution cannot proceed because cvirte.dll was not found. Reinstalling the program may fix this problem.
secondly I have a doubt if we want to give our GUI application to other user what are the file need to attached and what format we have give so that they get only GUI application alone
07-20-2022 02:23 AM - edited 07-20-2022 02:37 AM
To run an executable created with CVI you need to install the appropriate additional software to the target machine.
The basic module to install is the CVI Runtime Engine (CVIRTE), but depending on the application you created you may need to install additional modules like DAQmx or Vision or so.
CVI comes with a function to create distributions: a setup program that takes care to install all necessary software on the target machine. To create a distribution, once you have terminted developing your application, go to Build >> Distribution >> Manage Distributions... menu item to display a dialog window where you can create a new distribution or manage existing distributions for your project.
Be sure to read the help on this function to understand the steps to execute to create the correct distribution for your needs.
07-20-2022 02:36 AM
You may also want to read Distributing Applications topic in CVI help: the online version starts here