Greetings!
I seem to be having memory problems in the midst of my programming. It's not a huge problem and I've seemingly (maybe misguidingly) found a solution; but, I'd like to know more.
I've been creating a program called RPGSort. The purpose of RPGSort is to rename and sort all of the available RPG e-books whether they are fan-based or purchased from Wizards of the Coast. I've created a complex command-line driven program that'll examine every file found in the directory. I take the 32-bit CRC of the file, compare it against my database and if a match is found--sort it and rename it!
The problem seems to be the database. If I compile the working code into an executable and run it with the full database, things work fine. If I execute the program from within the IDE with a full database, I get an Error 7 - Out of Memory. If I trim the database down, things will execute within the IDE.
I am executing with "$ERROR ALL ON" and this appears to be the only outstanding error that baffles me--for the moment. Any thoughts?
------------------
Don Ewald
mailto:[email protected][email protected]</A>
I seem to be having memory problems in the midst of my programming. It's not a huge problem and I've seemingly (maybe misguidingly) found a solution; but, I'd like to know more.
I've been creating a program called RPGSort. The purpose of RPGSort is to rename and sort all of the available RPG e-books whether they are fan-based or purchased from Wizards of the Coast. I've created a complex command-line driven program that'll examine every file found in the directory. I take the 32-bit CRC of the file, compare it against my database and if a match is found--sort it and rename it!
The problem seems to be the database. If I compile the working code into an executable and run it with the full database, things work fine. If I execute the program from within the IDE with a full database, I get an Error 7 - Out of Memory. If I trim the database down, things will execute within the IDE.
I am executing with "$ERROR ALL ON" and this appears to be the only outstanding error that baffles me--for the moment. Any thoughts?
------------------
Don Ewald
mailto:[email protected][email protected]</A>
Comment