ukservice wrote:This leak appears before QUIT, not in/between modules.
yes, i know
Daniel Garcia-Gil wrote:try to test, check resource before go in a module and check after go out of module
if you want report the results
ukservice wrote:Why all resouces are NOT cleared by FWH before exiting the application?.
really is no matter, all will be released after quit... when you say "Why all resouces are NOT cleared" what other gdi object is not release?
Daniel Garcia-Gil wrote:Other samples
More hard
- Code: Select all Expand view
define timer oTimer interval 1000 action ( If( n++%2 == 0, oWnd:Move( , , 100, 100 ), oWnd:Move( , , 800, 800 ) ), sysrefresh() ) of oWnd
this test is finished after 7 hours without problem....
i'm using TransBmp provided by Fivetech...
is really important you provide a sample...