Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

vfp 7 call another vfp7 dll with dcom

Status
Not open for further replies.

malonep

Programmer
Jul 14, 2004
44
CA
Hi,

I have two dll's written in vfp 7. They are going to be stored on two different computers and I have the first dll calling the second.

But, I want the second dll to run on the machine it resides on (dcom), when the first dll would use the createobjectEX but I cannot figure out how to class identifier (CLSID) or the ProgID.

How do I determine what they are?
 
malonep,

One way is to look in the VBR file that is created with your DLL. You'll see a line like the following in it:

HKEY_CLASSES_ROOT\MyDll.MyClass\CLSID = {FC7AF26C-22C8-48C0-AFB4-303ACB61A561}

boyd.gif

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top