sheredom / subprocess.h

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

Support for "CREATE_NO_WINDOW" when launching process #40

Closed BobbyAnguelov closed 3 years ago

BobbyAnguelov commented 3 years ago

Hi,

Thanks for the great lib, it's saved me a lot of pain. Would it be able to add support for the 'CREATE_NO_WINDOW' creation flag for the windows CreateProcess call?

I've hacked it locally since I dont ever want the process windows to show up but it might be useful for others as well.

sheredom commented 3 years ago

Yeah that'd totally be doable. I can have a look at that this week!