I have three pc's with my copy of vb6 installed. On each of them I get errors upon loading my projects. These projects have worked on other pc's. The errors are recorded in each module's .log file. For example, my frmMain.log file looks like this after the load errors:

Line 36: Class MSComctlLib.ImageList of control imlToolbarIcons was not a loaded control class.
Line 94: Class MSComctlLib.Toolbar of control tbrToolBar was not a loaded control class.
Line 159: Class MSComctlLib.StatusBar of control sbrStatus was not a loaded control class.
Line 617: Class MSCommLib.MSComm of control MSComm1 was not a loaded control class.

All of the errors in each of the frm*.log files appear to be related to either .ocx or .dll files. Any help would be appreciated.