Can I link or call InChI from my program?
InChI is written in C and can be compiled on most systems. It can be packaged into a dll for Windows or a library for UNIX. It is not available in other languages as it contains substantial algorithms which require manual porting and conformance testing. In our own work we have been able to call it from Java using System.exec. This is not ideal but it seems to work.