Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Third-Party COM-Server: Class definition is not found
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01015562
Message ID:
01015733
Views:
13
I just looked up the PROGID in the registry as well so you don't have to use the CLSID to do this (as in the previous example)... here's the code:
oGAEB = CREATEOBJECT("GAEB_XML_TOOLBOX.V2.00")
...so either that or the following should work for you...
oGAEB2 = CREATEOBJECTEX("{20000999-75F1-11D3-A2D7-00500448294A}","")
In case you're wondering, with that other COM Server that was with the files you sent... it's either:
oGAEB = CREATEOBJECT("GAEB_TOOLBOX.V2.00")
or
oGAEB2 = CREATEOBJECTEX("{20000999-65F1-11D3-A2D7-00500448294A}","")
Here's where the information is located in your registry if you're curious:
For GxmlTbv2.exe
[HKEY_CLASSES_ROOT\CLSID\{20001001-75F1-11D3-A2D7-00500448294A}\ProgID]
[HKEY_CLASSES_ROOT\GAEB_XML_TOOLBOX.V2.00\CLSID]

For GaebTbv2.exe
[HKEY_CLASSES_ROOT\CLSID\{20001001-65F1-11D3-A2D7-00500448294A}\ProgID]
[HKEY_CLASSES_ROOT\GAEB_TOOLBOX.V2.00\CLSID]
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform