Re: QSF progress.

2005-01-08 Thread Derek Atkins
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

Re: QSF progress.

2005-01-08 Thread Neil Williams
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

Re: QSF progress.

2005-01-08 Thread Derek Atkins
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.

Re: QSF progress.

2005-01-08 Thread Neil Williams
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

Re: QSF progress.

2005-01-08 Thread Derek Atkins
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 >

Re: QSF progress.

2005-01-07 Thread Neil Williams
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

Re: QSF progress.

2005-01-07 Thread Derek Atkins
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

QSF progress.

2005-01-06 Thread Neil Williams
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