Hello,
I have a Windoze Service which is using Poco::launch to launch an external program. My app can be run as a console app, i.e. not a Service, with a suitable command line option. When I run it with this command line option the launched program is launched ok and runs exactly as expected. However, when I run my program as a service and it launches this particular program the launch apparantly succeeds (I get a pid) but the command then fails silently. It runs for less than a second. This is for an app that is supposed to stay up. This is very mysterious. I wonder what I am doing wrong. Has anyone done Poco::launch from a Windoze Service before? Perhaps there are some special considerations for services that I don't know about.
Regards,
Andrew Marlow





