Hi, I have build "gdal1.6.3" solution under VC++ 2008 Pro. Edition, and using its "gdal.lib" file for one another application.
In the other Application, I am using OGR APIs "OGRRegisterAll". I am able to build the application but on executing the program i am getting a Run Time errror "Unhandled exception at 0x10264e35 (msvcr90d.dll) in OGR_API_Tutorial.exe: 0xC0000005: Access violation reading location 0x6973762f." On debugging, what I found is, something is going wrong when VSIInstallGZipFileHandler() function gets called. I think, I am missing some of the setting in nmake.opt file or some configuration. Also I don't know how to enable HAVE_LIBZ macro. Please, help me out to Run my program. Thanks, Vadivelan -- View this message in context: http://n2.nabble.com/Runtime-error-on-executing-OGRRegisterAll-function-tp4453903p4453903.html Sent from the GDAL - Dev mailing list archive at Nabble.com. _______________________________________________ gdal-dev mailing list gdal-dev@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/gdal-dev