Hi All,
I have written an application in Delphi 7 to view a Crystal report written in 2008. It works fine on the development machine but when it comes to running on a clean machine with clean windows the error "Class not registered' appears when the ActiveX component is created, ie here:
oApp :=CreateOleObject('CrystalRuntime.Application');
I have installed a multitude of Crystal 2008 runtimes including:
CRRedist2008_x86.zip
CRRuntime_12_0_mlb.exe
I've tried registering craxddrt.dll manually using regsvr32.exe also with no success.
I would appreciate any help people can provide.
Kind regards,