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
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'
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