LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabView memory error at call library function node

Hello, 

 

I am trying to import a c++ library to my labview program  using call library function node but when I run the program the following error appears: "LabVIEW:  An exception occurred within the external code called by a Call Library Function Node. The exception might have corrupted the LabVIEW memory. Save any work to a new location and restart LabVIEW." 

 

Has anyone had the same problem?

Thank you in advance

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

Answered here. And you really should learn to post proper error reports. Adding a picture of an error message or a manual is not enough. We also need the actual DLL, the C header file, the documentation of the DLL and your VIs you already made.

Anything else is like showing a photograph to your mecanicien and asking him to tell you why your car doesn't work anymore. When a Call Library Node is involved in a LabVIEW program, any direct errors from calling that Call Library Node are in 99.9999999% of the cases not a LabVIEW problem but the problem of the person who configured the Call Library Node, or the DLL itself. A 1097 error absolutely definitely in any case!

Other strange problems in your LabVIEW app like sudden random crashes are in most cases also related to the use of wrongly configured Call Library Nodes. So without seeing your code we can only tell you that you need to look further.

Rolf Kalbermatter
My Blog
0 Kudos
Message 2 of 2
(2,087 Views)