Description
When you build a PowerBuilder extension, the pbni.lib file provided with PBNI must be linked to your extension if you use the helper classes provided with PBNI to invoke functions, trigger events, and create arrays and objects. Since this library is compiled specifically for Visual C++, the source files used to compile the library are now provided in the src subdirectory of your PBNI installation so that you can recompile with your own compiler.
Usage
To build an extension using Borland C Builder, gcc, or another compiler, rebuild the pbni.lib library from the source files in the SDK\PBNI\src directory using your compiler, and specify the recompiled library when you link your project.
|