LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Error-- "The procedure entry point _UP_GetActiveTreeCell could not be located in the dynamic link library cvirte.dll" on host machine.

I am trying to build an executible program that will be portable to machines which do not have CVI installed.  It works fine on my CVI v9.1 system.  However, whether or not I include "Full run-time support" in the build options, I get the error "The procedure entry point _UP_GetActiveTreeCell could not be located in the dynamic link library cvirte.dll" when I try to run it on a machine without CVI.  Please help.

 

0 Kudos
Message 1 of 4
(4,109 Views)

To run a CVI application on a system were the CVI IDE is not installed you need to have the CVI RunTime Engine installed. According to the error message at the bottom of this page you may have an older RTE installed in the target system.

 

To obtain it you can either download the RTE and install in the target system or better let the IDE build a distribution disk that installs all necessary software in it: this guide drives you in creating the appropriate installer for your application: you can find it also in CVI help function.



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 4
(4,102 Views)

Thanks, you were right.  Oddly enough, the version numbers for the RTE DLLs were the same between the host system and the compiled system, but they were different build numbers.

0 Kudos
Message 3 of 4
(4,067 Views)

I'm curious about how that could have happened. Do you happen to remember what the two different build numbers were?

 

Luis

0 Kudos
Message 4 of 4
(4,048 Views)