Page 1 of 1
All in one compilers
Posted: Fri Jul 26, 2024 9:40 pm
by Everything
Add in PureBasic.prefs --> [MoreCompilers]
Code: Select all
[MoreCompilers]
Count = 20 ; in my case 20 more compilers
Compiler1_Exe = Compilers\x64\Compilers\pbcompiler.exe
Compiler1_Md5 = ; MD5 HERE (file above)
Compiler1_Version = PureBasic 6.10 (Windows - x64)
Compiler2_Exe = Compilers\x64\Compilers\pbcompilerc.exe
Compiler2_Md5 = ; MD5 HERE (file above)
Compiler2_Version = PureBasic 6.10 (Windows - x64) - C Backend
...
etc
Required content of additional compiler directory:
Code: Select all
Catalogs
Compilers
PureLibraries
Residents
SubSystems
And here you go - latest IDE with any old version compilers.
Re: All in one compilers
Posted: Sat Jul 27, 2024 2:28 am
by moricode
hi , could you compile a v6.11 source code with v5.11 compiler ? thanks
Re: All in one compilers
Posted: Sat Jul 27, 2024 2:38 am
by BarryG
Good question, moricode! That would be awesome if possible.
Re: All in one compilers
Posted: Sat Jul 27, 2024 9:25 am
by Demivec
I personally include all previous compilers (because I have all versions installed) as part of the preference file with each new version released. I do this by just copying that information from the previous release's preference file simular to the above. It saves loads of time.
Re: All in one compilers
Posted: Sat Jul 27, 2024 11:42 am
by mk-soft
moricode wrote: Sat Jul 27, 2024 2:28 am
hi , could you compile a v6.11 source code with v5.11 compiler ? thanks
Limited yes,
But no new PB functions or constants that didn't exist before.