Thanks. I've done things you have written, but it's still same.
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Runtime-error-on-executing-OGRRegisterAll-function-tp4453903p7099963.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
__
Here is my command line:
/Od /I "E:\BELGIS\gdal-1.7.2\libecwj2-3.3\Source\include" /I
"C:\mrym\warmerda\bld\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D
"_USRDLL" /D "BELGDAL_EXPORTS" /D "_WINDLL" /D "_UNICO
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: 0xC005:
Access violation reading location 0x6973762f."
Error happens at iosfwd file at this function
static int __CLRCALL_O
Thanks, i've done all of the things you wrote,but i'm still can't debug..
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/can-not-debug-gdal1-8-1-at-visual-studio-2008-tp7000116p7000821.html
Sent from the GDAL - Dev mailing list archive at Nabble.com.
_
Ok. i see this message too "gdal18.dll, Binary was not built with debug
information." i've replaced /MD with /MDd in flags for debug and build gdal
again, but i still cannot debug gdal functions. and i don't know what to
do..:(
--
View this message in context:
http://osgeo-org.1803224.n2.nabble.c
Hi,
i've downloaded gdal1.8.1 and builded it with
nmake /f makefile.vc DEBUG=1
nmake /f makefile.vc install
nmake /f makefile.vc devinstall
everything was fine till trying to debug gdal functions. i can't debug any
gdal function. i tried lots of thing(in fact everything in google) to fix
it, but