Thread: A big doubt in c language

  1. #1
    Registered User
    Join Date
    Jul 2002
    Posts
    5

    A big doubt in c language

    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

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    STOP POSTING THIS.

    You have been told your answer already by multiple people. Use a search engine and FIVE SECONDS of your time, and you'd have the answer already. In a nutshell, get a new compiler.

    LOOK: When someone doesn't immediately give you an answer, this DOES NOT MEAN, POST A NEW THREAD WITH THE SAME ****ING TOPIC!

    Quzah.
    Hope is the first step on the road to disappointment.

  3. #3
    End Of Line Hammer's Avatar
    Join Date
    Apr 2002
    Posts
    6,231
    LOOK: When someone doesn't immediately give you an answer, this DOES NOT MEAN, POST A NEW THREAD WITH THE SAME ****ING TOPIC!
    <ducks> as Quzah's head explodes....
    When all else fails, read the instructions.
    If you're posting code, use code tags: [code] /* insert code here */ [/code]

  4. #4
    the hat of redundancy hat nvoigt's Avatar
    Join Date
    Aug 2001
    Location
    Hannover, Germany
    Posts
    3,130
    The solution to this was posted in the other topic by Quzah.

    Although I can understand your anger, please stay calm and behave according to the baord rules.

    Closed.
    hth
    -nv

    She was so Blonde, she spent 20 minutes looking at the orange juice can because it said "Concentrate."

    When in doubt, read the FAQ.
    Then ask a smart question.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. The value of learning a new programming language
    By h3ro in forum General Discussions
    Replies: 21
    Last Post: 06-13-2009, 01:48 AM
  2. Big and little endian
    By Cactus_Hugger in forum C Programming
    Replies: 4
    Last Post: 10-12-2005, 07:07 PM
  3. Languages dying
    By Zewu in forum A Brief History of Cprogramming.com
    Replies: 31
    Last Post: 07-29-2003, 10:08 AM
  4. Language Script..
    By vasanth in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 03-30-2003, 06:48 AM
  5. One Unique Universal Programming Language ?
    By zahid in forum A Brief History of Cprogramming.com
    Replies: 30
    Last Post: 01-29-2003, 12:36 AM