pocoproject / poco

The POCO C++ Libraries are powerful cross-platform C++ libraries for building network- and internet-based applications that run on desktop, server, mobile, IoT, and embedded systems.
https://pocoproject.org
Other
8.05k stars 2.11k forks source link

enh(ProcessRunner): does not detect launch errors #4482 #4483

Open aleks-f opened 4 months ago

aleks-f commented 4 months ago

TODO: detect properly if executable does not exist

matejk commented 1 month ago

@aleks-f, I think that the solution implemented in the pushed works properly on *nix platforms. I need to finalise some details for Windows.