Home > Back-end >  Use DllRegisterServer registered DLL, but registered to run the program after every error cannot be
Use DllRegisterServer registered DLL, but registered to run the program after every error cannot be

Time:10-19

Use DllRegisterServer registered DLL, but after the registration, every can't find the mistakes of the program, use regsvr32 registration application can run normally, please? What reason is this?

Call to DllRegisterServer return value is nonzero, that the call is successful,

CodePudding user response:

Take into your com DllReg method calls or
Winexec (' regsvr32/s dllname)

CodePudding user response:

Winexec (' regsvr32 "file" ',,,) is ok, if there is a path with Spaces must be coupled with ""

CodePudding user response:

Com DLL is registered and general DLL as if it is not the same,,
  • Related