(03-23-2023, 01:55 AM)DSMan195276 Wrote: A few clarifications:
...
4. Is it possible you have another version of MinGW installed on your machine? Errors like the-auxbase-stripthing are related to thecc1plus.exenot understanding internal parameters passed to it from the maing++.exe. AFAIK this should never happen as long as thecc1plus.exeandg++.exeare from the same version of MinGW. Check that you don't have something like aC:\MinGW\folder, and check yourPATHfor anything that looks related toMinGW.
Thanks for your reply!
It's not only possible there is another version of MinGW on my PC - there most definitely is, because I still have (and use) QB64 2.0.2. Is it possible to have both QB64 and QB64PE working side by side?
I have some household chores to do now - as soon as I get a minute, I will look at the QB64PE config file, where I saw some path variable pointing to the compiler. Maybe I can point both QB64 & PE to the same folder.