|
-
Dec 8th, 2005, 10:22 PM
#1
Thread Starter
Frenzied Member
[RESOLVED] Need advice on memory problem
Hi,
I have a large project that i am near completion of for a company, after adding one of the last forms to my project (as in and coding it) i get out of memory exceptions while running the program.
I did find out that i can increase memory allocation by uding the editbin utility, but that's not the best option.
I have started redesigning some forms to dispose data that isn't currently visible but this is only going to work to a certain extent as it's an MDI environment.
However the forms are quite graphical, and i could make more of them share background images.
Another thought that i am actually not sure of and need someone to help me with is DLL's, i do currently have 1 in my project, if i was to split it up more, does windows seperate their memory allocation? or is it all the same if everything in all DLL's is being used?
So what is the best option,
1. Use the utility
2. Do what i can with the graphics and remove some if neccessary
3. Split the App into DLL's
4. ?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|