Subj : Error: Too much global data defined in file To : borland.public.cpp.borlandcpp From : Morosh Date : Sat Feb 19 2005 02:18 pm 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 didn't exceed 64k. my command line is: bcc -4 -ff -N -ml e:\my_data\prog\tc\%1.cpp > compc.rpt In the same time, I have a lot of message'strings, but with the large model there is 1MB of data space. Is there any solution for that? Thanks Morosh .