Quote:
But I can imagine that defining huge global initialized arrays inflates the EXE file.

Oh that would explain EVERYTHING laugh laugh

I really have a lot of very very huge arrays that are initialized globally.
Well but it should be possible for me to avoid that using dynamic locallly created arrays that will only be as tall as I need them.

Thanks a lot so far, I'll try that out.

Last edited by RedPhoenix; 11/12/08 09:48.