1. Albert John
  2. PowerBuilder
  3. Wednesday, 19 May 2021 00:20 AM UTC

I deployed an app to clients, just one case was it was forced closed when it looked like executed the function within the DLL, all the ways I have tried 

I tried build a dependecies of PB within PowerBuilder Runtime Packager, and installed that package on client side, it DOES NOT work

I tried installed visual c++ redistributable 2015 which the DLL was built with VS 2015,it DOES NOT work as well

finally I installed a PB IDE on client side, it works

any idea how do I reolve this issue properly? thank you so much

Attachments (1)
Accepted Answer
Miguel Leeuwe Accepted Answer Pending Moderation
  1. Wednesday, 19 May 2021 07:59 AM UTC
  2. PowerBuilder
  3. # Permalink

The runtime packager has a history of not installing all the files you need. (depending on which version of PB you are using).

If you want a quick solution, simply copy ALL of the files and subdirectories of your powerbuilder IDE install's "shared" folder to where your runtime installer has installed its files.

Another thing you could do instead, is use processmonitor and see which file it doesn't find when it blows up.

 

Comment
  1. Albert John
  2. Wednesday, 19 May 2021 23:48 PM UTC
thank you so much
  1. Helpful
There are no comments made yet.


There are replies in this question but you are not allowed to view the replies from this question.