|
-
March 30th, 1999, 06:43 AM
#1
VC++ 5.0 MFC Memory Paging problem.I think!
Hi gurus,
I have been working on a project which involved many dialogs, classes and structures. So far so good, that is until now.
On exit of my program, it crashed with the standard error of "page fault". I narrow
it down to a structure , a small structure of only 15 byte of variables in total.
However, if i commented half the structure out, program runs perfectly. If I just add one extra byte in the above structure, program would crashed on exit.
Which seems to me like a memory paging problem....I think.
If indeed so, how do I increased the paging in MFC dialog environment.
If any of you knows or experienced similar problem, please help.
Thank you.
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
|