I am trying to upgrade a number of older VB3 and VB4 projects to VB6. While there are no .dll calls in the form code, I assume that there are some associated with the old controls. I can get the projects to run in the VB6 development environment but when I put a distribution package together, the Setup file tries to load old dlls into the new computer (e.g. COMCAT.dll and MFC40.dll from 1998). The computer says that you are trying to load an older version and offers to use the one (say, 2004) in my XP computer. . . but when I restart, I'm back in the same place.
Is there any way I can get around this without re-developing the (several) forms using the VB6 system?