The latest flexxcpu executable binary contains some problems:
1) Inside the flexxcpu control interface the size of the window dedicated to the graphics memory is displayed inaccurately at runtime execution
2) At runtime it may generate an error "InterlockedCompareExchange@12" could not be found in DLL "libstdc++6.dll" and means it needs to be recompiled with new MingW compiler, I suggest TDM-GCC 9.2.0 64bit, otherwise the "libstdc++6.dll" file it needs to be copied in your flexxcpu's local "release" folder.
3) At runtime it does not correctly locate the local path in the user folder to load the example assembly files
4) At runtime it does not correctly load the CPU boot loader.
Notice: I encountered these problems on a laptop with a monitor resolution of 1440x900, I had previously used a 17-inch monitor with a higher resolution and had not encountered any problems.
The other errors probably depend on the compiler used for the recompilation. I had previously used MingW 4.8.0 as written in the Wiki, while subsequently I used 4.8.2, both tests with CodeLite version 11.0.7 always on Win 7 SP1 64-bit.
Works well also with CodeLite 14.0 and beyond.
Anonymous