Development Version: PowerBuilder 2022 R3 Build 3356
Below information provided in the user guide
Question 1.
'Before any PowerBuilder application is converted by PowerServer, ensure the PBLs have been optimized.' (taken from previous version guide)
URL https://docs.appeon.com/pb2019r2/migration_guidelines/Optimizing_and_full_build.html
When we create the build by using PBAutoBuild and using merging option in JSON to refresh the PBL, how optimization will work?
Sample merging option
"Merging": [
{"Target": "C:\\pb\\dev\\build\\reg.pbt","LocalProjectPath": "C:\\pb\\dev\\reg\\","RefreshPbl": true}
],
We are facing one issue during code compilation and suspecting that optimization is required for one of the libraries. I need to know if any commandline argument is available, so based on this PBAutobuild can optimize the libraries.
Question 2. Is there any maximum size limit is applicable for PBLs?
Please guide me.
Thanks,
Gururaja Udupa