Hi, This has started happening to me also. When i call any function from gdal library i get this error: "Unhandled exception at 0x7264082a (msvcr90d.dll) in test.exe: 0xC0000005: Access violation reading location 0x6973762f." Error happens at iosfwd file at this function
static int __CLRCALL_OR_CDECL compare(_In_count_(_Count) const _Elem *_First1, _In_count_(_Count) const _Elem *_First2, size_t _Count){ // compare [_First1, _First1 + _Count) with [_First2, ...) // _DEBUG_POINTER(_First1); // _DEBUG_POINTER(_First2); return (::memcmp(_First1, _First2, _Count)); <----------------i get error at this line } I also built gdal with /MDd option but i still get this error. Any help will be appreciated. Thanks in advance.. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Runtime-error-on-executing-OGRRegisterAll-function-tp4453903p7096855.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