Re: [Open Babel] Issues when using OBProp with Mychem

2010-06-11 Thread Jerome Pansanel
Hi, I've tried the instance like format.cpp and it seems to work. I'll add the required line to the code and use the test suite of mychem. Thanks for your help, Jerome Le mercredi 9 juin 2010 11:02:16, Chris Morley a écrit : > In 2008 OBFormat was made part of the OBPlugin framework, which now

Re: [Open Babel] Issues when using OBProp with Mychem

2010-06-09 Thread Craig A. James
On 6/8/10 11:00 PM, Jérôme Pansanel wrote: > Hi, > > This is an old thread, but the problem remains. I'm porting Mychem for MySQL > 5.1, and it is not a piece of cake. MySQL has a new security 'feature' that > requires to put the mychem library in the plugin directory Postgres has the same require

Re: [Open Babel] Issues when using OBProp with Mychem

2010-06-09 Thread Chris Morley
In 2008 OBFormat was made part of the OBPlugin framework, which now manages the map relating the formats IDs and the pointers to the OBFormat objects. FormatFromMime() is a hangover from the old system, with its map managed by OBFormat itself. It seems the latter is working but the OBPlugin fra

Re: [Open Babel] Issues when using OBProp with Mychem

2010-06-09 Thread Noel O'Boyle
I can't answer the specifics, but I think this brings us back to the utility of being able to compile an all-in-one .so (or .dll) for OpenBabel that functions. This would be great to have for scripting languages, bundling with other applications, etc, etc. - Noel On 9 June 2010 07:00, Jérôme Pans

Re: [Open Babel] Issues when using OBProp with Mychem

2010-06-09 Thread Jérôme Pansanel
Hi, This is an old thread, but the problem remains. I'm porting Mychem for MySQL 5.1, and it is not a piece of cake. MySQL has a new security 'feature' that requires to put the mychem library in the plugin directory (/usr/lib/mysql/plugin on Linux). When using this code, the SetInAndOutFormat