-------------- 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/ _______________________________________________ Aspell-user mailing list [email protected] http://lists.gnu.org/mailman/listinfo/aspell-user
