Build Runtime Library dialog box
Description
Build a runtime library from a PBL.
There is no difference between 32-bit platform and the 64-bit platform if you build the runtime library in Pcode. The same PBD file works for both 32-bit and 64-bit PowerBuilder applications.
Dialog options
-
Name
The name of the selected PBL. The same name will be used for
the generated runtime library, with the extension PBD for a Pcode
library and DLL for a machine code library. -
Machine Code
Check to generate compiled code instead of Pcode.
-
Trace Information
Check to create a trace file when you run your executable.
-
Error Context Information
Check to display context information for runtime errors.
-
Build Type
Specify either Full or Incremental to indicate if you want
to regenerate all objects in the library or only objects that have
changed and objects referenced by objects that have changed. -
Optimization
Specify optimization for speed or space or no optimization.
-
Resource File Name
Specify a PowerBuilder resource file for the dynamic library
if it uses resources, such as bitmaps and icons, and you want the
resources included in the dynamic library.