Hi,
I want to use RDKit within a Visual Basic program I have written. A bit of
searching showed that a .NET wrapper for RDKit is available through the
VisualBasic NuGet package manager. I was able to use NuGet to add the
RDKit2DotNet package to my project. In the code I add the following and get
a successful compile:

Imports GraphMolWrap
...
RDKit.Initialize()    'Line 1
myMol = RDKFuncs.MolBlockToMol(myString)  'Line 2

However, when run, I get a "NullObject" runtime error at Line 1 with no
other descriptive message.
If I comment out Line 1 and run again, I get a "dll could not be loaded
runtime error at line 2. Seems like I am missing a step somewhere. Am I
supposed to download and register any other .dlls to use these wrappers?

Thank you.
_______________________________________________
Rdkit-discuss mailing list
Rdkit-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rdkit-discuss

Reply via email to