Scott
Scott

Reputation: 1003

Migrating PowerBuilder 6 program to PowerBuilder 10.5

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

Upvotes: 0

Views: 1609

Answers (3)

Bolivar PH Gaming
Bolivar PH Gaming

Reputation: 13

If your using PFC you also need to update it.

Upvotes: 0

Erik
Erik

Reputation: 9

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.

Upvotes: 1

Hugh Brackett
Hugh Brackett

Reputation: 2706

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 .

Upvotes: 2

Related Questions