Link to home
Start Free TrialLog in
Avatar of jonbhoys
jonbhoys

asked on

Grid32.ocx is not correctly registered

I run a program called Airline Data Unlimited which is basically Excel based. I have a brand new PC but every time I run this program it gives the message-Run time error 339, Component Grid32.ocx or one of its dependencies not correctly registered:a file missing or invalid.

Grid32.ocx is there, I have replaced it and registered it so it must be one of the dependencies
Avatar of GrahamSkan
GrahamSkan
Flag of United Kingdom of Great Britain and Northern Ireland image

Can you successfully use the control in a VB program?
Hi!

It do have following dependencies: MFC40.DLL, MSVCRT40.DLL and MSVCRT.DLL .
Make sure you have these.

Try register it on command line:

regsvr32 Grid32.ocx

Is it in Windows\system32 folder? If not then it needs a path when registering.

Matti
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

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
Forced accept.

Computer101
EE Admin