Главная страница | назад





Article #16569: _TEXT Segment exceeds 64k

 Question and Answer Database
QNA :_TEXT Segment exceeds 64k
Category :OWL
Platform :Windows95
Product :BC++ 5.x
Question:
I wrote an OWL-Program and got the linker-message:
"SEGMENT prgname_TEXT exceeds 64K".
What went wrong and how can avoid this error ?
Answer:
This means that the code segment for your PRGNAME source module is
larger that 64K. In other words, your PRGNAME.cpp source file is
too big. You need to break it down into smaller nodes.
5/18/1998 8:44:31 AM

Last Modified: 01-SEP-99