On Fri, Jan 07, 2011 at 10:25:42PM +0000, Andrew Ayre wrote:
> Jochen Topf wrote:
> >Osmium is a C++ framework for handling OSM data read from XML or PBF files.
> >The framework itself doesn't do much by itself, it just parses the data and
> >gives you callbacks for each object. Handlers can implement those callbacks 
> >and
> 
> Sounds nice! It would be interesting for me if it could be compiled
> into a DLL (minus the Javascript support) and then add a .NET
> wrapper for it. Is that feasible?

Much of Osmium code is in header files, similar to many Boost libraries, you
need those when embedding Osmium. So its not made to be just included as shared
library. I have never developed anything on Windows, so I don't know how things
are different there.

Jochen
-- 
Jochen Topf  joc...@remote.org  http://www.remote.org/jochen/  +49-721-388298


_______________________________________________
dev mailing list
dev@openstreetmap.org
http://lists.openstreetmap.org/listinfo/dev

Reply via email to