[Gdal-dev] build error using Visual Studio 8

Frank Warmerdam warmerdam at pobox.com
Sun Apr 2 12:32:10 EDT 2006


Mateusz Łoskot wrote:
> The question is how GDAL should handle it. Should GDAL behave more in C
> way or more in C++ way?

Mateusz,

Well, for the specific case of function like strchr() that have "const
correct" versions, I think this just helps us write better code.  We should
just review any code with problems, and correct it to work properly with
VS8.  In the case of the cpl_strtod.cpp change I took the path of least
resistance with the cast because the code is complex and I'm afraid of trying
to change too much.

In the case of ecwcreatecopy.cpp, it is clear the return result should have
been treated as a const char * all along.

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | President OSGF, http://osgeo.org




More information about the Gdal-dev mailing list