Good afternoon,
I have a error message: " out of the memory"
My tiny app is a game and I used gv.bitmapdata and ascf:
Dim gv As GameView
Dim AcSf As AcceleratedSurface
Dim IU As AS_ImageUtils
All my bitmaps are bitmapdatas, and I would like to free memory when the userclosed=true, because when i try to come back again, this message appears again.
One option is reflection, I tried:
Dim Obj1 As Reflector
'Obj1.Target = gv.bitmapsdata
'Obj1.RunMethod("recycle")
But it did not work...
Could you help me?
Best regards
I have a error message: " out of the memory"
My tiny app is a game and I used gv.bitmapdata and ascf:
Dim gv As GameView
Dim AcSf As AcceleratedSurface
Dim IU As AS_ImageUtils
All my bitmaps are bitmapdatas, and I would like to free memory when the userclosed=true, because when i try to come back again, this message appears again.
One option is reflection, I tried:
Dim Obj1 As Reflector
'Obj1.Target = gv.bitmapsdata
'Obj1.RunMethod("recycle")
But it did not work...
Could you help me?
Best regards