Subj : Re: Error: Too much global data defined in file To : borland.public.cpp.borlandcpp From : Ed Mulroy [TeamB] Date : Mon Feb 28 2005 09:48 am You offered to send the source file for analysis and on the 20th I provided an email address. If you sent it then something went wrong with the email and a new email is needed. .. Ed > Morosh wrote in message > news:4222e5c1@newsgroups.borland.com... > 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 > > > .