Resolved HTTPClient
- Issue
- Kwadwo Boahene
- PowerBuilder
- Monday, 10 June 2019 06: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
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.