Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Compiler memory problem
#18
I tried Moneo's suggestion and removed my ON ERROR RESUME NEXT lines, which I used in various places to test for missing files. Then I removed both the compiler flag /E for ON ERROR support and the flag /X for RESUME NEXT support.

Removing /E didn't make any difference, but removing /X gave me over 11,000 bytes, almost a quarter of the work space. Since I've already determined that a 1000 line routine of moderate complexity uses about 1500 bytes of compiler workspace, this should give me enough room to keep working for quite a while.

I still need to go back and code some replacement tests for the ERROR checks that I removed for this test. And I have to verify that I can link with libraries compiled with the error flags (or remove ON ERROR in each library).

I also have to agree with his advice about porting to FB. Unless the port is extremely straightforward (and my database usage makes this unlikely), I've got to treat it like any major porting task. If I'm going to do that much work, both coding and testing, why not bring it up out of the stone age and use a real database? Most of the work in this particular program is procedural, but most of my other programs revolve around data transformations.

Anyway, thank you everyone for your suggestions and willingness to help,

Mark
Reply


Messages In This Thread
Compiler memory problem - by markar - 03-02-2006, 11:38 PM
Compiler memory problem - by Antoni Gual - 03-03-2006, 01:26 AM
Compiler memory problem - by markar - 03-03-2006, 02:08 AM
Compiler memory problem - by Moneo - 03-03-2006, 07:01 AM
Compiler memory problem - by Atrapado - 03-03-2006, 03:14 PM
Re: Compiler memory problem - by Atrapado - 03-03-2006, 03:23 PM
Compiler memory problem - by markar - 03-03-2006, 10:46 PM
Compiler memory problem - by markar - 03-04-2006, 01:57 AM
Compiler memory problem - by RyanKelly - 03-04-2006, 09:21 AM
Compiler memory problem - by markar - 03-04-2006, 10:30 PM
Compiler memory problem - by RyanKelly - 03-05-2006, 01:09 AM
Compiler memory problem - by markar - 03-05-2006, 01:48 AM
Compiler memory problem - by Anonymous - 03-05-2006, 02:04 AM
Compiler memory problem - by markar - 03-05-2006, 03:23 AM
Compiler memory problem - by Antoni Gual - 03-05-2006, 03:55 AM
Compiler memory problem - by Moneo - 03-06-2006, 04:36 AM
Compiler memory problem - by markar - 03-06-2006, 06:21 AM
Compiler memory problem - by markar - 03-06-2006, 07:14 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)