(yes a geek question )
So we found the other day that the .c file in our project is up to around 85,000 lines of code (all the code has to be in a single .c file due to customer requirement). An odd thing we have found is that in Visual C++ 6.0, we cannot set a breakpoint or step into code that exists after approx. line 65500 (probably 65536, I’m guessing).
Has anyone else come across this problem? Is there an option that needs to be changed? I seem to be having trouble finding support from other sources.
Thanks in advance.