HELP: Borland C++ 5.5 tiny memory model


2007-08-06 04:41:48 PM
cppbuilder42
I am using the free Borland C++ 5.5 compiler. When I compile my
program I notice __TINY__ constant has been defined because it runs
through __TINY__ codes in the header files. How can I change this so
that __TINY__ is not defined? I want large/huge memory model so that I
can use far pointers*.
PS: I am using Borland C++ 4.5's include/lib files, but using the 5.5
compiler.