Re: [Open Babel] RE : linking to libopenbabel

2012-05-12 Thread My Th
S , 2012-05-12 15:04 +, Gaudreault, Francis rakstīja: > OpenBabel is not installed on the hosts that download the Application > dynamically linked to libopenbabel. > > Format files are compiled within the libopenbabel, do I need to also > set the BABEL_LIBDIR to point to libopenbabel. How are

[Open Babel] RE : RE : linking to libopenbabel

2012-05-12 Thread Gaudreault, Francis
OpenBabel is not installed on the hosts that download the Application dynamically linked to libopenbabel. Format files are compiled within the libopenbabel, do I need to also set the BABEL_LIBDIR to point to libopenbabel. De : My Th [rei4...@gmail.com]

Re: [Open Babel] RE : linking to libopenbabel

2012-05-12 Thread My Th
2012/5/11 Gaudreault, Francis : > Hi Geoff, > > Yes I have my OBConversion object. > Here is the code that compiles correctly: > > OpenBabel::OBConversion conv(&ifs,&ofs); > if(!conv.SetInAndOutFormats(informat,"mol2")){ >     strcpy(error,"ERROR: OpenBabel: Formats not available\n"); >     return