7 Jan 2012, version 2.1.30

To Patch The control for replacing "TOp" to "Top" without losing binary compatibility, follow theses step:

1. Exit Vb6
2. Open the Following file in Notepad++ (Google it if you don't have a notepad that allow you to see line number)

Files:
AICGlobals.cls
AlphaImgCtl.ctl
GDIpImage.cls
modCommon.bas

Make a Search to Replace "TOp" with "Top" in thoses files

Save,
recompile...

voilà....


AICGlobals.cls
line: 100, 113

AlphaImgCtl.ctl
line: 79, 83, 1835

GDIpImage.cls
line: 435, 439, 441

modCommon.bas
line: 4758, 4763, 4766, 4769