Removing/Increasing Stack Limit

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sniper471
    New Member
    • May 2007
    • 2

    Removing/Increasing Stack Limit

    Hey, I'm currently using Microsoft Visual Studio 2005 and Visual C++ within it.

    I need to remove the stack limit (if possible) or at least increase it.

    How would I go about doing this?

    Thanks in advance.

    P.S. It is not possible to change my code to fix the problem due to the nature of the program.
  • svlsr2000
    Recognized Expert New Member
    • Feb 2007
    • 181

    #2
    Originally posted by Sniper471
    Hey, I'm currently using Microsoft Visual Studio 2005 and Visual C++ within it.

    I need to remove the stack limit (if possible) or at least increase it.

    How would I go about doing this?

    Thanks in advance.

    P.S. It is not possible to change my code to fix the problem due to the nature of the program.
    Right click on project, properties-> linker -> System

    You can find options to increase or decrease stack size.

    Comment

    • Sniper471
      New Member
      • May 2007
      • 2

      #3
      Thanks, appears to have solved :D

      Comment

      Working...