[basex-talk] C++ API for BaseX v0.0

2014-01-08 Thread jean-marc Mercier
Hi all, C++ users could be interested in this first quick and dirty version of a C++ API for BaseX, located at https://github.com/JohnLeM/BaseXCPPAPI. Even if this v0.0 version is built upon Visual C++ 2012 Express, the C++ code should be multi platform. Hence, if there is any C++ / Unix / gcc

Re: [basex-talk] C++ API for BaseX v0.0

2014-01-08 Thread Dirk Kirsten
Hi Jean-Marc, I did take a (very) quick look at it. However, I failed to compile this on my linux machine using gcc. Some thoughts: - PugiXML seems to be used just for the example, I guess (because requiring another XPath processor to connect to BaseX would be weird). Seems easier to me to