Uploaded a fixed version of _gdiplus.vcx containing the following fixes:
- GpImage.GetPropertyItem - now can retrieve correctly metadata info when PropertyTagType = Byte, also, enables retrieval of PropertyTagUndefined
- GpGraphics.DrawStringA - replaced the LEN() function for LENC() in order to support double-byte characters, used in Japan and China
- GpGraphics.MeasureStringA - replaced the LEN() function for LENC() in order to support double-byte characters, used in Japan and China
- GpImage.GetPropertyItem - now can retrieve correctly metadata info when PropertyTagType = Byte, also, enables retrieval of PropertyTagUndefined
- GpGraphics.DrawStringA - replaced the LEN() function for LENC() in order to support double-byte characters, used in Japan and China
- GpGraphics.MeasureStringA - replaced the LEN() function for LENC() in order to support double-byte characters, used in Japan and China