|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
Hello All,
We are working on a image processing program here and the standard heap allocation of 1 MB by VC is constraining our project. I have come across some options in Project Settings(Alt+F5) but we cannot get the parameter string right to make the compiler give our program more heap memory. Can somebody help us on this. Any help will be appreciated. Thanks in Advance. DA ![]() |
|
#2
|
||||
|
||||
|
/ZmXXX
where XXX is a percentage: 100 = 100%, the normal allocation 200 = 200%, twice the normal size 300 = 300%, three times the normal size ...
__________________
Jon Sagara "Me fail English? That's unpossible!" |
|
#3
|
|||
|
|||
|
thanks, will try it out.
DA |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > C Programming > Increasing heap in Visual C++ 6.0 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|