arun11299 / cpp-subprocess

Subprocessing with modern C++
Other
457 stars 90 forks source link

Visual C++ Support #2

Open Djeefther opened 8 years ago

Djeefther commented 8 years ago

Is there any support to VC++? If possible in future releases this support could be included and done tests?

arun11299 commented 8 years ago

I am really sorry to say that I can't do it. First of all, I have 0 experience with working on windows platform and secondly I don't have a windows development platform. Getting those stuff ready and learning windows API is too much time that I wouldn't want to spend. Said that, patches for windows support are welcome.

arun11299 commented 8 years ago

I will let it be in open state.

Djeefther commented 8 years ago

Thanks to keeping open. I have some knowledge using Windows API and develop environment, however, I confess Windows API are usually ugly, confusing and time consuming. So a generic tool to both Linux and Windows will be very welcome, I am going try to learn the API internal usage and in a fork work on a windows solutions and maybe pull request after.

arun11299 commented 8 years ago

Great! Thanks.