Domanda

Friends, I am a vb6 developer. Now I have a requirement to work on PowerBuilder 10.5. In vb6 I use to deploy the project by just creating an exe or thru the "Package and deployment" wizard to deploy the programs in other computers. Like that, how can I do it in PowerBuilder 10.5?

Thanks

È stato utile?

Soluzione

Let suppose you would make a plain PB app (not a .NET etc.) first you have to do the followings:

  1. File/New
  2. Project tab
  3. select Application wizard (or Applocation project)

After compliting you get a project object. After that open this project file and then click Design/Deploy project. This will make the exe (and dll-s if you have set that way).

After all done you will need the necessary Powrbuilder dll-s also. You can make a package with the Powerbuilder Runtime Packager what is the part of the Powerbuilder installation files (just run it from the start menu). There you can select which features, databases you are using, and the packager will include the necessary dll-s.

After you finished just copy your own application files (exe, dll) and the file what the runtime packager made to the selected computer.

Br. Gábor

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top