Results 16 comments of 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: ![grafik](https://user-images.githubusercontent.com/6927011/78473156-a2217200-773e-11ea-8393-1117fbd12a82.png)

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: ![grafik](https://user-images.githubusercontent.com/6927011/41198544-e7db3d56-6c7f-11e8-847f-ef55fea51af0.png) Internal GPUs: ![grafik](https://user-images.githubusercontent.com/6927011/41198558-5c92242a-6c80-11e8-9350-34a68704ab58.png)

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...