Hi, there.
I am developing a modeling program using OpenBabel on MicroSoft Windows, 
VisualStudio 2010/2008.
The openbabel version is 2.2.3 or the last development branch, and are 
converted into SINGLE_DLL.
All functions good, such as reading molecule files, converting to smiles 
coordinates, plugins, etc.
I can retrieve all the plugin lists :
OBPlugin::ListAsVector( "Formats" ); 
    gives a list of all 98 molecule file formats;
OBPlugin::ListAsVector( "Ops" ); 
    gives a list of all 9 availabel operations, fillUC, gen2D, gen3D, genalias, 
etc...
The problem is that the plugins does not function as expected.
With  
    OBOp* pOp = OBOp::FindType("Gen3D"); , 
the pOp becomes NULL;
All other plugins (gen2D, gen3D, genalias, MMFF94, etc...) works the same.
With STATIC_LIBRARY version (not in SINGLE_DLL), I was able to use all the 
plugin functions.
Can anybody help me?
Thank you.
Chong Hak Chae,

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
OpenBabel-Devel mailing list
OpenBabel-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbabel-devel

Reply via email to