adventurous
Ok, as you know I'm not the author of this addon, so this was just a standard answer :-)
I have just installed this addon on Windows XP, too (for those who don't know - follow the very good instructions described in
Enabling pspell for PHP on Win32 article), and probably I've found the reason, why it could not work.
Try to edit mspell_f/mSpell.php and find this line:
if(!isset($_POST['spellLang']) || !in_array($_POST['spellLang'],$acceptLang)) noJobs();
paste right after this line:
else $spellLang=$_POST['spellLang'];
and save the file. You get nothing again? If everything is ok, we'll fix it in the addon.
For me, it works that way!