Re: Call to undefined function pspell_new()
| Newsgroups | gmane.comp.gnu.aspell.user |
|---|---|
| Message-ID | <060820071620.10890.466981DA0000643000002A8A2160466648099D0A9B9B0A9C@att.net> |
-------------- Original message ---------------------- From: "Nora Masters" <[email protected]> > > Hi, > > I wrote a small program that uses pspell: > > $pspell_link = pspell_new("en"); > if (pspell_check($pspell_link, "testt")) { > echo "This is a valid spelling"; > } else { > echo "Sorry, wrong spelling"; > } > > Whenever I launch it in my browser, this error appears: "Call to undefined > function pspell_new()" > > Installation details: > I'm working on a Windows XP system. I went to http://aspell.net/win32. , > downloaded the Full > installer<http://ftp.gnu.org/gnu/aspell/w32/Aspell-0-50-3-3-Setup.exe>, > and then the english dictionary package > (aspell-en-0.50-2-3.exe<http://ftp.gnu.org/gnu/aspell/w32/Aspell-en-0.50-2-3.exe > >). > After installing the packages, I copied aspell-15.dll to > C:/Windows/system32. > > Does anyone have an idea why this is not working ? I could really use some > help. > > Thanks a lot. > Barbara. > Hi Barbara, I'm away from my desk, so I can't research this. I can say that the version that you are using is fairly old. I made a simple open source program and used aspell for spelling. You can download it and extract the aspell part if you wish. The url is: http://sourceforge.net/projects/descdatadiary/