LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

load.cpp failure

I get the following error when I try to run a vi saved to version 6.1 under the “save with options” menu:

 

Failure: “load.cpp”,line 877

Labview Version 6.1

 

My current version is Labview 7express, but I do have Labview 6.1 runtime loaded.

 

I tried it with a simple vi just adding two numbers, same thing happens.

0 Kudos
Message 1 of 2
(2,759 Views)

Hello CEE,

Is it necessary for you to work under LV 7 express and have the 6.1 RTE installed ? Because such an issue is known and has already been reported and is actually the expected way of functionning. The few following lines give you a solution to solve your problem:


To address your question, we usually see this error when a plugin architecture in LabVIEW 6.1 is created and you are trying to develop modules for this plugin. If the modules are saved for LabVIEW 6.1 by LabVIEW 7.0, the error occurs. The modules don't run fine in the plugin but they usually still open correctly in LabVIEW 6.1. The reason is that a VI saved for previous is saved such that it will open in the previous version's development system, but it is not saved with compiled code. Because of this it cannot be opened by the previous version's run-time engine until it is mass-compiled in the previous version's development system so that the code is generated.
If this is your case, then you just need to mass compile the VIs in LabVIEW 6.1 and the problem will go away. If you are doing something different, please let me know and we can look further into it.


The other solution would be to download RTE whose version matches with your LabVIEW version.

Hope this helps. Keep me informed is this solves your problem or not

 

Best regards

Mathieu STEINER

NI France


Message 2 of 2
(2,740 Views)