Hi.
We've recently migrated large app from PB 12.5 to PB 2021.
It consist of more then a hundred of pbls, placed in 7 folders.
From PB IDE, Build and Deploy works fine - makes needed pbds beside pbls and exe file.
Now we need to atomate build process. And it's a problem.
with "PBAutoBuild210.exe /f b_allinone.json" i get Error: Failed to find the library search path in the .pbt file [b_allinone.pbt] (The liblist statement does not include any .pbl file).
"pbc210 /d b_allin1.pbw" - shows the same error, then builds the project, but don't deploy (doesn't make pbd and exe) and exits with "success compile". i tried a full command from app painter - same result
Last i tried orcascript - it makes pbds and fails on exe with
Orca error in 'buildExecutable'. Result Code -12.
Creation of executable failed with a link error
Link error(s) encountered.
Will suit any working option.
Thanks in advance.