Search found 1 match

by dennisdodge
Thu Mar 02, 2006 5:58 pm
Forum: QBasic / QuickBasic related
Topic: Releasing Resources
Replies: 1
Views: 1317

Releasing Resources

I have an application many years ago that is broken up in to several modules. I use the LINK command at the end of each module to run th next module. I recently expanded the arrays (both string and integer) in the first module but when it trys to link to the second module it blows up. The ...