Re: Re: [gdal-dev] Problems with C# ogr_wrap.dll

2010-02-11 Thread Tamas Szekeres
Tom, It depends on the platform target settings and the your current framework, which kind of binaries should be used, see the table below: Platform targetExecuting environment (Framework version) binary package should be used /x86 x86

Re: Re: [gdal-dev] Problems with C# ogr_wrap.dll

2010-02-10 Thread Tom van der Putte
Hi Tamas, Thanks for the reply. I tried your method in the overkill-mode to be sure: copying all dlls from gdalbin and gdalbingdalcsharp and this worked with the 32bit (not the 64 bit). I had already set the path to gdalbin so I don't understand why it doesn't work but hey, I'm a happy man! Cheer

Re: [gdal-dev] Problems with C# ogr_wrap.dll

2010-02-10 Thread Tamas Szekeres
Hi Tom, In this case you'll have to set a reference to ogr_csharp.dll and make sure the unmanaged dll-s (ogr_wrap.dll and it's dependencies like proj.dll) are available to load by the application, either by copying these dll-s into your executing directory or make them available in the PATH enviro