Is there any cross platform library to create process's (using createProcess win32 api in windows for example). for linux/windows/mac?
None of these are intrusive libraries, and none of these imply UI frameworks. Both will support static linkage without major size overhead.
You could use Qt which implements many OS utilities in a platform-independent way, eg. processes, threads, networking, GUI of course,....
Have a look at https://github.com/eidheim/tiny-process-library, a modern C++(11) platform independent process library without external dependencies.
I was able to run notepad using: std::system("notepad.exe"); I beleive in linux it also should work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With