LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

DELL Error code cannot proceed

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

 

0 Kudos
Message 1 of 3
(918 Views)

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.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 2 of 3
(903 Views)

You may also want to read Distributing Applications topic in CVI help: the online version starts here



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
Message 3 of 3
(898 Views)