Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
About CREATEOBJECTEX()
Message
From
25/06/2003 11:45:40
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Title:
About CREATEOBJECTEX()
Miscellaneous
Thread ID:
00803826
Message ID:
00803826
Views:
59
Hi,
I read a thread before and mentioned that CREATEOBJECTEX() can initiate OLE OBJECT on remote machine (just like DCOM) without need to register on workstation machine.
I tried to build a simple COM EXE on my server machine, I test it using CREATEOBJECT() and it works fine.
I use
CREATEOBJECTEX("mylib.myclass", "192.168.0.1")
or
CREATEOBJECTEX("mylib.myclass", "\\myserver")

to initiate the OLE OBJECT I created in my server, but VFP return "invalid class string". It return control very fast. (Usually it may take few secs if initiate remote COM). What did I do wrongly?

Thank you
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Next
Reply
Map
View

Click here to load this message in the networking platform