Hunspell
- Rook Zimbabwe
- Addict
- Posts: 4322
- Joined: Tue Jan 02, 2007 8:16 pm
- Location: Cypress TX
- Contact:
Re: Hunspell
yep... you use the "new" version with the *
Re: Hunspell
Since you're using 1.2.12, I assume you've successfully built the dll?Perkin wrote:Rook, the hunspelldll.dll I'm using is from v -1.2.12
located here, http://sourceforge.net/projects/hunspell/files/
view all files, hunspell 1.2.12 (rather than hyphen)
I've tried using both Visual Studio and cygwin but have gotten errors both (rather multiple) times.
How did you create the dll and would you have a copy to share?
cheers
Re: Hunspell

http://sourceforge.net/projects/hunspel ... p/download
I assumed it was the 1.2.12, as it was on sourceforge, and i thought it was updated to latest version.
Sorry

In my defence I downloaded the 1.2.12 source at the same time, and must have assumed the dll I was using was the updated one.
%101010 = $2A = 42
Re: Hunspell
Yes, the win32 dll's I've found to be readily available are from the 1.1 series.Perkin wrote:I think I might not be using 1.2.12, I think I'm using 1.1.4 as the dll was from inside the delphi package here
I have been successfull(? - still needs additional testing) at building a dll for 1.2.12.
As of the 1.2 series "hunspell_put_word" becomes "Hunspell_add"
There were other changes http://sourceforge.net/project/shownote ... _id=551113 as well, but they had to do with stemming and morphological analysis and generation which I'm not using.
If I run into additional problems testing 1.2.12, I'll post.
cheers
Re: Hunspell
If your successful, could you create a lib/include to use it and upload here.
What's the benefits of the newer dll version?
I've got no idea of where to begin to build it myself.
messing about with includes after somebody else has done them is a lot easier
What's the benefits of the newer dll version?
I've got no idea of where to begin to build it myself.
messing about with includes after somebody else has done them is a lot easier

%101010 = $2A = 42
Re: Hunspell
Hey guys,
I've compiled version 1.3.2 (latest version) of the hunspell DLL (both x86 and x64 versions) as I know first hand what an absolute bastard it was to get to build lol
Here they are:
Hunspellx86.dll
http://www.progui.co.uk/downloads/Hunspellx86.dll
Hunspellx64.dll
http://www.progui.co.uk/downloads/Hunspellx64.dll
Hope that helps if anyone is struggling!
Chris.
I've compiled version 1.3.2 (latest version) of the hunspell DLL (both x86 and x64 versions) as I know first hand what an absolute bastard it was to get to build lol
Here they are:
Hunspellx86.dll
http://www.progui.co.uk/downloads/Hunspellx86.dll
Hunspellx64.dll
http://www.progui.co.uk/downloads/Hunspellx64.dll
Hope that helps if anyone is struggling!

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Re: Hunspell
Thanks.
I'll see if it's an improvement over the existing.
I'll see if it's an improvement over the existing.
Re: Hunspell
No worries rsts
my test code with the 64bit version seems to be working fine so far, parameters for "Hunspell_suggest" have been swapped around though.
Chris.

Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk
Re: Hunspell
You're welcome Perkin, I've made a nice easy-to-use UserLib too: http://www.purebasic.fr/english/viewtop ... 12&t=49236Perkin wrote:Nice, thanks PrincieD
Chris.
ProGUI - Professional Graphical User Interface Library - http://www.progui.co.uk