The following DTMs were not freed: [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19].Code:procedure ScriptTerminate; var i: integer; begin for i := 1 to 9 do FreeBitmap(DTM[i]); Disguise(' end '); end;
I thought this was to be how to free them but I'm having problems still, after my first run.
so assuming I'm not doing right, help would be appreciate.
Is not there a procedure to free all DTM's instead of specific one?
Apologize for grammar. Not English first. Thanks very much for help!
:: Confuses me such more for my friend uses same script and has not issues.
I'm pretty sure my client is up to day I think, and my other things.
I can only successfully run once for a while, before problems. Only 4 Successful uses so far, out of many. After first success then no good performance.


Reply With Quote







use freeDTM(dtm[i]) 




