0

Does anyone know a good way to go about taking a program made in PowerBuilder 6 and converting it to PowerBuilder 10.5?

Terry
  • 6,160
  • 17
  • 16
Scott
  • 993
  • 3
  • 10
  • 28

3 Answers3

2

Run the Migration assistant in 10.5 and see what it thinks of your code. Main thing to look out for going from 6 to 10.x is the switch to Unicode. Migration will handle most of it, but if you're calling external functions you'll have to tweak them. I think the Migration Assistant flags them.

Migration's been covered here a couple times. See How to upgrade PowerBuilder code? and Migrating from Powerbuilder 6.5 to 10.5 .

Community
  • 1
  • 1
Hugh Brackett
  • 2,706
  • 14
  • 21
1

Also, if your program is based on PFC, you will need to DL a newer version of the PFC from here, there is a sub project for the open source PFC.

Mayur Birari
  • 5,837
  • 8
  • 34
  • 61
Erik
  • 9
  • 1
0

If your using PFC you also need to update it.

  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Apr 13 '22 at 03:04