sheredom / subprocess.h

🐜 single header process launching solution for C and C++
The Unlicense
1.12k stars 97 forks source link

Try use named pipes on windows. #20

Closed sheredom closed 4 years ago

sheredom commented 4 years ago

Windows bails if you have large data going through the pipes, so try and add named pipes on windows to see if that fixes the issue.

sheredom commented 4 years ago

@jlaumon I cannot get this to work at all - but I've put my half working code up in the PR in case you know why it explodes :(

jlaumon commented 4 years ago

Thanks! I'll take a look (but no promises 😬)