Hey everyone.
A friend and I develop a graphical application using Raylib, SQLite and cURL in C++. We have a very weird requirement: we must support Windows 7. We would have used another programming language besides C++, but most others we looked at have compilers that require Windows 10 or later, with only old versions supporting Windows 7.
My question is: does the current Odin compiler support Windows 7? How can I find out which minimum Windows version is required? C++ and its surrounding build tools are pure pain and I want out, so if I could use Odin, that’d be fantastic.