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