LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

CVIRTE.dll giving errors

I am running my CVI application on WIndows 95. This error message window opens. I attached a screen capture of this error window. I have no idea what is going on. Can you provide me with some knowledge so as to what might casue this error. Thanks.
0 Kudos
Message 1 of 2
(2,841 Views)
Hi,

This error that you get is a system error, it is not common to cause a system error when loading an application. There are a couple of thing that you can do to get more information on what is going on:

  • Go to run and set break on first statement. Run the program step by step to see whether the error gets generated at an specific function or just when loading the CVI run-time engine.
  • Open the sample projects that ship with CVI to see if you are able to compile and run those with no problem.
  • Create a release executable and run it separately of CVI, this way we can see if there is a problem related to the debugger or with the CVIRTE by it's self.

If you have constant problems with the CVIRTE it may be a good idea to reinstall the CVI
RTE from the web, and/or repair the CVI installation by going to Add/Remove programs, select CVI and go to repair installation.

I hope this helps, let me know if you have any other problems.

Regards,

Juan Carlos
N.I.
0 Kudos
Message 2 of 2
(2,841 Views)