Changes between Version 4 and Version 5 of LibKML


Ignore:
Timestamp:
Apr 18, 2016, 2:52:12 PM (8 years ago)
Author:
Jeff McKenna
Comment:

add visual studio 2015 note

Legend:

Unmodified
Added
Removed
Modified
  • LibKML

    v4 v5  
    7171}}}
    7272
     73
     74'''Visual Studio 2015 notes'''::
     75  You may get an error of "c2137 empty character constant"; edit the file: src\kml\base\file_win32.cc and change line #43 to:
     76
     77  {{{
     78    std::wstring wstr(str.length(), L'\0');
     79  }}}
     80
    7381= Testing the driver =
    7482