Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Distribution disks made from Setup Wizard tool don't wor
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00475231
Message ID:
00475538
Views:
42
>I am using Crystal Reports Active X included in my form and it's all part of my EXE that I am including on my Distribution Disk. I make the disks without a hitch. When I run Setup to install my distribution disk, I get CRYSTL32.OCX was unable to register itself in the system registry. And pressed OK. Later I also got AED.EXE was unable to register itself in the system registry.
>
>What is wrong and how can I fix it?
>
>I went back and repeated the build distribution disk process and chose some additional Crystal Report Active X (OCX files), but still got the same errors. Does anyone know when the Crystal Report OLE object is placed on a form so that I can run a Crystal Report by pressing a button on my form to Print a Crystal Report, what Crystal OCX files do I need in my distribution disk set?
>
>And what's the syntax for the Windows 98 Regsrvr command if I want to register my OCX files in the Windows registry myself?
>
>TIA!

Steve

I often found that raw win95/98 does NOT install certain files needed for registering ActiveX components.

One file that comes to mind is OC30.DLL
There are a few other lik MFC42.dll

I usually run a batch file first that copies these files to the WIN/sys directory and then the install proceeds and the OCX's are registered.

Check that the following files are on the client's computer as well.

OC30.DLL
OLE2.DLL
MSVCRT20.DLL
MFCANS32.DLL
COMPOBJ.DLL
STORAGE.DLL
OLE2DISP.DLL
OLE2NLS.DLL
TYPELIB.DLL

Also you may need to register some of the files:
REGSVR32 c:\WINDOWS\SYSTEM\OC30.DLL

etc.

HTH

Bernard
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform