Thread: Need help in Compiler Settings

  1. #1
    Registered User
    Join Date
    Mar 2010
    Posts
    17

    Need help in Compiler Settings

    Dear All,
    I am using Microsoft Visul studio (VC++) compiler, i am trying to run one project but i got following error.

    Code:
    c:\program files\microsoft visual studio\myprojects\cutest\cutest.h(1) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit
    Thanks for your help

    Regards,
    Siddu

  2. #2
    Registered User
    Join Date
    Sep 2006
    Posts
    8,868
    So did you search the help file for /Zm or heap enlargement?

    It's an option, so it should have additional details in there, for you. Maybe even an example and more specifics about the range that is possible for you to set it in.

  3. #3
    C++まいる!Cをこわせ!
    Join Date
    Oct 2007
    Location
    Inside my computer
    Posts
    24,654
    What code do you have to emit this problem?
    Quote Originally Posted by Adak View Post
    io.h certainly IS included in some modern compilers. It is no longer part of the standard for C, but it is nevertheless, included in the very latest Pelles C versions.
    Quote Originally Posted by Salem View Post
    You mean it's included as a crutch to help ancient programmers limp along without them having to relearn too much.

    Outside of your DOS world, your header file is meaningless.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. OpenScript2.0 Compiler
    By jverkoey in forum C++ Programming
    Replies: 3
    Last Post: 10-30-2003, 01:52 PM
  2. Compiler Design... Anyone That Can Help!
    By ComputerNerd888 in forum C++ Programming
    Replies: 3
    Last Post: 09-27-2003, 09:48 AM
  3. C Compiler
    By SAMSEIED in forum C Programming
    Replies: 5
    Last Post: 06-06-2002, 05:44 PM
  4. Special Compiler for win app's
    By Unregistered in forum Windows Programming
    Replies: 19
    Last Post: 04-26-2002, 03:52 PM
  5. Change compiler start-up settings?
    By Sebastiani in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 08-31-2001, 02:33 PM