Link to home
Start Free TrialLog in
Avatar of roblan
roblan

asked on

Distributing OCX

I have the following:

a) Delphi 2.0 application using TGraphicsServer
b) Installation created using InstallShield Express
c) the three required files (OCX, DLL, EXE) are in the install

The problem is:

I am getting a 'Class not registered' error. The OCX and its associated files have been registered. They are in the registry.

What is this error and how can I get rid of it ?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of javiertb
javiertb

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of javiertb
javiertb

Anyway, for the TGraphicsServer you have to install de following files in your WINDOWS\SYSTEM directory:

GRAPH32.OCX
GSW32.EXE
GSWDLL32.DLL
Avatar of roblan

ASKER

Not too helpfull. What was there I knew already. It still did not solve my problem.