On Tue, Nov 18, 2014 at 10:10 AM, Chenxiong Qi wrote:
> Hi,
>
> I've converted QofCollection to a C++ class. A side-effect is that I
> have to make src/test-core be able to compile in C++.
Although QofCollection will be a C++ class, you should be retaining the C
interface! The existing tests (s
> On Nov 18, 2014, at 7:10 AM, Chenxiong Qi wrote:
>
> Hi,
>
> I've converted QofCollection to a C++ class. A side-effect is that I
> have to make src/test-core be able to compile in C++. I'm an absolute
> newbie to autotools, still not get a workable solution so far after
> doing some research
Sébastien de Menten writes:
> On Monday, November 17, 2014, Derek Atkins wrote:
>
> I think most of our beef against your project is that you're making it
> read-write. If it was read-only then nobody here would care.
>
> Yes indeed. Me first needs are a) to read a GnuCash boom from pyt
Hi,
I've converted QofCollection to a C++ class. A side-effect is that I
have to make src/test-core be able to compile in C++. I'm an absolute
newbie to autotools, still not get a workable solution so far after
doing some research on this. Could you give some guide how to
accomplish this conversio