To anyone who is using the PFC classes for pb 2019:
Bruce has updated (today) the downloadable ZIP file with the latest changes.
The changes were in "ws_objects" but not yet in the ZIP.
These changes mean that - if you rely on the PBDOM included in this version of PFC - these classes will work only for PB 2019 R3.
Personally I don't agree/understand why the PBDOM has to be included in the pfcs because any time Appeon does an update, someone has to remember to update the PFCs.
Probably someone made a dependency on them somewhere and therefore included them.
Just remember, if you use any 2019 version prior to R3, you'll have to edit the pbdom objects and change "pbdom.pbx" to "pbdom190.pbx".
regards
Regards,
Mark
My preference would be to add a library pbdom.pbl to your target and import the .pbx into that. No need to update the PBD if you switch to a different runtime, the target build will take care of it for you.