09-12-2022, 12:32 PM
(09-08-2022, 03:01 AM)madscijr Wrote:(08-26-2022, 04:24 AM)JRace Wrote: That compilable source includes a batch file to automate compilation using QB64's bundled MinGW.
On the subject of MiniGW, I read that GCC can not only compile C and C++, but also Objective-C, Fortran, Ada, Go and D.
So can that batch file be tweaked to get it to build code from those languages, or is the MiniGW included with QB64 limited?
PS I also read "Versions prior to GCC 7 also supported Java, allowing compilation of Java to native machine code." Wow, I'm not a Java person, but it's neat to know that is (was?) possible.
The latest version is here: MinGW 12.2.0
If you also want the assembler: NASM 2.15.05
Quote:Have you tried it with the previous 2.x build of QB64 or an earlier one like 1.5?No.