06-28-2010 01:04 PM
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.
06-28-2010 03:26 PM
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.
06-29-2010 12:56 PM
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.
06-30-2010 10:13 AM - edited 06-30-2010 10:13 AM
I'm curious about how that could have happened. Do you happen to remember what the two different build numbers were?
Luis