[geos-devel] Possible to link dynamically to GEOS C interface?

2012-10-19 Thread Crispin Cooper
Hi I am having trouble with my dll finding geos_c.dll at runtime - even though they're located together! I wonder if it's possible to link dynamically/explicitly to it somehow, then I could specify the right path? The docs (http://geos.osgeo.org/doxygen/c_iface.html) only seem to describe

Re: [geos-devel] Possible to link dynamically to GEOS C interface?

2012-10-19 Thread Mateusz Loskot
On 19 October 2012 12:22, Crispin Cooper coope...@cf.ac.uk wrote: Hi I am having trouble with my dll finding geos_c.dll at runtime - even though they're located together! I wonder if it's possible to link dynamically/explicitly to it somehow, then I could specify the right path? Yes,

Re: [geos-devel] Possible to link dynamically to GEOS C interface?

2012-10-19 Thread Crispin Cooper
On 19/10/2012 12:53, Mateusz Loskot wrote: It doesn't say anything about static linking. Best regards, Sorry - think I need a new brain this afternoon! I meant explicit linking. I'd like to link explicitly at runtime, rather than implicitly which is what linking to geos_c_i.lib seems to do.

Re: [geos-devel] Possible to link dynamically to GEOS C interface?

2012-10-19 Thread Mateusz Loskot
On 19 October 2012 13:16, Crispin Cooper coope...@cf.ac.uk wrote: On 19/10/2012 12:53, Mateusz Loskot wrote: It doesn't say anything about static linking. Best regards, Sorry - think I need a new brain this afternoon! I meant explicit linking. I'd like to link explicitly at runtime, rather