schmidtc63
ISP
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
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