Hello,
I'm trying to get to how to read EXIF from image any one can help ?
Hello,
I'm trying to get to how to read EXIF from image any one can help ?
have you tried checking our wiki: http://wiki.forum.nokia.com/index.ph...of_a_JPEG_file
Yes and it gave me error such : CleanupClosePushL(fsSession); undeclared indetfier ..
If you know a little about Symbian C++, you should recognize that this line has nothing to do with the actual task. The snippet seems to be fine. fsSession is declared a few lines earlier, and it is already used once, in the preceding line. CleanupClosePushL is an always available method, in any Symbian C++ code.
Maybe then you could try teh full example and try understanding it and seeing all headers that you might need to include as well as all libraries needed.