I see a couple of errors, although neither would give the crash you observe.
An InChI string needs to have InChI at the beginning:
InChI=1S/C2H2O3/c3-1-2(4)5/h1H,(H,4,5)
ReadString return false on error, so the test is the wrong way round.
With these mods it seems to run ok for me (on Windows
Try building in debug, and running it through gdb.
On 19 July 2011 00:08, Jimmy G Lafontaine Rivera wrote:
> Hi, I have been unable to run a program correctly. I need the program to
> take a molecule from a SMILES string a perform a substructure search on it.
> I get the following error: "Access
I am not sure how to fix this error. Any help will be appreciated.
Thanks
PS. The message sent early. Sorry about that
On Mon, Jul 18, 2011 at 4:08 PM, Jimmy G Lafontaine Rivera wrote:
> Hi, I have been unable to run a program correctly. I need the program to
> take a molecule from a SMILES st
Hi, I have been unable to run a program correctly. I need the program to
take a molecule from a SMILES string a perform a substructure search on it.
I get the following error: "Access violation reading location 0x0081". I
am not sure if the problem was on the installation of the libraries or it