hi denis, i run your test code and the leak doesnt occur here. heap:128L with 10000 to 10M iterations. but anyway i remember this kind of memory leaki…
i forgot few things to mention which actually i dont know if it is even related to GC error: i’m sure there is no eventHandler and callbacks left acti…
Its an object lister. There is no even one heavy operation. but i can say that the heaviest function is reset parameters, and as far as i remember the…
i got this GC error:
hi, thanks for ideas and advises. yep thats make sense its just what i thought was closed event means an event which run right after the dialog close…
hi Mz, i included these to dialog closed event: set all structure and variable to undefined (especially for big arrays), free all strings and bitmap v…
thats awesome thanks!
hi MZ, sorry, i simplified the codes too rough. actually i replaced Suspend & Resume Layout in main form with WM_SETREDRAW. I see it makes the f…
sorry for long delay, Is it possible to insert SubRollout in dotNet form?
hi Aaandres, About the predefined ‘This’, never thought of it is applicable to outside of scripted-plugin… makes me need to read the documentation mor…
hey Denis, i used that way and solved the problem but there is a thing confuse me. How could ‘This’ be an instance of the main struct? You didnt decla…
yeah i already did what your code do. Many thanks Denis!
hi Denis, sorry for late reply thanks for sharing the idea! i’ll implement it immediately let me ask once more, a little bit off-topic (tell me if i …