biblepay / biblepay_legacy

BiblePay
MIT License
35 stars 34 forks source link

Black console window pop-ups when launched on windows. #55

Closed thesnat21 closed 5 years ago

thesnat21 commented 5 years ago

Please hide the black console windows.

biblepay commented 5 years ago

I took a look at this problem, and unfortunately it requires a newer version of boost to fix it (MIP already imported the version for the mac build). However I am reluctant to use the call until we re-base to evolution, because it could break our current exchange build process.

Its safer for us to fix this in the rebase and require the exchanges to build off of the new branch as an atomic change.

Ill leave this open MIP.

MIPPL commented 5 years ago

The only way to go in Windows is replacing the popen call with the Win32 CreateProcess call, and the absurdly convoluted windows pipes in order to read output.

MIPPL commented 5 years ago

Solved