Archive

Archive for January, 2009

Integrating your application with Enchant – Part 2

January 10th, 2009

Enchanté

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 DLL
    (cl.exe v15.00.30729.01, link.exe v9.00.30729.01)

Read more…

Tolon's Coding Lab ,

NoteKeeper 0.9.7 Released

January 1st, 2009

NoteKeeper 0.9.7 Splash Screen

Tolon NoteKeeper 0.9.7 (build 20090101) has now been released.

This is a bug-fix release that addresses a couple of issues that couldn’t wait for 0.10.0. The specific bug fixes are:

  • Text conversion utils should now behave if there are no Microsoft Converter dlls installed.
  • State of the MDI child windows should now be remembered between sessions.
  • Standard registry settings are no longer changed as part of the installation routine.

Big thanks go to Patricio Silva and Daniel Beardsmore for helping identify the problems.

The latest version can be downloaded from http://www.tolon.co.uk/software/notekeeper/download.

Best Regards,
Tolon.

News, NoteKeeper