Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Class definition not found
Message
 
To
23/11/1999 10:22:12
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00294345
Message ID:
00294593
Views:
24
ActiveX objects must be registered in the registry. Use regedit.exe (or regedt32.exe if you're on NT). Open the HKEY_CLASSES_ROOT. Look for your ActiveX module in this list. You should find an abject whose name exactly matches (case sensitive) the one your trying to install. When you find it, either copy the CLSID value, or write it down. This is the other half of the registration.

To get to ToAvailCustOnly, you already have passed the CLSID folder. When you open (expand) the CLSID folder, you will see a big mess of CLSID's. If your activeX object is going to load and behave, you can expect to find it here, in both of these location.

If you also created the vb dll, why not compile it as OCX. One less obtuse layer.

Randy Clamons
Tempe, AZ

>Hi all,
>
>I have a VB dll that I am trying to get running in my VFP 5.0a application. The floowoing is the code that I am using:
>
>x = CreateObject("ToAvailCustOnly.vsConvert")
>y = x.StartConversion(m.workdir)
>
>When I run this I get the error 'Class Definition TOAVAILCUSTONLY.VSCONVERT is not found'.
>
>I have marked the ToAvailCustOnly.dll as an ActiveX in the Setup Wizard so that it is registered. How do I check that it is actually registered.
>
>Any help on getting this running would be greatly appreciated!
>
>TIA
>Phyllis
JMB Multimedia--creators of top-quality database-driven web sites and multimedia presentations.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform