Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Share VFP objects
Message
From
16/03/2009 14:01:04
 
 
To
16/03/2009 11:54:36
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
01388398
Message ID:
01388458
Views:
57
I have looked into:
Using Windows Component
Services (COM+) with
Visual FoxPro
I have registered registerd my component into COM+. I have tested it with:
ox = CREATEOBJECT('ComExe.Math')
? ox.Multiply(2, 3)
ox.nNumber1 = 5
ox.nNumber2 = 6
? ox.Add()
and got the result. How do I actually test my original problem?

Thanks

>Use a DLL in COM+. Articles on my web site to show you how.
>
>>Is there any chance to be able to attach to an existing VFP running process? Something getobject() would do, but it's not working for me.
>>The idea is: an VFP multi use EXE gets started and it's running in the memory with no user interface. Another VFP process attaches to it to share first process's objects.
>>
>>Thanks for help.
Previous
Reply
Map
View

Click here to load this message in the networking platform