Tools
Message Compiler Editor 2.2 released
Submitted by ldsandon on Sun, 2009-10-18 21:37After a long time, I've released a new version of the Message Compiler Editor. This release comes with a setup and a help file. Only minor changes has been made to the editor, now comments are written to the message text file, the options dialog is shown before each compilation, and the OutputBase parameter is now supported. Manifest file are not supported - support is planned for version 3.
Message Compiler Editor is available here.
- ldsandon's blog
- Login to post comments
When innovation is not real innovation: the WinHelp case.
Submitted by Administrator on Sun, 2007-03-11 23:51Microsoft didn't include the WinHelp32 application in Windows Vista. The official reason is its code does not meet Vista standards. Later it has been made available as a separate download (probably to avoid a lot of users complains!), anyway developers "are encouraged to transition their Help experience to an alternative Help file format, such as .chm, .html, or .xml".
This is a clear case when innovation is not real innovation, instead is just adding bloated applications where noone needs them.
WinHelp has everything one could ask to an help system: loads very fast, is not intrusive, is easy to use yet powerful enough, is easy to develop.
- Administrator's blog
- Login to post comments
- Read more
Innosetup script to manage services
Submitted by ldsandon on Thu, 2007-01-11 16:01An InnoSetup 5.x library to control services. It gives access to the Service Control Manager functions to query/start/stop/install/uninstall services, and implements some higher level functions (simpleXXXX) to perform standard tasks easily.
NB: this version won't work with the Unicode version of Inno Setup. I am testing an update that works.
Message compiler
Submitted by Administrator on Thu, 2006-12-28 22:50Version 2.2 of the Message Compiler Editor is available.
Integrating Mantis and CVS/CVSNT
Submitted by Administrator on Thu, 2006-12-28 21:46Currently CVS comes in two versions: the original CVS (available at http://www.nongnu.org/cvs/), and CVSNT (www.cvsnt.org), originally a native port to Windows systems, but then become a whole project on its own available on many platforms (Windows, Linux, Unix, MacOSX) and with several new features. Both versions share a common architecture, and from now on "CVS" will refer to both versions, but where stated explicitly.
