03-21-2011 09:00 AM
Hello,
trying to open a certain C source code file with CVI2010 I receive the message: 13 line(s) truncated. File set to read-only.
It appears that CVI is unable to read files with lines longer than 1021 characters. Is it intended to behave like this?
Solved! Go to Solution.
03-21-2011 09:53 AM
wolfgang,
this is a known parameter for CVI the editor...
http://zone.ni.com/reference/en-XX/help/370051P-01/cvi/libref/cvibuild_errors_and_warnings/
NUMBER line(s) truncated. File set to read-only.
Compile Error
Occurs when reading in source or include file. Lines are limited to
1,020 characters, where tabs count as one character. Use the editor in
which you created the file to split the line.
Regards,
Ryk
03-21-2011 10:03 AM
Thanks!
Actually I was looking into this document prior to posting but expected to find something under editor error or load error and prematurely ignored compile errors because the error occurs when loading the file... So thanks again.
03-21-2011 10:19 AM
PS: I have filed a product suggestion here.