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!

Is the component registered with MTS must be a DLL??

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have my component made and registered in the some other machine which is seperated from my client machine.
Now when i register that component with MTS on that machine. Now i call the component from my client machine . For that this is a DCOM application. So the component i have made should be an ActiveX EXE as DCOM needs to be an EXE. But i have read that the component registerd with MTS needs to be a DLL. SO both are contradictory.
Please any one can answer it??
 
DLLHOST.EXE hosts the DLL file otherwise your COM object must support all necessary MTS interfaces itself.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top