Click to See Complete Forum and Search --> : How to extend the number of UserGUI Resources


Anderl
August 11th, 2004, 03:02 PM
Hello together,

we have a big problem with our applcation. It's quite a big tool, and now we run into the problem, that we run out of GUI resources. We have traced that with GetGUIResources. The max. numer we get for the user resoureces is 9999.
Now we are searching a way to extend this number ?

Anyone has an idea how to do this ?

Where do the 10000 comes from ?

Thanks for any help !

Regards,

Andreas :confused:

kirants
August 11th, 2004, 03:36 PM
what platform. If you are running out of GUI resources, probably you are not freeing some after using them.

Use a tool like boundschecker, run your app thru that and exit and see if it shows resource leaks.

Anderl
August 12th, 2004, 01:48 AM
Hello,

we are working with Win2K and WinXP.

We really need so many Resources. As our application handles up to 300 dialogs with a lot of control. All these dialogs have different information to display in realtime.
So the easiest way for us would be to extend the number of available resource handles.

Anyone has an idea ?


Thanks a lot...

Andreas