Home > Software engineering >  Vb compiled exe file to run on other computer packaging error
Vb compiled exe file to run on other computer packaging error

Time:09-25

Vb compiled exe file to run on other computer packaging error, how to do, urgent

CodePudding user response:

Light packaging EXE is not enough, there are still some component control library and so on need to pack together

You try the VB own packaging tools, can choose among need in the components of the packaging

CodePudding user response:

Do the installation package to install and run again

CodePudding user response:

The use of control files, DLL files and other files, all want to get in the past,

CodePudding user response:

"C: \ Program Files \ Microsoft Visual Studio (x86) \ VB98 \ took \ PDWizard \ PDCMDLN EXE" try with this thing

CodePudding user response:

In a 64 - bit Windows:
64 exe and DLL in the directory c: \ Windows \ sys tem32 directory.
32 bit exe and DLL in the directory c: \ Windows \ sys wow64 directory.
So pay attention to:
In win64 system registered under 32-bit ocx DLL to 32 ocx or copy the DLL to the c: \ Windows \ syswow64 \ directory,
And registered to c: \ Windows \ syswow64 \ regsvr32 XXXXXXX ocx or DLL
Under win64 a system set up 32-bit programs use a database alias to c: \ Windows \ \ syswow64 \ cliconfg exe
Under win64 a system set up a 32-bit application system DSN to c: \ Windows \ \ syswow64 \ odbcad32 exe

CodePudding user response:

Using vb6 own packaged deployment wizard to do an installer
  • Related