Compiling/Deploying PowerBuilder Projects Using
PBC210.exe
You can either compile or deploy PowerBuilder projects using
PBC210.exe.
-
Prepare the PowerBuilder projects in PowerBuilder
IDE.Make sure the PBT file is not
read-only.Make sure PBL name contains no multi-byte characters. PBC
tool will fail to run when PBL name contains multi-byte
characters. -
In the command window, type PBC210 and the supported
parameters such as /d, etc.For the PBC210.exe supported parameters, see PBC210.exe supported
parameters.Note: You can create and
generate the command using the PBC runtime parameters for
deployment in PowerBuilder IDE, and then copy and paste the
command to the command window. In the PowerBuilder IDE, click New
> Project > Application to create the command with PBC
runtime parameters. You may refer to Creating a project
and Defining an executable application
project in PowerBuilder
Users Guide for more details on creating and
defining a project.