This is the PellesC port of the controls library mCtrl Version 0.11.1.
It has been a lot of work because the sources are not
such friendly. And many technique implemented in this code works for MSVC and GCC, but are not really ANSI compliant.
Don't try to compile with the option /FP:fast, as suggested by the author. The 64 bits version fails (a couple of days of debug) due to compiler bugs.
Sometimes the compilation of single parts fails, always launch a workspace rebuild before to test the examples (I'm too bothered to investigate now on why the IDE fails).
You'll find 2 workspaces, one for 32bits and the other for 64bits. All binaries will be located in 2 folders, one for 32bits and the other for the 64bits.
You need 7Zip to decompress the project that is uploaded in 2 parts due to forum limitations.
Here the first part.
PS: I forget to add that to compile the library you need the last version of the PHE - PellesC Headers Extension