1. Ian Wells
  2. PowerBuilder
  3. Tuesday, 11 July 2017 20:17 PM UTC

I have migrated my app from 12.5 to 2017. What are the DLLs and other files I need to distribute to my clients along with the exe and the PBDs.

For example I know I need PBVM170.dll. 

Is it all the files that have 170 in them?

Thanks

David Peace (Powersoft) Accepted Answer Pending Moderation
  1. Friday, 14 July 2017 13:31 PM UTC
  2. PowerBuilder
  3. # 1

I did just what Chris said and then extracted them into a folder. I added some specific ones for some 3rd party tols we use but this is a good comprehensive list.

Hope that helps.

Regards

David

Comment
  1. Frutlin Gnanaraj
  2. Friday, 13 April 2018 10:22 AM UTC
Hi,



 



My client are not able to retrieve data from Restful service. The same Exe retrieve data when ran in machine having latest version of PB 2017. We doubt this might be due to some missing .DLL files. Could someone please provide a suggestion like do we need any extra steps to be taken for accessing RestClient ? URGENT !!

  1. Helpful
There are no comments made yet.
Roland Smith Accepted Answer Pending Moderation
  1. Wednesday, 12 July 2017 19:22 PM UTC
  2. PowerBuilder
  3. # 2

I ran a test on a recently built Windows 7 Professional pc with no programming tools.

The bare minimum are:

LIBJCC.DLL, LIBJTML.DLL, LIBJUTILS.DLL, LIBSYBUNIC.DLL, NLWNSCK.DLL
PBDWE170.DLL, PBSHR170.DLL, PBUIS170.DLL, PBVM170.DLL

Plus the driver for your database connection, PBSYC170.DLL for Sybase SYC for example.

Other features like RichText might need more files. See the help as noted by someone else.

 

Comment
  1. Daniel Vivier
  2. Wednesday, 19 July 2017 18:44 PM UTC
Neither libsybunic.dll nor PBUIS170.dll are mentioned in the Deployment topics in the Help, and I also found they were required. Surely they should be added to the Help in some appropriate place?



I also found that I couldn't find some of the DLLs, that are indeed mentioned in the Help, with the Search feature in the Help, such as libjutils.dll.

  1. Helpful
There are no comments made yet.
LUIS BECERRA Accepted Answer Pending Moderation
  1. Wednesday, 12 July 2017 15:07 PM UTC
  2. PowerBuilder
  3. # 3

The files .dll are in this path:

 

C:\Program Files (x86)\Appeon\Shared\PowerBuilder\

 

If these not exist  then run  AutoCompile.exe:

 

C:\Program Files (x86)\Appeon\PowerBuilder 17.0\AutoCompiler\AutoCompile.exe

 

lbl.

Comment
  1. Roland Smith
  2. Wednesday, 12 July 2017 18:36 PM UTC
That will help building an executable but that isn't the question.

  1. Helpful
There are no comments made yet.
Shenn Sellers Accepted Answer Pending Moderation
  1. Tuesday, 11 July 2017 22:46 PM UTC
  2. PowerBuilder
  3. # 4

Read through Chapter 33 in the Application Techniques help file or online at https://www.appeon.com/system/files/product-manual/application_techniques.pdf

 

Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 11 July 2017 21:34 PM UTC
  2. PowerBuilder
  3. # 5

Hi Ian;

       That is really easy and you do not have to know all any of the DLL details!

       Just look for the PowerBuilder Runtime Packager utility application. There should be a short-cut to it in your Appeon group under the MS-Windows START menu, as follows:

 

       Once in the PB Packager, select the runtime options you need and  then select the CREATE command button. The Packager will then create an installation .MSI file for you with everything you need for the run-time environment, as follows:

HTH

Regards ... Chris

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.