Good afternoon, did not find a solution in the forum, but found other useful information.
My question is: after copying, renaming and moving from another disk file vbscript.dll to vb.dll, then successfully entered into the registry using regsvr32. I want use the file vb.dll in VFP. CREATEOBJECT("VBScript.RegExp") works good.
If you use CREATEOBJECT("vb.regexp") - "Class definition not found".
If through DECLARE - "Cannot load 32-bit DLL". I think, since it is still COM, this initialization is not correct.
But if I’m wrong, whereas to know the parameters of the called function, there is no documentation.
My question is: after copying, renaming and moving from another disk file vbscript.dll to vb.dll, then successfully entered into the registry using regsvr32. I want use the file vb.dll in VFP. CREATEOBJECT("VBScript.RegExp") works good.
If you use CREATEOBJECT("vb.regexp") - "Class definition not found".
If through DECLARE - "Cannot load 32-bit DLL". I think, since it is still COM, this initialization is not correct.
But if I’m wrong, whereas to know the parameters of the called function, there is no documentation.