Donate Share

Linguistic Tree Constructor

File Release Notes and Changelog

Release Name: 2.8.1

Notes:
Hello,

I have released Linguistic Tree Constructor version 2.8.1.

http://ltc.sourceforge.net/download.html


It fixes a critical bug on Windows, whereby the "File --> New" command would crash the program.

Other platforms are not affected.

There is no code change; only changes to the build system on Windows.


Enjoy!

Ulrik Sandborg-Petersen


Changes: 2.8.1 ===== A bug was fixed on Windows whereby the "File --> New" command would crash the program. The problem was in the TECkit library, which uses features of the C++ standard that say that iterators on vectors may point outside of the vector. In Visual Studio Express 2005 (which I used to compile LTC version 2.8.0), this feature was not enabled, unless some arcane defines were set to 0. Accordingly, I updated CPPFLAGS_EXTRA in the configuration-makefiles in win32/ in the LTC-sources, and all is well now. Ulrik Sandborg-Petersen