Sorry, that should really be, "If you can't step into gdal functions
at all, then the cause is something besides that message."
What happens when you try to step into a gdal function?
Are you statically linking (gdal.lib) or dynamically linking
(gdal_i.lib + gdal18.dll)?
If you're using the gdal
The message you're seeing is because Microsoft doesn't include debug
information for their ODBC driver. This should not prevent you from
debugging entirely, it should just mean that you can't step into ODBC
function calls. If you can't debug at all, then the cause is almost
certainly something besi
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