Hi pals, I´m building a compiler for an Algorithm Specification Language, and the values passed to the functions are huge (64 bit), so the call stack overflows quickly. Does anybody know how to change the stack size for the current process in a .NET program? Thanks in advance.