Home > Software engineering >  Reference 5.5 Microsoft VBScript Regular Expression, strives for the answer
Reference 5.5 Microsoft VBScript Regular Expression, strives for the answer

Time:09-24

My computer is Windows 7 64 - bit
Windows 7 have update last night (may also be deleted happy88 this folder), VB program a few today can't run, suggest a runtime error, '2147024770 (8007007 e) automation error
'



After open VB point reference project dialog box, tip loss (happy88 that folder don't know is which rogue software make)



Behind the register list below in VBScript. DLL file address on all system files, but quoted a choose Microsoft VBScript Regular Expression and see after 5.5 references are referenced by Microsoft VBScript globals, still can't use the VB program, the RegExp hint undefined



Dear god, what should I do?

CodePudding user response:

Confirmation is caused by deleting happy88, reinstall happy88 can normal use, installation uninstall, only keep a DLL file will use it

CodePudding user response:

Regsvr32 C: \ Windows \ System32 \ vbscript. DLL

CodePudding user response:

Poisoning,
My Windows 7, 64, the location is C: \ Windows \ System32

CodePudding user response:

A new VB6 project, only the first four most automatic loading reference,
The happy88, you shouldn't delete directly, should is to uninstall first, after deletion,
Run as "administrator" to open a command prompt, execute:
Regsvr32/u "happy88 DLL file
"Those files and then delete it (you installed the "happy88", no uninstaller?) ,
Note that DLL file, it is best to give the full path; Then there is the VB6 closed after operation, the first

You is a 64 - bit system, pay attention to look for a 32-bit regsvr32. Exe is in which directory, through which to uninstall,
I here there is no 64 to test,

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
  • Related