LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

meaning of cvierror.txt

Hi,

just found this file on my computer and it is full of error messages.

I´m searching for a list of the "hidden meanings" of this error list.


thanks

Do.S.
0 Kudos
Message 1 of 4
(3,222 Views)
This file (in the bin sub-folder) is installed along with the cvi runtime engine and contains the library error strings for certain CVI libraries like ActiveX, DataSocket, Toolbox, etc. Basically, the libraries use this file to publish and lookup the error descriptions for library error codes - sometimes other CVI and NI programs may also use this file to read the description for a particular library error code. This file is part of the runtime engine and does not contain any information about user's programs, etc.

Best regards,
Mohan
0 Kudos
Message 2 of 4
(3,209 Views)
Thanks for the reply. As I understand it, my log shows NI error messages.
But what for if I´m not able to decode them?

This is what my file looks like (see attachment):

-------------------------------------------------------------

Message Edited by dos on 04-12-2005 01:53 AM

0 Kudos
Message 3 of 4
(3,200 Views)
Yes, I know. cvierror.txt is NOT a log file and has the same contents on everyone's machine. It is not meant to provide error information to you, the user. It is only meant to be used by the cvi runtime engine components to look-up error descriptions from error codes.
0 Kudos
Message 4 of 4
(3,180 Views)