I need a spellcheck tool for my MS C++ (MFC) project. It looks like hunspell is a good choice. However, I found it difficult to compile with visual studio. Can someone help?

Here is what I have done: I downloaded hunspell from sourceforge, the version is 1.2.14. Unzipped it. Created an empty solution in visual studio and added the projects into it. The project files are under win_api directory. Then I tried to compile it, and got a bunch of errors.

By the way, my operating system Vista (x64).

Please help.


Thanks for the reply. Today, I tried it on a Windows XP (x86) system and it compiled without errors.

The error message with Vista x64 was: error c2552: non-aggregates cannot be initialized with initializer list. It is for file 'utf_info.cxx'. It's strange that XP x86 works fine.

It seems the version 1.2.12 works fine, for both 32 and 64-bit machines.

link|improve this question
If you don't provide a short listing of the errors you are encountering, i'm going to vote for this question to be close/removed. – Matthieu N. Jan 13 '11 at 4:36
Yeah, we need to know what the actual errors you're getting are in order to be able to help. The documentation seems to indicate it will compile fine if you have the Windows SDK installed. – Cody Gray Jan 13 '11 at 7:09
feedback

1 Answer

This appears to be a known bug.

There's now a patch available, which has been integrated into the CVS as of January 13, 2011. Make sure that you grab the latest copy of the source.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.