Hello all :)
I'm writing a compiler which uses C as an intermediate code which is (Currently) passed out to MinGW for compilation into an EXE file.
I'm looking for an x64 compiler that I can include in my releases, so that users of my application can get around Win64's "Windows on Windows" system to access native resources. MinGW allows me to distribute the compiler, but it doesn't seem to support generation of 64 bit binaries.
Thanks in advance :)
Billy3