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 besides that message.
- Dan On Wed, Nov 16, 2011 at 3:47 AM, mrym <[email protected]> wrote: > 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 it's still same. i see this message at output window " > 'C:\Windows\SysWOW64\odbcint.dll', Binary was not built with debug > information. " . i got stuck:( please i need your help. > Thanks.. > > > -- > View this message in context: > http://osgeo-org.1803224.n2.nabble.com/can-not-debug-gdal1-8-1-at-visual-studio-2008-tp7000116p7000116.html > Sent from the GDAL - Dev mailing list archive at Nabble.com. > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev > _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
