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
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]
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