By the way.. I agree that the extra code and work for getting the last call, sms and such will increase memory usage, but the amount that 6700yuma reports seems a little much for something as simple - UNLESS my code is incorrect for getting it. : )
p.s.
Here is a post at arianesoft regarding g_font
The reason is because the g_loadfont has to create a surface with all the characters to be displayed. Right now it creates a surface with 4096 characters possible to support unicode character sets. So you definitely run out of memory.
In version 1.24 I am modifying the PPL to have a new function to enable unicode characters. The default will always be 255 characters, this way you won't run into memory problems.
|