View previous topic :: View next topic |
Author |
Message |
DrNeil
Joined: 24 Sep 2007 Posts: 1
|
Posted: Wed Sep 26, 2007 5:12 pm Post subject: Stack size problem |
|
|
Please can someone tell me how I can increase the stack size either in FTN77 or FTN95. My program has very large arrays and I can't get the program to work.
Any advice gratefully received |
|
Back to top |
|
|
JohnHorspool
Joined: 26 Sep 2005 Posts: 270 Location: Gloucestershire UK
|
Posted: Wed Sep 26, 2007 10:41 pm Post subject: |
|
|
DrNeil
Try placing all large arrays in common blocks and use the "virtual common" facility when linking. I find that this method is very efficient in memory handling, and I do not have any problems with very large arrays.
John
Roshaz Software Limited |
|
Back to top |
|
|
|