1. Kwadwo Boahene
  2. PowerBuilder
  3. Monday, 10 June 2019 18:32 PM UTC

I created an HttpClient in my old application to post messages to another one which works perfectly well when i run it in the Powerbuilder 2017 r2 build 1769 application. But when I run the compiled version with the runtime dlls I get this error:" Unresovable external httpclient when linking reference at Line 75 in function f_post() The function is where I create the object like below: Line 75 is the Create.

////////////////////

HttpClient lnv_HttpClient
lnv_HttpClient = Create HttpClient

I///////////////

I added pbjson170.dll, pbhttpclient170.dll and pbrestclient170.dll to my runtime dlls. What am I doing wrong? It works in PB2017 application but not the compiled version with the runtime dlls.

 

Thanks,

KB

Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Monday, 10 June 2019 20:33 PM UTC
  2. PowerBuilder
  3. # 1

Hi Kwadwo;

  If this issue is on your deployment PC ... please make sure that you install the PB run-time via the "PB Packager" utility to ensure that all the required DLL's are installed on the deployment PC. Also make sure that the correct bitness of the PB run-time DLL's are deployed that match your PB App's bitness.

  Did you install the PB run-time with the App EXE or in a separate folder?

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.