Re: [gdal-dev] OGR and C#

2008-10-15 Thread Jerry O'Sullivan
Tamas, Thanks for that, filemon is a good idea...I'll go snooping! Thanks, Jerry 2008/10/15 Tamas Szekeres <[EMAIL PROTECTED]> > Jerry, > > It depends on which drivers/features are actually used by your OGR > script, my best advice is to copy *.dll into your executing directory. > You could nar

Re: [gdal-dev] OGR and C#

2008-10-15 Thread Tamas Szekeres
Jerry, It depends on which drivers/features are actually used by your OGR script, my best advice is to copy *.dll into your executing directory. You could narrow down the required set of the dll-s by inspecting the dependencies by using the dependency walker tool or use SysInternals filemon to see

[gdal-dev] OGR and C#

2008-10-15 Thread Jerry O'Sullivan
Hi, I have got OGR working in my C# app by adding FWTools bin folder to PATH during run-time. I would like to be able to distribute my application without the requirement for the user's PC to have FWTools installed. Is it possible to just include the dlls in the bin folder and if so what dlls do