<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>GDAL Devs,</DIV>
<DIV>&nbsp;</DIV>
<DIV>I added GDAL into my exisiting project to see how GDAL handles WMS and JPIP and I get an exception error when calling <FONT size=2>GDALAllRegister</FONT>().</DIV>
<DIV>&nbsp;</DIV>
<DIV>This is odd to me, but I downloaded the SVN for 3-1-2011 and made modifications in nmake.opt to handle WMS and JPIP (via kakadu v5.2) files (this is not the error).</DIV>
<DIV>&nbsp;</DIV>
<DIV>Here is the pop-up message display error output:</DIV>
<DIV>&nbsp;</DIV>
<DIV>Visual Studio<BR>&nbsp;Unhandled exception at 0x772bc41b in GDAL_DEBUG_PROBLEMS.exe:<BR>&nbsp;0xC0000005: Access violation writing location 0x5a74c985.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>NOW, here is the call-stack.&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>‡GetGDALDriverManager returned&nbsp;0x00764360 {nDrivers=0 papoDrivers=0x00000000 pszHome=0x008794d0 "" }&nbsp;GDALDriverManager *<BR>pData&nbsp;0x00879580&nbsp;void *</DIV>
<DIV><BR>&gt;&nbsp;gdal19dev.dll!VSIFree(void * pData=0x00879580)&nbsp; Line 573 + 0xa bytes&nbsp;C++<BR>&nbsp;&nbsp;gdal19dev.dll!VSIWin32FilesystemHandler::ReadDir(const char * pszPath=0x007694e8)&nbsp; Line 622 + 0x9 bytes&nbsp;C++<BR>&nbsp;&nbsp;gdal19dev.dll!VSIReadDir(const char * pszPath=0x007694e8)&nbsp; Line 67&nbsp;C++<BR>&nbsp;&nbsp;gdal19dev.dll!GDALDriverManager::AutoLoadDrivers()&nbsp; Line 686 + 0x11 bytes&nbsp;C++<BR>&nbsp;&nbsp;gdal19dev.dll!GDALAllRegister()&nbsp; Line 79&nbsp;C++<BR>&nbsp;&nbsp;GDAL_DEBUG_PROBLEMS.exe!wmain(int argc=1, wchar_t * * argv=0x00874e68)&nbsp; Line 43&nbsp;C++<BR>&nbsp;&nbsp;GDAL_DEBUG_PROBLEMS.exe!__tmainCRTStartup()&nbsp; Line 594 + 0x19 bytes&nbsp;C<BR>&nbsp;&nbsp;GDAL_DEBUG_PROBLEMS.exe!wmainCRTStartup()&nbsp; Line 414&nbsp;C</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>From what I see, the problem lies in the method call in gdalallregister.cpp line 76:</DIV><FONT size=2>
<DIV>GetGDALDriverManager()-&gt;AutoLoadDrivers();</DIV>
<DIV>&nbsp;</DIV>
<DIV>This should not happen.&nbsp; What is odd is if I build it in Release mode, I do not get this issue.&nbsp; However, that defeats the purpose because I want to step through the code.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Anyone can confirm my problem?&nbsp; Solutions why only in Debug mode this occurs?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Any suggestions would be great,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Robert</DIV></FONT></td></tr></table><br>