Re: [OpenBabel-Devel] Problem for compiling the example files

2013-11-26 Thread rafel israels
Hi Nicolas, in my case (also a Ubuntu local install) the problem was that I had to move the -lopenbabel to the end of the line. Seems like your's might be the same problem ? Also I'd recommend to split your command in two, first a compile and then the linking command. That way it's easier to

Re: [OpenBabel-Devel] Templates not exported under MSVC

2013-11-26 Thread Noel O'Boyle
Just found the solution, and good news, no code changes needed on your part. Details are at http://techbase.kde.org/Getting_Started/Build/Windows/Common_problems#DLL-Export_of_templated_functions.2Fclasses I just need to remove OBAPI in generic.h and your code compiles fine. I'll sort this out