Re: Wrapping PDFBox with JCC

2009-03-07 Thread Andi Vajda
Ah well, using a reserved word as a c++ namespace name wasn't planned. Sneakier, but clearly a bug in JCC. Andi.. On Feb 28, 2009, at 19:08, Christian Heimes wrote: Andi Vajda schrieb: On Sat, 28 Feb 2009, Christian Heimes wrote: Once I got the wrappring right I run into another issue. The

Re: wrapping template types; neo4j

2009-03-07 Thread Andi Vajda
On Feb 28, 2009, at 19:57, Bill Janssen wrote: Andi Vajda wrote: On Feb 27, 2009, at 19:30, Bill Janssen wrote: Ah, I see hasRelationship is already there. The trick which I was missing is that you need to invoke it with a list of RelationshipType values, not just a single value. Y