[gdal-dev] How to enable NetCDF?

2013-10-17 Thread Paul Meems
I'm still working on configuring GDAL and MapWinGIS to open several raster formats. I've got several problems with some file formats. The most blocking is when I enable NetCDF GDALAllRegister() generates an exception. I'm using the trunk version (R.26534) of GDAL v1.10. I compile using nmake with

Re: [gdal-dev] Sharing GDAL Dataset objects between threads (JNI)

2013-10-17 Thread Even Rouault
Selon Markus Schneider : > Hi Even, > > thanks for you help so far. > > I now observed that handing around a (ECW) Dataset between threads works > fine, as long as I open it using: > > - gdal.Open(String name) > > However, when I open it using: > > - gdal.OpenShared(String name) > > I see strange

Re: [gdal-dev] Sharing GDAL Dataset objects between threads (JNI)

2013-10-17 Thread Markus Schneider
Hi Even, thanks for you help so far. I now observed that handing around a (ECW) Dataset between threads works fine, as long as I open it using: - gdal.Open(String name) However, when I open it using: - gdal.OpenShared(String name) I see strange effects and VM crashes. Does this make sense? W

[gdal-dev] Statically link ECW v5 with GDAL

2013-10-17 Thread Paul Meems
Hi list, As mentioned before I'm having trouble getting the new ECW SDK working in MapWinGIS which is using GDAL. I'm now trying to statically link ECW v5 with GDAL. I've found this documentation: When linking against the static libraries on Windows, you must define NCSECW_EXPORTS as a pre-process