0

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.

http://sebastien.kirche.free.fr/powerbuilder/en.html

Frankie
  • 2,235
  • 4
  • 21
  • 22

1 Answers1

2

Did you put the pbniregex.pbx with the corresponding .pbd with the files of the project? The .pbxis actually a dll and the .pbd is only a wrapper to declare its methods to PB.

Seki
  • 11,135
  • 7
  • 46
  • 70