|  | 
|  | 
| вернуться в форум | If you have Runtime error #9 (stack overflow) in Visual C++ Послано Izaron  27 июл 2017 23:09Insert this magic line before the code
 #pragma comment(linker, "/STACK:36777216")
 
 And it works!
Re: If you have Runtime error #9 (stack overflow) in Visual C++ That is not magicThat line sets stack size to 16 MB
 And you forgot the most important thing
 The code works ONLY  with Microsoft Visual C++
 | 
 | 
|