Dear, Dear ...
My scripts won't run anymore!
Till two days ago I use the 2.6 version of AutoItX in my VBScripts:
Set Ax = CreateObject("AutoItX.Control")
Everything is cool.
Then I read about the newer version, downloaded it, and registered it with RegSvr32.
Set Ax = CreateObject("AutoItX3.Control")
Everything is cool.
But ... when I tried to run my VBScripts that use the "older" AutoItX control, they refuse to run ...
I then tried to register the 2.6 AutoItX control again without success. Also, I did unregister the 3.0 AutoItX control ... and then tried to register the older one ... no success. Then I went into the registry, and deleted all instances of "autoit" ... and tried to register ... no success.
When trying to install the 2.6 AutoItX control with regsvr32.ex I constantly get this error message:
"I:\VB Scripting\AutoIt\autoitdll.dll was loaded, but the DllRegisterServer entry point was not found ... This file cannot be registered."
Any clues ...?