Molecule drawing from InChI in .NET application

User f5522dfdae

22-03-2010 21:04:52

Hi,


is there any example code around for generating a molecule image from an InChI string using MarvinView?


We're following a C# project using .NET here; it's not a web application but a Windows Forms app (Visual Studio 2010beta). The InChI is retrieved from a MySQL database.


Thanks and greetings,


Daniel

ChemAxon 6e93227fcc

23-03-2010 08:55:35

Hi Daniel,


I'm a little bit confused... You want to use the MarvinView (java version) or the .NET API dll's for generating the image from InChI?


I assume you want to use the .NET API to generate the image... I know for sure this is possible but I have to ask my colleagues to provide you additional information because you will also need a win32 dll.


Calin.

User f5522dfdae

23-03-2010 09:33:49

Hi,


 


thanks for your reply! You are right, it is actually about using the .NET API. Sorry for confusing it. Any information is most welcome.


best,


Daniel

ChemAxon b62f37c21a

23-03-2010 16:59:28

Hi Daniel,


Examples/MoleculeImage in the installation folder or you can use this link.


Please note that ikvm-native.dll should be copied to your binary folder. (This won't be necessary in the next release.)


Best regards,


Gabor