Re: [os-libsynthesis] LibSynthesis internal data structure and conversion...

2010-03-15 Thread paul
Well I wrote my database plugin in copying the example of SDK_demodb, because for whatever reason I couldn't get the SDK_textdb example to work. So now I have a plugin written in C for a client. Now the the libsynthesis engine calls this plugin for example with an InsertItem(), I get data in the

Re: [os-libsynthesis] LibSynthesis internal data structure and conversion...

2010-03-15 Thread Patrick Ohly
On Mo, 2010-03-15 at 10:11 +, paul wrote: > Well I wrote my database plugin in copying the example of SDK_demodb, > because for whatever reason I couldn't get the SDK_textdb example to > work. So now I have a plugin written in C for a client. Now the the > libsynthesis engine calls this plugi

Re: [os-libsynthesis] LibSynthesis internal data structure and conversion...

2010-03-15 Thread Patrick Ohly
On Di, 2010-03-09 at 22:28 +, paul wrote: > LibSynthesis uses an internal data structure formatted as multiline > aa:bb... The internal representation is the field list. This aa:bb format is an external format for it, as far as I remember. I'm not entirely sure where exactly it is used. I nev

[os-libsynthesis] LibSynthesis internal data structure and conversion...

2010-03-10 Thread paul
Hi, LibSynthesis uses an internal data structure formatted as multiline aa:bb... Is there any API available in LibSynthesis to convert that to vCard format? I see a function recently added DataConversion, but I'm not sure if that is just used for testing or if it will work. Any help is apprecia