Hello,

I'm trying to write some C++ code in Windows to read the GPS EXIF data from a JPEG image. The only C++ example I have found (http://www.codeproject.com/Articles/3803/Cexif) reads many of the EXIF tags, but not GPS information.

Has anybody come across any code of this sort?

Thanks a lot!

Ed.