hello!
i want to compare two bmp images. Can anyone tell how is it possible?
It may be two gif images also.
Tried with memcmp(void *buffer1,void *buffer2, size size_t) but compiler is throwin too many errors though i have include the corresponding header and lib file.
I think you need to link against standard C library. Use the header files found in \epoc32\include\libc and the library, estlib.lib.
You can find more information about how to link to standard C library in "Porting" section. Just search for "C standard library porting" in your SDK Help.