Experimental GExperts Version 1.37 2015-09-06 released

The latest version is the first version that supports Delphi 10 Seattle. There is nothing really new about the formatter code. Achim Kalwa submitted a patch that solves yet another Unicode issue, this time with the Code Proofreader expert. Another change is that there won't be a regular expert dll this time. After polling on … Continue reading Experimental GExperts Version 1.37 2015-09-06 released

Creating application icons from multiple PNGs

Note to self: Icons for Windows applications with multiple resolutions can be created by combining multiple png images using the convert tool that comes with ImageMagcic: convert 16.png 32.png 48.png 128.png 256.png -colors 256 icon.ico (From this answer to this question on superuser.com.)