CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: deck42

Search: Search took 0.03 seconds.

  1. Replies
    15
    Views
    11,531

    Re: Stack overflow on function call

    Well if I knew which one actually is being corrupted :-)
    I have tried to watch some addresses of my function, but they all stay unchanged.

    The problem is this can hardly be broken down to a few...
  2. Replies
    15
    Views
    11,531

    Re: Stack overflow on function call

    Well the problem is, the program is thousands of lines long, and at least half of the code is executed before the function that will crash.
    So what exactly can I post here that would help? (since...
  3. Replies
    15
    Views
    11,531

    Stack overflow on function call

    Hello,

    I am getting a stack overflow in the moment when I call one of my own functions. By stepping with the debugger, I can see that the overflow takes place when the function body is entered.
    ...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured