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