Subj : Error: Too much global data defined in file To : borland.public.cpp.borlandcpp From : Morosh Date : Mon Feb 28 2005 11:35 am Hello: I made a C++ program for accountancy purposes, it's DOS style, I compile using bcc.exe of Borland C++ v5.2. I choose the "large model". Now I have this new error "Error: Too much global data defined in file" saying that I have a lot of global variables. I counted the space required for my global data it's around 14k , it didn't exceed 64k. my command line is: bcc -4 -ff -N -ml file.cpp Is there any solution for that? Thanks Morosh .