How to Deploy VB6 Applications?

后端 未结 5 1095
醉话见心
醉话见心 2020-12-19 16:44

How to run the exe file to other system?

Using VB 6

I copied the exe file to other system, then run that exe file, it not working it showing error “compone

5条回答
  •  眼角桃花
    2020-12-19 17:15

    When deploying VB6 applications, you should create a Setup, this will manage the DLL's that the VB6 application depends on. Since it is not enough to just copy the .Exe and .Dll's. You also need to register them.

    The creation of the setup is included in the VB6 environment.

提交回复
热议问题