Wayne Zhao
Wayne Zhao
Sorry, we don't support compile this project using MSVC compiler. Under windows, please use gcc/clang under mingw environment, download and install msys2 can establish a usable dev environment easily.
There are two ways to quit MEC under ubuntu: 1. By clicking the "quit" button on the left tool bar.  2. By clicking the "mec" task bar icon then...
"ctrl+c" is normally used as a termination command in a terminal, but not for a GUI program. For example, "ctrl+c/ctrl+v" stands for "Copy/Paste" when you use it in Chrome browser.
> Any program than can be started from the commandline should close on "ctrl+c". `SIGINT` is also emitted from the task manager for example, so this causes other issues aswell...
Ok, I tested running the executable "mec" from build directory as you described. But still I can quit it by "ctrl+c". I think it probably has something to do with...
Thanks @feliwir for your kindly share. We will try to reproduce this issue after we setup a similar env. But that may take some days or even longer because we've...