Re: [gdal-dev] building and using an OGR plugin

2011-11-16 Thread Ian Turton
On 16 November 2011 15:44, Howard Butler wrote: > > On Nov 16, 2011, at 9:42 AM, Ian Turton wrote: > >> I've been developing an OGR format to read in my employers' file >> format. All works fine when I build the new format in directly but it >> would probably make sense to provide the code as a pl

Re: [gdal-dev] building and using an OGR plugin

2011-11-16 Thread Howard Butler
On Nov 16, 2011, at 9:42 AM, Ian Turton wrote: > I've been developing an OGR format to read in my employers' file > format. All works fine when I build the new format in directly but it > would probably make sense to provide the code as a plugin rather than > having to build and link our own dll'

[gdal-dev] building and using an OGR plugin

2011-11-16 Thread Ian Turton
I've been developing an OGR format to read in my employers' file format. All works fine when I build the new format in directly but it would probably make sense to provide the code as a plugin rather than having to build and link our own dll's for the whole library. So I followed the instructions a