grahamrhind
Technical User
I have suddenly started getting a number of OLE error codes in VFP 9 which I cannot find reported later than VFP 6. The DLL compiles without problem. Compiling the program accessing it to an APP sometimes gives the error "Library file c:\grc\grctools_dll\grctools.dll is invalid". At other times it compiles without error.
The DLL has not been changed and has worked up to now (the program accessing it has changed).
On a line such as:
oTEMP=CREATEOBJECT("grctools.grctools"
I now get a "OLE error code 0x80004005:Unspecified error". I have also had:
"OLE error code 0x80004005:Unknown COM status code"
and
"OLE error code 0x8000ffff: Catastrophic failure"
I have tried the same programs on another PC with the same results. I have restored the DLL from backup. Panic is setting in ....
Any ideas?
The DLL has not been changed and has worked up to now (the program accessing it has changed).
On a line such as:
oTEMP=CREATEOBJECT("grctools.grctools"
I now get a "OLE error code 0x80004005:Unspecified error". I have also had:
"OLE error code 0x80004005:Unknown COM status code"
and
"OLE error code 0x8000ffff: Catastrophic failure"
I have tried the same programs on another PC with the same results. I have restored the DLL from backup. Panic is setting in ....
Any ideas?