Re: [gdal-dev] Ogr and Dwg via Teigha (in C#)

2012-11-04 Thread Noon Silk
oach, that appears to be the main thing I was missing. -- Noon On Sun, Nov 4, 2012 at 3:51 PM, Noon Silk wrote: > Hi Tamas, > > Thanks; I think you're right. So I started to follow the advice on > building the plugins here: > <http://trac.osgeo.org/gdal/wiki/BuildingOnW

Re: [gdal-dev] Ogr and Dwg via Teigha (in C#)

2012-11-03 Thread Noon Silk
ither > place it into a /gdalplugins subdirectory from where your application is > running, or set the location of this dll in the GDAL_DRIVER_PATH environment > variable. > Also make sure the location of the dll-s from the dependent libs are also > added in PATH. > > Best rega

Re: [gdal-dev] Ogr and Dwg via Teigha (in C#)

2012-11-03 Thread Noon Silk
bindings. Is this the correct way to enable the dwg bindings? Is there something obvious I've missed? Would linking this other -dev build script with the particular source work better? Thanks, -- Noon On Fri, Nov 2, 2012 at 9:30 AM, Noon Silk wrote: > On Mon, Oct 29, 2012

Re: [gdal-dev] Ogr and Dwg via Teigha (in C#)

2012-11-01 Thread Noon Silk
On Mon, Oct 29, 2012 at 11:34 PM, Tamas Szekeres wrote: > You might also take a look at the -dev packages at > http://www.gisinternals.com/sdk/ > The compilation is controlled by a single makefile, so you can use: > > nmake gdal > nmake gdal-csharp Thanks; I happened to grab the "MSVC2005 (Win64)

Re: [gdal-dev] Ogr and Dwg via Teigha (in C#)

2012-10-29 Thread Noon Silk
On Mon, Oct 29, 2012 at 9:47 PM, Tamas Szekeres wrote: > This doc is fairly old (written by me ;-) , but the build process hasn't > been changed for years. What did you mean by "it doesn't appear to be > included as part of any existing build/packaging process"? I guess what I meant here is that

Re: [gdal-dev] Ogr and Dwg via Teigha (in C#)

2012-10-28 Thread Noon Silk
t 29, 2012 at 11:13 AM, Noon Silk wrote: > Hi Tamas, > > Thanks. > > I'm partly towards getting a build going; but am I to understand that > generating the SWIG bindings is best done from linux? (That is, I note > that the code to generate the bindings is in a shell s

Re: [gdal-dev] Ogr and Dwg via Teigha (in C#)

2012-10-28 Thread Noon Silk
er need to compile the DWG driver with OGR if that is provided > by default with the binary distribution you are using. According to your > concerns, enabling or not enabling the driver should not affect compilation > of the SWIG interface. > > Best regards, > > Tamas > &

[gdal-dev] Ogr and Dwg via Teigha (in C#)

2012-10-28 Thread Noon Silk
Hi All, I'm trying to read DWG files and output OGR layers. I note, actually, that there exists an OgrDwgDatasource in the C++; but I don't believe it is built by default. My difficutly comes in in that I'm using the SWIG-generated bindings. I tried porting the C++ datasource code to C#, but st