Stack size problem with managed code

G

Guest

Hi,
I got stack overflow errors while using an unmanaged dll from managed c#
application. When i use editbin.exe to increase stack size of app , it works.
Is there a way to increase stack size of app (or most probably Clr) so that
app starts with a larger stack, like using the old /F switch in Visual Studio
C++ 6.0.
 
S

Stephany Young

Are you getting actual Stack Overflow exceptions in your managed code or are
you getting Stack Overflow errors in your unmanaged dll?
 
G

Guest

well the actual error message is:
First-chance exception at 0x03616543 in app.exe : 0xc00000FD stack overflow
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top