Am 14.04.2011 16:31, schrieb Jochen Topf:
Osmium is a C++ library and has always been. It should be possible to include it in any language you want. It is a header only library (like a lot of the boost libraries), so there are only header files, no libosmium.a or libosmium.so. Thats done so you can include only those parts you need and get that extra speed advantage. But it doesn't change whether it can be included somewhere or not.
Well, I see I still have to learn a lot about C++ ;)
Peter _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

