Hi guys, I'm trying to use the [pdcurses](https://github.com/lcrees/pdcurses) library with the latest [DLL (3.5)](https://github.com/wmcbrine/PDCurses) which I compiled myself, but it doesn't seem to work with it as it produces strange behaviour. I tried compiling with _MSVC_ and _MinGW-W64 gcc_, but there is no difference
But it works with the DLL's provided on the Nim website: [https://nim-lang.org/install_windows.html](https://nim-lang.org/install_windows.html) Does anyone know what compiler was used to compile the official DLL's and what flags were used? Specs: * Windows 10 x64 * Nim Compiler Version 0.17.3 [Windows: amd64] * MSVC 2017 and MinGW-W64 x64 Thanks
