Hi Luca, Sorry for the late reply and thank you ever so much for all your help. Your explanation and instructions were very easy to follow and my test.cpp program is now working perfectly.
I also needed to install openSSL to get a few missing .DLLs which was no problem. I'm now one step further along my project. Once again, thanks for all your help, it is greatly appreciated. Kind regards, Dan. ________________________________ From: curl-library <curl-library-boun...@cool.haxx.se> on behalf of Luca Di Rocco via curl-library <curl-library@cool.haxx.se> Sent: 10 April 2019 11:30 To: libcurl development Cc: Luca Di Rocco; Gisle Vanem Subject: Re: Undefined Reference Error when Linking .OBJ file On Wed, 10 Apr 2019 at 10:28, Gisle Vanem via curl-library <curl-library@cool.haxx.se> wrote: > > Luca Di Rocco wrote: > > > Of course your app will not be self contained and will require > > libcurl.dll in addition other windows dll. > > And most certainly 'cygwin1.dll' too. Which makes this kinda > unsafe; mixing a Watcom program with libcurl.dll etc. which > is built with CygWin 32/64. No need for CygWin. Just use the official build for win32 "CURL for 32 Bit" at https://curl.haxx.se/windows/ libcurl.dll depends only on dlibcrypto-1_1.dll and libssl-1_1.dll, both included in the distribution. All three DLLs have other dependencies just on windows DLLs. ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html