This archive contains answers to questions sent to Unidata support through mid-2025. Note that the archive is no longer being updated. We provide the archive for reference; many of the answers presented here remain technically correct, even if somewhat outdated. For the most up-to-date information on the use of NSF Unidata software and data services, please consult the Software Documentation first.
Its a problem with turbo C++ compiler. I assume its a really old one, but perhaps there are still support groups out there to ask. try looking on the borland site at http://community.borland.com/ my guess is that it does everything in memory (thats why its so fast), and increasing main memory will solve problem. ----- Original Message ----- From: "Dr.T.V.Ramana Murty." <address@hidden> To: <address@hidden> Sent: Tuesday, July 23, 2002 4:43 AM Subject: Re: ncdigest V1 #651 > Dear Sir, > I am developing a project in C language. This project contains 33 supporting files(.h files) and 40 text files(data > files). Now the compiler showing an error message ie TOO MUCH GLOBAL DATA DEFINED IN FILE. I dont know the solution of > the above error message. So please show me the solution. Very urgent. > > Compiler using : Turbo c++ > > OS : Windows-98 > > The compiler is showing : > > Lines compiled : 8622 > > Total text files length (40 files) : 3,80,151 bytes > > Total header files length (33 files) : 1,41,516 bytes > > I changed all memory models. But no result. > > And the main point is , I am not using too much global variables. > I am using only 3 global variables. ie file pointer,Register variables for mouse purpose. > > So please show me the solution. > > Thanking you sir > > Please..... > BY > mouli > > > > > > >