Neil Williams <[EMAIL PROTECTED]> writes:
> Or would you prefer a patch for GnuCash so that you can see the problem for
> yourself? The backtraces that I see only ever refer to
> 384: num_acc = g_list_length (grp->accounts);
> in src/engine/Group.c
I'd personally prefer a patch to GnuCash. I d
On Saturday 08 January 2005 7:02 pm, Derek Atkins wrote:
> Quoting Neil Williams <[EMAIL PROTECTED]>:
> > > So what happens if you try to merge a QofBook that has an SX?
> >
> > Like any other object that isn't currently accessible by QOF, it is
> > untouched.
> > If the target book has SX, it is n
Quoting Neil Williams <[EMAIL PROTECTED]>:
> > So what happens if you try to merge a QofBook that has an SX?
>
> Like any other object that isn't currently accessible by QOF, it is
> untouched.
> If the target book has SX, it is not altered, if the import book has SX, they
>
> are not merged.
On Saturday 08 January 2005 1:55 pm, Derek Atkins wrote:
> > Writing a QSF file from a QofBook was made very simple by only requiring
> > one set of handlers. Book, object, parameters - 3 callbacks, 3 foreach
> > loops and it was done. I'd love to see the same with GnuCash and SQLite -
> > to me, i
Neil Williams <[EMAIL PROTECTED]> writes:
> Does gmodule refer to the GnuCash 1.8 method, a Glib method or the Gnome2
> branch?
gmodule is the glib2 module api (sort of like how gobject is the glib2
object system).
> This backend_library through QofBackendProvider is what Linas has setup for
>
On Friday 07 January 2005 3:10 pm, Derek Atkins wrote:
> Neil Williams <[EMAIL PROTECTED]> writes:
> > As this is in QOF, it doesn't use the GnuCash module interface used for
> > the current XML backend, but instead uses the load_backend_library()
> > routine:
> >
> > qof_session_load_backend(QofSe
Neil Williams <[EMAIL PROTECTED]> writes:
> As this is in QOF, it doesn't use the GnuCash module interface used for the
> current XML backend, but instead uses the load_backend_library() routine:
>
> qof_session_load_backend(QofSession * session, char * access_method)
> load_backend_library ("li
Update:
I've got the QSF QofBackend to a functional condition and just tonight I've
got a test routine to work with the new code.
First stage is to load native QSF objects - those written and loaded by the
same QOF application, then I can get back to the maps - for data that is
converted betwe