Hi all,
I have some application which I merged from PB 12 -> PB2019R3 and add it into GIT repo.
That app uses old PFCs/PFEs.
How I have to upgrade PFCs?
Is it ok that I will update PFC pbls and It will generate new ws_objects for changed pbls?
Or I have to remove ws_objects/pfc* dirs, change pbls and then it will generate new exported files?
Thank you Ales
thank you. But if you want to update PFC from really old version there will be a lot of changes. Do you recommend delete all old ws_objects (from PFC libs) and replace them with exported files from new PFCs?
Ales
Are you getting the new PFC from Bruce's github repository? ( https://github.com/OpenSourcePFCLibraries/2019 ) You can also overwrite your old pbls with those from the repo before using the refresh in PB. This way you might save some time because PB won't have to refresh as many source files. It's most important that the ws_objects folder is up-to-date, though.
I will try that.
I will pray that I do not have to do much changes in pfe :-)
Thank you.