Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - default data segment exceeds 64k http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Default data segment exceeds 64K
------------------------------------------------------------------------------
 Description
   This error indicates that the global data segment of the program has
   exceeded the maximum size allowed by the segmented architecture of the
   Intel processor based machines, that is 64 kilobytes.

 Solution
   Reduce the number and/or size of public and static variables. Reorganize
   the program to use more local variables  instead of statics and publics.
   Avoid the redundant use of string literals by associating them with a
   reused named variable. Apply the -Gf compiler switch to relocate string
   literals to a far data segment.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson