10-26-2010 04:30 AM
Hi folks,
I have generated the activeX-Server for Word2007. The wordd2007.c file is really big and i wanted to copy some functions. Now the following happens. If i select mor than 2 lines cvi crashes if the selected lines are at linenumber 100000 or higer. At this point i create a file with mor than 100000 lines of comment code like this:
//text (line 1) //text (line 2) . . . . //text (line 100010)
Same result. CVI crashes if i try to select 2 or more of the last 10 lines.
Does anybody confirm this bug?
I'm using CVI2009 Version 9.1.1(450) on Windows 7
Line numbering is active
Best regards,
Thomas
10-26-2010 09:58 AM
Hello Thomas -
I've been able to reproduce the crash you are seeing, and have filed a bug report for it with ID 255748. As of right now, it does not appear that there is a workaround available for the bug.
NickB
National Instruments
10-26-2010 05:44 PM
Well, the workaround for Thomas would be to use an external editor to cut and paste from huge files. I'd recommend organizing your project into smaller files to begin with, but when you're working with existing humongous files, use another editor for now.