[gdal-dev] Should we use boolean type at the SWIG interface?
Tamas Szekeres
szekerest at gmail.com
Sat Jul 12 20:03:19 EDT 2008
Devs,
By using boolean type in the SWIG bindings I currently get a number if
warnings when compiling the generated code:
http://buildbot.osgeo.org:8500/builders/szekerest-vc71-full/builds/36/steps/csharp-make/logs/stdio
Since there are no boolean value exposed by the gdal dll I suppose we
can use integers instead of booleans at the wrappers as well.
Any objection to relpace 'bool' with 'int' in ogr.i?
Best regards,
Tamas
More information about the gdal-dev
mailing list