increse stack size



I am currently working on a small .net API (in c#) calling a Fortran DLL.

My Problem is: the fortran dll needs much stack, so i have to increase the
stack Size befor calling the dll - methods.

My question is: Is ther a possibility to set a compiler / linker option in
VS (either 2003 or 2005) to increse the stack size of the programm (to more
than the default of 1 Mb)?

thanks, Philipp Holzmann
--
Vision is the ability to see the invisible
.



Relevant Pages