I have a PBD file that I want to use in a PowerBuilder Library. I’m not really certain how to accomplish this. I’ve added the PBD to the library list and the application will run. However, when the method is called, it throws a bad runtime function reference.
I’m using PowerBuilder Classic 12.0 Build 5530 and trying to use the PbniRegex Extension.
Did you put the
pbniregex.pbxwith the corresponding.pbdwith the files of the project? The.pbxis actually a dll and the.pbdis only a wrapper to declare its methods to PB.