ChrisRChamberlain
Programmer
I have application that when installed from a distribution disc searches for an OCX file. On cancelling from the dialog, the error message is :-
OLE Error Code 0X80040154. Class not registered. OLE Object is being ignored. Record No nn.
After the third attempt, the application loads and runs as normal.
The application's class library requires ..\vfp\ffc\_base.vcx, ..\vfp\ffc\_format.vcx and ..\vfp\ffc\_hyperlink.vcx
As there are 3 errors, logically relating to these 3 libraries, what's the easiest way out, apart from creating a new class library?
TIA
Chris
OLE Error Code 0X80040154. Class not registered. OLE Object is being ignored. Record No nn.
After the third attempt, the application loads and runs as normal.
The application's class library requires ..\vfp\ffc\_base.vcx, ..\vfp\ffc\_format.vcx and ..\vfp\ffc\_hyperlink.vcx
As there are 3 errors, logically relating to these 3 libraries, what's the easiest way out, apart from creating a new class library?
TIA
Chris