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
CodeGear: still on the wrong track?
Submitted by Administrator on Sat, 2007-02-24 23:10Recently, CodeGear released its first new Windows products, Delphi 2007 for Win32 and Delphi for PHP, after more than one year without anything new. Delphi for PHP is based upon Qadram Qstudio, and, despite it's name, it's not a new PHP personality within the Delphi/BDS IDE (Galileo). It's a separate product with its own IDE, although it was designed after the Delphi IDE.
- Administrator's blog
- Login to post comments
- Read more
Proper library deployment in Delphi
Submitted by Administrator on Thu, 2007-01-11 20:05In these days I'm starting to move some projects from Delphi 7 to Delphi 2006. Therefore I started to install all the required libraries in Delphi 2006. And I found out that many libraries don't use packages properly. Beyond the runtime/designtime issue, many libraries don't set the options properly to share the same code among different versions of Delphi. Once I was used to keep different copies of each library in each Delphi folders, in a folder named "3rd".
- Administrator's blog
- Login to post comments
- Read more
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.
