LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

CVI Error

I am trying to port my application from a NT computer to a Xp computer and I get the following error.
 
"The procedure entry point_mbtok could not be located in the dynamic cvirte.dll"
 
Any ideas?
0 Kudos
Message 1 of 5
(3,305 Views)

Have you installed the correct Run-Time Engine on the new system? You must install a runtime with a version equal to the system the application was developed or more recent.



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?
0 Kudos
Message 2 of 5
(3,301 Views)
Yes I have a newer version than the first computer where it runs.
0 Kudos
Message 3 of 5
(3,290 Views)
Hi Swed,

Another thing that can cause this problem is having more than one version of the Runtime installed.  You can only have one version at a time.

Windows searches for DLLs in the following order:
  1. The directory where the executable module for the current process is located.
  2. The current directory.
  3. The Windows system32 and system directories.
  4. The Windows directory.
  5. The directories listed in the PATH environment variable.
Search for copies of cvirte.dll in those directories and verify the versions are the same. If multiple versions are found, delete all versions except for the latest one.
Kristen
National Instruments
0 Kudos
Message 4 of 5
(3,266 Views)
By removing all the cvirte.dll except for the one that was just installed from NI it works, Thanks.
0 Kudos
Message 5 of 5
(3,255 Views)