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 which dll-s have been loaded at run-time.
Best regards, Tamas 2008/10/15 Jerry O'Sullivan <[EMAIL PROTECTED]>: > 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 I need > > Any advice would be greatly appreciated > > Thanks, > Jerry > > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev > _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
