User e3b516b760
27-02-2013 16:04:18
Hi,
I'm trying to convert inchi string to structure and it is giving me the error: (Native library is not initialized)
I recently upgrade the dll files to version JChem_NET_API_5_11_5_628.
The code I used is
// textBox53.Text consist of inchi string
Molecule mol = MolImporter.importMol(textBox53.Text);
SetMoleculeImageUsingMolPrinter(mol);
Thanks for the help in adavace
best regards,
Srikanth