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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Creating a Com Object for my service

Status
Not open for further replies.
Aug 8, 2005
1
US
I've written a simple service in Delphi and it runs fine. However, what I need now is to be able to externally call a function from that service and pass it some variables.

More specifically -- I have an OnArrival event sink written in VB as a .dll. It works the way it's supposed to but it's really slow and for some reason, it's operating synchronously which I'll figure out later. So, I need to pass the CDO.Imessage to my Delphi service so it can act on that message. The service creates a thread, does its stuff and reports back. How do I do that?


Thanks!

Chris
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top