I have made an application and I have made a dependency file that looks like this:

Uses1=MSVBVM60.DLL
Uses2=oleaut32.dll
Uses3=olepro32.dll
Uses4=asycfilt.dll
Uses5=stdole2.tlb
Uses6=COMCAT.DLL
Uses7=EventVB_H.dll

(For the .dll part)

I have been able to make my app work for XP easily, but what .dll's do I need to include other than EventVB_H.dll to make it work properly for windows 98? Thanks.