Home > Software engineering >  New people for help: vb script calls pcomm com interface problems
New people for help: vb script calls pcomm com interface problems

Time:09-20

As shown in the following code in object creation times wrong, why is it when the great god, please help analysis? The other is a 64 - bit operating system, pcomm program is 32-bit, whether has something to do with it, thank you!
Dim Mgr
The Set Mgr=CreateObject (" PCOMM. AutECLConnMgr ")

CodePudding user response:

Object does not exist, or DLL didn't register?

CodePudding user response:

reference 1st floor Carlven2012 response:
object does not exist, or DLL didn't register?

DLL is registered, may be due to a 64 - bit environment called 32-bit com interface problem, just test in a 32-bit environment without error, could you tell me how to call in a 64 - bit environment 32-bit com interface?

CodePudding user response:

refer to the second floor paradisenefu response:
Quote: refer to 1st floor Carlven2012 response:

Object does not exist, or DLL didn't register?

DLL is registered, may be due to a 64 - bit environment called 32-bit com interface problem, just test in a 32-bit environment without error, could you tell me how to call in a 64 - bit environment 32-bit com interface?


You the error message is obviously can't find the DLL file, probably because a 64 - bit system put position is different from a 32-bit DLL, the DLL you is 32 bit, in a 64 - bit system, have to be put in the C: \ WINDOWS \ syswow64 inside, and then register,

CodePudding user response:

The building Lord, can you tell me where the DLL file?
  • Related