Re: [gdal-dev] c# binding and .net4

2010-08-05 Thread Tamas Szekeres
2010/8/5 Ari Jolma > Tamas Szekeres wrote: > >> >> I've now updated the GDAL csharp bindings to include that fix which >> already exists in SWIG 2.0. >> >> Upgrading the bindings to support SWIG 2.0 would be quite complicated due >> to several backward incompatible changes introduced from version

Re: [gdal-dev] c# binding and .net4

2010-08-05 Thread Ari Jolma
Tamas Szekeres wrote: I've now updated the GDAL csharp bindings to include that fix which already exists in SWIG 2.0. Upgrading the bindings to support SWIG 2.0 would be quite complicated due to several backward incompatible changes introduced from versions to versions. In addition we have

Re: [gdal-dev] c# binding and .net4

2010-08-05 Thread Tamas Szekeres
I think you may refer to the issue reported in http://trac.osgeo.org/gdal/ticket/3560 I've now updated the GDAL csharp bindings to include that fix which already exists in SWIG 2.0. Upgrading the bindings to support SWIG 2.0 would be quite complicated due to several backward incompatible changes

[gdal-dev] c# binding and .net4

2010-08-04 Thread Livneh Yehiyam
Hi As you probably aware GDAL currently fails to run when used in a .net4 client. I know that there is a newer version of swig (2.0) that fixes that. Are there any plans to move to the new swig version? Thanks Yehiyam ***