11/12/2017
CB Runtime for MinGW-W64 GCC
The December release of CB runtime it will also contain the 64 bit static library for use with the MinGW-W64 GCC compiler.
As is known, the MinGW-W64 is a fork of the MinGW the original project (also known as MinGW-W32) that only supports a 32 bit software architecture both as host and target.
Instead the MinGW-W64 provides a cross compilers that allow the creation of 64 bit and 32 bit targets (executables and DLLs), using an host architecture that can be either Win64 or Win32.
You can download the MinGW-W64 from
here, please note that 64 bit architectures is HW:x86_64; SW:Win64 and 32 bit architectures is HW:i686; SW:Win32.
Then the build for MinGW of the next CB runtime version will be usable with the GCC compiler of both MinGW (aka MinGW-W32) and MinGW-W64 distributions.