fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit
-
hi all when i compile my project i got the error "fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit" how can i resolved this error thank u in advance
-
hi all when i compile my project i got the error "fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit" how can i resolved this error thank u in advance
See here [^]. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
See here [^]. :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]I am using vc++6 and i could not find the option specify in that link please help me to resolve this problem
-
I am using vc++6 and i could not find the option specify in that link please help me to resolve this problem
-
I am using vc++6 and i could not find the option specify in that link please help me to resolve this problem
Just try /Zm200
-
I am using vc++6 and i could not find the option specify in that link please help me to resolve this problem
Actually there are a lot of suggestions in that page... :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
hi all when i compile my project i got the error "fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit" how can i resolved this error thank u in advance
On a side note: I never reached the internal limit of the compiler. How did you manage to reach it ? Do you have all your code in one big file or what ?
Cédric Moonen Software developer
Charting control [v1.5] OpenGL game tutorial in C++ -
On a side note: I never reached the internal limit of the compiler. How did you manage to reach it ? Do you have all your code in one big file or what ?
Cédric Moonen Software developer
Charting control [v1.5] OpenGL game tutorial in C++Some complex template-fu can cause this in 6.0, although I am hardpressed for an example right now... Also, some template expressions cause that error and no number you pass to the command line option helps. Peace!
-=- James
Please rate this message - let me know if I helped or not! * * *
If you think it costs a lot to do it right, just wait until you find out how much it costs to do it wrong!
Remember that Professional Driver on Closed Course does not mean your Dumb Ass on a Public Road!
See DeleteFXPFiles -
On a side note: I never reached the internal limit of the compiler. How did you manage to reach it ? Do you have all your code in one big file or what ?
Cédric Moonen Software developer
Charting control [v1.5] OpenGL game tutorial in C++I have a huge code in one file that i got from other person
-
I am using vc++6 and i could not find the option specify in that link please help me to resolve this problem
Click Alt+F7 to open the Project Settings dialog. Click the C/C++ tab. Add /Zm to the Project Options edit box.
"Love people and use things, not love things and use people." - Unknown
"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch
-
*Go to Solution Explorer or Class View. *Right Click on the Project. *Click on Properties *Open C/C++ folder. *Click on the Command Line property page. *Type the compiler option in the Additional Options box. :cool: Regards, Rane
I do not believe these will work with VS6.
"Love people and use things, not love things and use people." - Unknown
"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch