Why is a VB5 VM required for a VB6 compiled application?

I updated the product VB5to VB6and created the executable from the VB6IDE. It will not be performed properly without presence MSVBVM50.DLL. Without it, the following error is generated:

Automation error - cannot find specified module.

What is the reason for this?

Is it possible that there is a component DLLthat has been compiled into VB5that requires a VB5VM?

+5
source share
2 answers

In the VB6 IDE, the Projects> Components menu will display the Components dialog box, and Project> Links will display the Links dialog box.

, , , VB6, VB5. VB6.

, Microsoft Windows Common Controls, , , , , , .

+4

. (DLL, OCX), VB5, .

DLL VB5.

+2

All Articles