Jchem: Error: Native library is not initialize

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

ChemAxon eb65a25631

27-02-2013 16:14:27

Hi,


Please add the reference JChemExt.dll to the project, and call


ChemAxon.JChem.Common.Init();


before calling MolImporter.


 


Regards,


Andras