Hey all just a quick question
should freeing bitmaps be done every time they are used or upon terminating a script?
are they similar to dtmz? and if i don't free this will it just clog up memory?
thanks in advanced =]
Hey all just a quick question
should freeing bitmaps be done every time they are used or upon terminating a script?
are they similar to dtmz? and if i don't free this will it just clog up memory?
thanks in advanced =]
Learning To Code - So Excuse the n00b questions!
I like load them once at the start and free them at the end.
Best way imo.
And yes, if you repeatedly call them and don't free them, they will clog up memory just like DTM's.
I highly recommend you use SetBitmapName to name your Bitmaps, so you know which one's are not being freed.
Simply a GOD beast...
My Tutorials
im only really using it for a on screen proggy but though i best check if i should add it to freeing DTMZ up on script terminating
thanks for clearing that up for me =]
Learning To Code - So Excuse the n00b questions!
There are currently 1 users browsing this thread. (0 members and 1 guests)