What's PB2CS ?
PB2CS is an assistant tool for converting PowerBuilder to C#. It converts
the PBL file to a C# project(.csproj), and generates a report detailing what
was done. After your PBL is converted, PB2CS inserts comments into your
C# code alerting you to statement what will need to be changed manually.
PB2CS does not make the conversion process completely automatic, because many
objects do not have the corresponding components in .NET.
PB2CS Features:
- Converts Application(.sra) to C#
- Converts Functions(.srf) to C#
- Converts Menus(.srm) to C# class
- Converts Structures(.srs) to C#
- Converts User Objects(.sru) to C#
- Converts Windows(.srw) to C#
- Converts PowerScript source code to C#
- Converts Controls and Objects to .NET
PB2CS limitations:
- Doesn't support DataWindow(.srd).
- Doesn't support PipeLines(.srp).
- Doesn't support Projects(.srj).
- Doesn't support Proxies(.srj).
- Doesn't support Query(.srq).
- Doesn't support embbed SQL.