
How to fix \"Stack Overflow\" in Personal Edition.
eric
I am assuming that it is a 32 bit application.
If you are working from a command prompt window (DOS box) then you can use SLINK commands to increase the stack size.
Open ftn95.chm, go to Win32 platform->Using the linker->Reference->Interactive mode.
Then look for stack reserve [,commit].
You can also set the stack size in command line mode.
If you are linking directly from Plato then you will need to set up a project and then set the linker options in the project properties.