Autor Beitrag
CarpeDiem
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starofftopic star
Beiträge: 128

WIN XP
Borland C++ 2002, CodeGear C++ 2007, C# (VS 2008)
BeitragVerfasst: Fr 11.07.08 13:03 
Hallo, in Borland/CodeGear gibt es bei C++ eine Einstellung Linker->Ausgabeoptionen. In dieser Einstellung kann man die maximale Größe des Stacks und Heaps festlegen. Gibt es diese Einstellung in C# auch? Vielen Dank.

_________________
Stefan - Carpe Diem
Es ist keine Schande zu fallen, eine Schande ist nur nicht wieder aufzustehen
Kha
ontopic starontopic starontopic starontopic starontopic starontopic starontopic starhalf ontopic star
Beiträge: 3803
Erhaltene Danke: 176

Arch Linux
Python, C, C++ (vim)
BeitragVerfasst: Fr 11.07.08 14:43 
VS kann das afaik nicht, aber schau einfach einmal hier: Suche bei Google C# STACK SIZE.
Wobei ich mich eher fragen würde, ob eine so tiefe Rekursion noch gesund ist ;) .