Getting "Unresolvable external pbdom_document when linking reference at line..." error when executing the following line:
ldom_doc = CREATE PBDOM_Document
ldom_doc was declared as:
PBDOM_Document ldom_doc
In the PowerServer debugger, ldom_doc is showing as initialized as type _initsrc
I have included the latest PBDOM022.pbd in the library list, have checked to include PB DOM Runtime files in the PS Project Painter, I even moved the PBDOM.pbx file into the development directory and included it in the Files preloaded in uncompressed format list.
Code works fine in C/S, but not recognizing PBDOM_Document in PowerServer when running the deployed app. All is local on my Dev PC.