-
As you can read on the main project page, I don't work on the free version anymore.
The possibly good news is that I plan to make the Pro version to work without the license. Some features will be blocked, but the basic stuff will work. This will probably happen in one month.
2009-12-05 06:22:36 UTC in NoteCase
-
The errors are due to replist.cxx not being added to the VS project.
2009-10-15 11:16:36 UTC in Hunspell
-
Below is a list of warnings when compiling with Intel C++ v10.1.014 on Windows.
I suggest to use #define UNUSED_PARAMETER(p) (p) macro for unused parameters.
1>------ Rebuild All started: Project: libhunspell, Configuration: Debug Win32 ------
1>Deleting intermediate files and output files for project 'libhunspell', configuration 'Debug|Win32'.
1>Compiling resources... (Microsoft VC++...
2009-10-15 11:02:37 UTC in Hunspell
-
When compiling "Debug_DLL" or "Release_DLL" targets in VS2005 SP1, I get warnings/errors given below.
Note that non-DLL build targets work fine, but shring the same warnings as below (no errors).
1>------ Build started: Project: libhunspell, Configuration: Release_dll Win32 ------
1>Compiling...
1>utf_info.cxx
1>suggestmgr.cxx
1>..\hunspell\suggestmgr.cxx(1625) : warning C4127...
2009-10-15 10:58:18 UTC in Hunspell
-
Thanks, this will surely be useful to other folks.
2009-07-24 19:15:49 UTC in NoteCase