Tolon’s Coding Lab
Integrating your application with Enchant – Part 2
January 10th, 2009
Welcome to the second article exploring how to integrate the spell checking library Enchant into your Visual C++ applications.
I will be using this library with my freeware program NoteKeeper, which I am currently maintaining/developing in two versions of Visual C++.
Visual C++ 6 SP6 with STLPort 5.1.5, Multithreaded DLL
(cl.exe v12.00.8804, link.exe v6.00.8447)
Visual C++ 9 SP1, Multithreaded [...]
Integrating your application with Enchant – Part 1
December 15th, 2008
Welcome to the first in a series of articles exploring how to integrate the spell checking library Enchant into your Visual C++ applications.
In this article we will start by building the support libraries required by Enchant.
