<html><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12pt"><div>GDAL folks,</div><div><br></div><div>I am trying to support kml support via libkml library in MSVC2008 environment (Windows 32-bit environment on Windows 7).  I have downloaded the repository version as stated in the gdal webpage, built a static library of each required libkml component, and updated nmake.opt to build the libkml support.</div><div><br></div><div>Everything worked fine and in my shell program I have a simple API call to verify GDAL can read kml products:</div><div><br></div><div>'GDALOpenEx(kmlFile.c_str(), GDAL_OF_VECTOR, NULL, NULL, NULL);'</div><div><br></div><div>Now, I keep getting a Access violation reading error in "xmlchar_to_utf8()" in expat_handler.h file in kmlbase.</div><div><br></div><div>Has anyone experienced this issue lately?  Which version of
 expat should I link against? </div><div>In the nmake.opt do I uncomment the component to link Expat for libkml support or is that only used for internal KML driver?</div><div><br></div><div>I am trying to figure out if I have a libkml issue?  I downloaded the repository at "http://libkml.googlecode.com/svn/trunk/"</div><div><br></div><div>Is that the right location to get version 1.3?</div><div><br></div><div>Thanks in advance,</div><div><br></div><div>Robert</div></div></body></html>