Hi, > In hbIDE or in hbQT as a whole ? > In hbIDE I have changed it as default.
The hbIDE downloaded from SVN the HBQT_RELEASE_WITH_DESTRUTOR is selected. Generally we should use HBQT_RELEASE_WITH_DELETE. > Are you done with your experiments with HBQT_RELEASE_WITH_* and > have come to conclusion that HBQT_RELEASE_WITH_DELETE is the best ? > OR > We need more time to decide? The HBQT_RELEASE_WITH_DESTRUTOR method does not release the memory allocated by the operator new. The HBQT_RELEASE_WITH_DELETE_LATER method releases the allocated memory with a delay. > Done. > Will committ today. Thank you. > A good idea but I am at a loss how we can achieve it dynamically > and in the generator. The above change you asked is manually added in > QUiLoader.qth. The resources of the objects returned by the wrappers as return value are not released automatically by the GC system. We need here a general solution. Best regards, István _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
