Re: unhandled exception when using aspel in a simple win32 console application
| Newsgroups | gmane.comp.gnu.aspell.user |
|---|---|
| Message-ID | <052920071709.24550.465C5E4B000CDDD700005FE62158766720099D0A9B9B0A9C@att.net> |
-------------- Original message ---------------------- From: Niki Lijnen <[email protected]> > > Hi, > > I tried to use aspell in a simple win32 console application ( C++ ), but it > doesn't run. When doing > > AspellConfig *config = new_aspell_config() ; > > I get the following exception: > > Unhandled exception at 0x0009a500 in AspellTest.exe: 0xC0000005: Access > violation reading location 0x0009a500 > > What am I doing wrong? > > Best regards, > > Hi Niki I've run into something similar. You might try this project. It uses Aspell as it's spell checker. Hope it helps! Gary http://sourceforge.net/projects/descdatadiary/