powerbuilder

Opening PowerBuilder 6.5 source files in PowerBuilder 11


I have some legacy powerbuilder programs I need to take a look at (view the source, layouts, etc), they are from PowerBuilder 6.5. All I have available is PowerBuilder 11 (demo/eval version), and it seems to be unable to open the PBL files (selecting them in the file open dialog does nothing).

I guess that it is because the version is very old. ANyone have any idea how I can view those old source files?

Thanks!


Solution

  • To view the code in a newer IDE, you'll need to migrate the code (or a copy of the code) to the newer version. Remember there is no easy backward migration, so be careful with the code.

    A non-destructive alternative is PBL Peeper (description and current version pre-release download). With it you get to view the code for any version, in PBLs or exports, without a need for a PowerBuilder license for the specific version. You get more powerful searching and reporting, but you lose the visual representation of the instantiated objects. However, IMHO, as biased as it may be, it lets you see where scripts are and aren't easier and quicker than the IDE. Plus it's got a bunch of other developer tools like a SQL formatter. And, it's hard to argue with free.

    Good luck,

    Terry