My application has...
60 Forms
50 or so code modules
350 Class Modules

Total of about 500,000 lines of code. Largest singl eclass module has 25000 lines of code.

Several Large static arrays of strings (Up to 10,000 elements!!!)

When compiled in release mode for distribution the EXE is about 20MB

It's when I hit CTRL+F5 for compile & run for debugging that I get the "Out of Memory" Error

Regards

Kevin