|
PB2CS is an assistant tool for converting PowerBuilder to C#.
PB2CS converts the PBL file to a C# project(.csproj), and generates a report
detailing what was done. After your project is converted, PB2CS inserts comments
into your C# code alerting you to statement that will need to be changed.
PB2CS does not make the conversion process completely automatic, because many
objects do not have the corresponding components in .NET. But it will speed up your
project by automating some of the steps required for migration.
|