Click here to Skip to main content
15,918,516 members

Comments by newbieidk (Top 1 by date)

newbieidk 21-Dec-11 9:54am View    
Deleted
but it works this way.. this is what the documentation of sdk says.. it works using image handle.. e.g

int image;
image = ImageAdd("anything.png");

now integer image is the image handle for "anything.png" and can be accessed/loaded using this handle :P

and about the array size im storing 15 image handles in an array of 15 elements :/ sounds perfect to me..

THE PROBLEM STAYS.