Re: [gdal-dev] can not debug gdal1.8.1 at visual studio 2008

2011-11-16 Thread Dan Homerick
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

Re: [gdal-dev] can not debug gdal1.8.1 at visual studio 2008

2011-11-16 Thread Dan Homerick
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

[gdal-dev] can not debug gdal1.8.1 at visual studio 2008

2011-11-16 Thread mrym
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