Welll,I've found my bug (not bug in real,wrong usage of my
own).The problem is this ; There are a few fields in the
window and these are refreshed time by time Refreshing
is made by pgSetWidget(...,pgNewString(),...),,in here,en
each refresh new string,font etc are created (delete
pgserver has a fairly reliable system for detecting and tracing (thanks to LoneTech
mainly) memory leaks. If you don't see a memory leak warning when closing pgserver,
it's far more likely that the leak is in your application.
Make sure you're freeing all the handles you allocate. You may want
Hi all,
I have a window,and 6 menuitems in it.Also 6, 16x16
bitmaps in each menu item.After giving context ,free memory
decreases 4KB or 8 KB at each opening and closing
window.Has anybody met this before ??? My server is not up
to dated,(one of older versions) ,is there any po
Hi All
Just to introduce the problem, here is a summary of what I have done.
I work on a MIPS tx39(R3000) .
I'm working on a Pentium III PC with RedHat7.1
I downloading pgui-dev20020308.tar.gz
1.pgserver, cli_c; compiles and installes just fine.
2.I have a problem with apps
The