Urgent!!How to limit used resources?
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
I have an SDI application, which crashes when running on win98. It uses some resources when running that are not really required but I don't know how I can limit the used resources. Actually, when I run more than one instance of this application it crashes with error message: "This program has performed an illegal operation and will be shut down." I'm debugging it and monitoring the used resources (some dialogs are displayed as in use in resource symbol dialog of VC++ while debugging) and see that it uses some unnecessary resources; It indicates that some dialogs are in use, which are not involved with part of the action I'm performing by the application. any idea will be appreciated