AchimTuran
AchimTuran
@SylvainCorlay Are you able to use xeus-cling on Windows? If I include e.g. stdio.h I get a lot of errors, which restarts the kernel. ``` In file included from input_line_7:1:...
I used the commit [4ac584962f9235f26fae27a93a5bff9a58791657](https://github.com/jupyter-xeus/xeus-cling/commit/4ac584962f9235f26fae27a93a5bff9a58791657) (master from today) with the following instructions to build the project: ``` git clone https://github.com/jupyter-xeus/xeus-cling cd xeus-cling mkdir build && cd build conda install -c...
The downloaded cling.exe with conda install works fine: 
Okay I partially got it working. When I use Jupyter Lab with the C++14 language support it works. If C++11 is used I see the following error: ``` In file...
@SylvainCorlay I opend #328 with my fixes, but somehow the build breaks, see https://github.com/jupyter-xeus/xeus-cling/pull/328#issuecomment-609421564.
Thank you for your quick response. Sorry I forgot to mention my system specs. I'm a noob when it comes to unreal engine. :) I'm using Windows 7 with an...
64 bit dxdiag screenshot:  Internal GPUs: 
To improve the user feedback I opened this #151, maybe you guys might be interested in improving the user feedback. ;-)
The `mex` command in MATLAB seems to define the macro `MX_COMPAT_32` or `MEX_DOUBLE_HANDLE` to swith back to the old API. > If you already build MEX functions, MEX S-functions, or...