Home > Software engineering >  Consult ace
Consult ace

Time:09-30

VB development ocx
In the call others to DLL will pop up a black Dos window, the window will be displayed some DLL version information, that how to get the Dos window blocking
Excuse me, how to solve, thank you,

CodePudding user response:

Asked the "others" :
A) remove the window shows the
B) or give don't show this window call way

CodePudding user response:

Could it be my project attribute set problem

CodePudding user response:

refer to the second floor haungyuncheng response:
will is my project attribute set problem


Is unlikely to

CodePudding user response:

reference bcrun reply: 3/f
Quote: refer to the second floor haungyuncheng response:

Will is my project attribute set problem


Is unlikely to



A great god, and have a more difficult now, you met? Is my own packaging tools in VB6.0 by use their ocx into the cab bag, on the server, installed on their machines fail (IE options are fixed, manual installation can be successful)

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

Use the Depends. Exe view DLL or exe to rely on ocx files and their versions,
  • Related