[fdo-users] Re: Newbie's First FDO App

Jackie Ng jumpinjackie at gmail.com
Sun Nov 14 17:17:28 EST 2010


The first thing to understand is that FDO is a C++ library. Though you are
using .net, those OSGeo.FDO.*.dll assemblies are nothing more than wrappers
to the underlying unmanaged binaries. Your FDO assemblies will throw all
kinds of errors like the one you mentioned if the unmanaged binaries are not
in the same location

So you need to ensure that *all* the files from your FDO bin directory are
copied to your output directory. You should be able to do this as a
post-build step in both Visual Studio and SharpDevelop.

- Jackie
-- 
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Newbie-s-First-FDO-App-tp5736332p5738452.html
Sent from the FDO Users mailing list archive at Nabble.com.


More information about the fdo-users mailing list