Hi David, team, this change is related to windows/mingw only. The vpnc-script write the output to console in this implementation. It is fine for console app, but it isn't suitable for windows GUI apps. This patch try to redirect the outputs, read them and use openconnect logging mechanism with info/error log-level to store them. In console it will go to output, but in GUI we can read output via progress callback. Please review/comment. Thanks, Best Regards, Lubomir. ?ubom?r Carik (1): Apply application logging approach for vpnc-script output openconnect.h | 2 ++ script.c | 104 +++++++++++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 94 insertions(+), 12 deletions(-) -- 2.16.2