A few bugs to registry configuration storage. (All DWORD reads/writes should point to a DWORD-sized buffer)
Registry key no longer contains the version number. If future versions need different defaults, then the key can be changed slightly or something, or a version number value can be kept inside the key to prompt certain values to be upgraded if they equal the previous defaults
Removed default length option, and changed all relevant functions to check for zero Ignore Length option
Tag or default length is always reported, regardless of the ignore length setting
Seeking ms constant changed to (1. / 44100.) * 1000., as it seems to be close to the original constant
Minor layout changes to the configuration dialog, not including the interpolation system
Slight change to the raw tag edit dialog
Converted certain bitmap resources to JPEG and threw in an OLE-powered image loader for them
Applied RLE8 compression to the logo image, without any quality loss
Defined the CRT killing_DllMainCRTStartup function out for debug targets