Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Createobjectex Problems
Message
From
02/12/2002 11:38:56
 
 
To
02/12/2002 11:20:59
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00728605
Message ID:
00728639
Views:
18
CREATEOBJECTEX () instantiate a remote object (on another machine). Is the object really on a separate machine? If so, you need to register it on that machine. Otherwise, you may want to use CREATEOBJECT () instead.

HTH

>I have tried both
>
>ox = CREATEOBJECTEX("BCCDuplex.ResetPrinterDC","","")
>ox = CREATEOBJECTEX("BCCDuplex","","")
>
>and i get invalid class string.
>
>The dll's are registered on the local machine.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform