Icon Replace Tool

* Appeon *
CODE AUTHOR
Posts: 134
 7 years 5 months ago -  6 years 1 month ago #173 by * Appeon *
* Appeon * created the code: Icon Replace Tool
As PB 2018 introduced many new Windows 10 style icons, this tool can be used to batch replace the old icons with the new ones in an PB application by exporting the source code using ORCA API, replacing the matching strings and then importing back into the PBLs. Please refer to the Readme.docx inside the zip file for more details.

Development Requirements:
IDE: PB 2018 and PB IDE that matches the target PBLs.

This message has an attachment file.
Please log in or register to see it.

Last Edit: 6 years 1 month ago by  Kacie Chen @ appeon

Please Log in or Create an account to join the conversation.

Jeff Martin
Posts: 3
 7 years 3 months ago #238 by Jeff Martin
Jeff Martin replied the code: Icon Replace Tool
For anybody who is wondering, in object n_pbutil_orca under "Local External Functions" you need to replace all instances of "pborc180.dll" with "pborc190.dll"

Please Log in or Create an account to join the conversation.

Jeff Martin
Posts: 3
 7 years 3 months ago #237 by Jeff Martin
Jeff Martin replied the code: Icon Replace Tool
for anybody who is wondering, in object n_pbutil_orca under 'Local External Functions" you need to replace all instances of "pborc180.dll" with "pborc190.dll"

Please Log in or Create an account to join the conversation.

Roland Smith
Posts: 2
 7 years 3 months ago -  7 years 3 months ago #236 by Roland Smith
Roland Smith replied the code: Icon Replace Tool
I back converted the app to PB 2017, changed 2018 to 2019, and added support for 10.5 which was missing.

This message has an attachment file.
Please log in or register to see it.

Last Edit: 7 years 3 months ago by  Roland Smith

Please Log in or Create an account to join the conversation.