Page 1 of 1

PB 6.20 b1 - pbcompilerc and /PORTABLE

Posted: Wed Dec 11, 2024 11:47 pm
by User_Russian
When PB IDE is launched with the option /PORTABLE It is necessary to keep the relative path to pbcompilerc. Now it is absolute. That is, now

Code: Select all

[MoreCompilers]
Count = 1
Compiler1_Exe = D:\PureBasic 6.20\Compilers\pbcompilerc.exe
Compiler1_Md5 = 2ef96200fd0dcc075dd614d3e0271a93
Compiler1_Version = PureBasic 6.20 Beta 1 - C Backend (Windows - x64)
It must be

Code: Select all

[MoreCompilers]
Count = 1
Compiler1_Exe = Compilers\pbcompilerc.exe
Compiler1_Md5 = 2ef96200fd0dcc075dd614d3e0271a93
Compiler1_Version = PureBasic 6.20 Beta 1 - C Backend (Windows - x64)
There must also be a relative path to the language file.

Code: Select all

[Global]
LanguageFile = Catalogs\Deutsch\Editor.catalog