[mapserver-users] Re: Problem with ECW files

2011-01-18 Thread Frost89
Problem solved! I had to add a reference to my Visual Studio project to the gdal_csharp.dll. Now, I have the GDAL interface when adding using OSGeo.GDAL to my class. This allows me to use the following code to load the right DLL's: String gdal_bin_path = @"c:\path\to\my\binaries"; String gdal_d

[mapserver-users] Re: Problem with ECW files

2011-01-14 Thread Frost89
Tamas Szekeres wrote: > Try setting GDAL_DRIVER_PATH using SetConfigOption to the path of the > plugin directory. Thanks for the quick reply :) I'm not sure where I'm supposed to use SetConfigOption? - Kristian Frost -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Prob