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.
<http://ftp.gnu.org/gnu/aspell/w32/Aspell-0-50-3-3-Setup.exe>
_______________________________________________
Aspell-user mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/aspell-user