I have got two different executables written in Delphi 6. I am in the process of converting these into windows services. I have already converted one and it's working great.
Is it possible to pull the second Delphi App into this new Service too, perhaps running as its own thread? Or must I convert them each into their own service.
I basically want to run both apps in just one service.
Also, are there any Windows Vista/7 issues I need to be aware of? Aside from the obvious of being logged in as administrator to install the service(s).
Thank you!