If I include "gdal/cpl_conv.h", code completition works, but I get a compilation error:
undefined reference to `CPLLocaleC::CPLLocaleC()' I searched in the source files of my GDAL library version (1.7.0) and the CPLLocaleC class definition exists. I'm sorry for asking again you help! My compilation instructions are: g++ -c "/home/diego/.codelite/test/main.cpp" -g -o ./Debug/main.o "-I." "-I." g++ -o ./Debug/CreateShapeFile ./Debug/main.o "-L." -lgdal1.7.0 -- View this message in context: http://osgeo-org.1560.n6.nabble.com/OFTReal-values-truncated-to-integer-tp4933952p4937411.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
