I'm stuck at some point and do not know what to do...
I load and store images in BMAP pointer array.

Quote:
BMAP* overlaybmaps[currentdex] = bmap_create(path);


At some point, I need to pass it to the panel's BuildString.
If I pass simple BMAP*, like this,

Quote:
str_cat(BuildString,"BMAPPOINTERHERE;");


it works.

But if as BMAP pointer array, like

Quote:
str_cat(BuildString,"BMAPPOINTERHERE[5];");


it is not working no matter what.

Is it supposed to be this way? I have tried many combinations, using str_cat_num as well. The worst part - I can not think of any workaround,
I need to use BMAP* array for my blitting function.

Last edited by RyuMaster; 12/26/08 18:04.

What kills me not, that makes me stronger.

***Working on RPG/RTS***