Page 1 of 1

ADGE: Bug Report: 'FM20.DLL not registered'

Posted: Fri Apr 01, 2005 7:19 am
by Toni Y
Anyone know how to fix this error when trying running ADGE?

Code: Select all

Run-time error '339':
Component 'FM20.DLL' or one of its dependencies not correctly registered: a file is missing or invalid

Posted: Sat Apr 02, 2005 10:53 pm
by rain`
Regarding the FM20.dll, it is a required system file to run ADGE for use of list boxes inside the app, I don't know where to get it if you don't have it, but try doing a google for it, im sure somewhere you can download it and place it in your system folder and it should work then.

-rain`

Posted: Sun Apr 10, 2005 8:03 am
by kentaro-k.21
FM20.dll is a component for Microsoft Office software rater than Visual Basic.

INFO: Usage and Redistribution of FM20.DLL
http://support.microsoft.com/?scid=kb%3 ... &x=13&y=15

you can get FM20.dll by installing Microsoft ActiveX Control Pad.

Microsoft ActiveX Control Pad
http://msdn.microsoft.com/library/defau ... l/cpad.asp



ADGE uses both VB6 and Microsoft Forms (FM20.dll) for basic windows UI components. e.g. some of basic windows UI components are label/command button/list box/combo box/image/etc.
both VB6 and Microsoft Forms have its own support for basic windows UI components, sometimes Microsoft Forms has superior support than VB6's ones. e.g. multi column listbox.
IMHO, it is the reason rain` uses FM20.dll.