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





Article #16730: Reducing your Automatic Data Segment

 Question and Answer Database
FAQ1730C.txt Reducing your Automatic Data Segment
Category :IDE
Platform :Windows 3.1
Product : BC++4.5x BC++5.x TC++Win4.5
Question:
How do I reduce the sizeof my automagic data segment?
Answer:
If you are not using C++ you could stub out Runtime Type ID
and Exception handling. Add -RT- -x- to the BCC command line
and add noeh?.lib (or noehW?.lib if a Windows program) to the
TLINK library list just before the compiler-supplied libraries.
Substitute the first letter of the memory model for the '?'
in the filename.
7/2/98 10:32:32 AM

Last Modified: 01-SEP-99