LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

CVI is still unable to read/search files with lines longer than 102x characters

When including a third party source code file in my project I encounter the following problem:

 

limits.png

 

 

Seven years ago I filed a product suggestion to improve this editor line length limit, but the suggestion is still under consideration Smiley Frustrated

0 Kudos
Message 1 of 3
(2,496 Views)

Maybe it's simply a problem of CR vs LF with files created on a Mac or Linux ? See the command unix2dos. I doubt many programmers write lines that long. Or maybe it's generated code.

0 Kudos
Message 2 of 3
(2,463 Views)

Hi,

I happen to have the GNU Scientific Library in my project folder, and some of its files indeed are longer than the 1020 character limit - so it is not a question of CR LF.

Of course there are workarounds, but the more elegant approach would be a less restricted CVI...

0 Kudos
Message 3 of 3
(2,452 Views)