 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
LarryJ Guest
|
Posted: Sat Apr 10, 2004 3:35 am Post subject: file size limit |
|
|
Is there a .cpp file size limit in BCB6.0 My Main profram file has 22,000+
lines of code. Is this OK?
Thanks,
Larry.
|
|
| Back to top |
|
 |
Maurice Barnum Guest
|
Posted: Sat Apr 10, 2004 5:53 am Post subject: Re: file size limit |
|
|
| Quote: | Is there a .cpp file size limit in BCB6.0 My Main profram file has 22,000+
lines of code. Is this OK?
|
the line limit should be fine. in fact, much larger files compile ok
(look at the micrsoft office headers in include/vcl), but the debug
info uses a 16-bit value for the line length, so that could get to
be awkward.
at least, that's what the tools think.
from my perspective, no, a 22,000 line source file would not generally
be OK. ;)
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|