PBDOM Error
- Issue
-
Riccardo Pasqualetti
- PowerBuilder
- Thursday, 25 June 2026 04:10 PM UTC
I'm trying to read an xml file.
PBDOM_Builder pbdom_bldr
pbdom_document pbdom_doc
PBDOM_ELEMENT document
PBDOM_OBJECT pbdom_obj_array[]
pbdom_bldr = Create PBDOM_Builder
pbdom_doc = pbdom_bldr.BuildFromFile(this.text)
document = pbdom_doc.GetRootElement()
document.GetContent(ref pbdom_obj_array)
When I do GetContent I get an error: Error calling method of PBINI object
The program runs at 64bit
If run from development it works, from executable it doesn't work.
I added pbdom220.pbd to the application library list.
I have a folder with all the 64-bit runtimes, including PBXerces.dll and xerces-c.dll.
I also tried adding PBDOM.pbx, but nothing changed.
Powerbuilder 2022 R3 build 3441
Thanks
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.