Line limit in VC++ editor?
- From: "Sonu" <sonu@xxxxxxxxxxxxx>
- Date: Mon, 30 May 2005 14:45:12 -0700
Hi All,
I was wondering if there is any limit on how many lines of code or how many
characters of code we can write in the VC++ editor either VC6.0 or VC++.NET?
Or rather how many lines/ characters have the full support?
I don't think this is coming thru clear, let me explain what's happening:
I have this huge project, and this one specific file which has most of the
code is humongous, > 79224 lines of code. The problem is that when this file
is open and I want to skip to a particular member function in this file using
the toolbar-> wizardbar's c++ member functions box, it can't find the
functions which are written below the line no, say, 65535. ( this differs if
I rearrange the sequence of functions, and gets stuck on different functions
every time. )
Also the functions that can't be found by the wizard bar are super slow to
edit, and also copying pasing and seraching is super slow in these functions.
It just doesn't make any sense why this could be happening!!!
Has conybody come across such a problem?
Let me know if this isn't clear,
Thanks a lot in advance
Srishti
.
- Follow-Ups:
- Re: Line limit in VC++ editor?
- From: Victor Bazarov
- Re: Line limit in VC++ editor?
- Prev by Date: Re: .cc files in VC 2003
- Next by Date: Re: Line limit in VC++ editor?
- Previous by thread: VC++ 6.0 set right margin
- Next by thread: Re: Line limit in VC++ editor?
- Index(es):
Loading