AW: Entrypoint Problem in libcurl.dll

2019-07-02 Thread Werner, Martin via curl-library
Hi, i solved the problem. The libssl.dll und libcrypto.dll was old. I installded the newest version and now it works fine. Thx. Martin Von: curl-library Im Auftrag von Werner, Martin via curl-library Gesendet: Dienstag, 2. Juli 2019 11:14 An: curl-library@cool.haxx.se Cc: Werner, Martin

Re: Missing bcrytp.dll when running Watcom compiled Libcurl program on XP.

2019-07-02 Thread Ray Satiro via curl-library
On 7/2/2019 11:44 AM, Dan Gribble via curl-library wrote: > Please excuse my ignorance/inexperience but i'm very new to C++ (and > OOP, compiling/linking in general).? I'll try and explain as best i > can what I have done so far and hopefully you will be able to advise > how to proceed. > > I am

Entrypoint Problem in libcurl.dll

2019-07-02 Thread Werner, Martin via curl-library
Hi, my name is martin. I downloaded the latest binary for win32 7.65.1. I use VS10. I can compile the program without any errors. But at startup i got the message that libcrypto-1_1.dll and libssl-1_1.dll is missing. I installed these two dll. Now i get the message, that the Entrypoint

Re: Missing bcrytp.dll when running Watcom compiled Libcurl program on XP.

2019-07-02 Thread Ray Satiro via curl-library
On 6/28/2019 7:42 AM, Dan Gribble via curl-library wrote: > I am experiencing a problem when a program using Libcurl that is > compiled on Windows 7 using the Watcom C++ compiler is run on Windows XP. > > I am aware that XP is no longer supported, however, at my installation > we still have a

Re: Missing bcrytp.dll when running Watcom compiled Libcurl program on XP.

2019-07-02 Thread Dan Gribble via curl-library
Sorry, I forgot to add that I also downloaded openSSL to obtain the libcrypto-1_1.dll and libssl-1_1.dll files and added them to the same directory as my executable in order for it to run successfully. Kind regards Dan From: Dan Gribble Sent: 02 July 2019 16:44

Re: Missing bcrytp.dll when running Watcom compiled Libcurl program on XP.

2019-07-02 Thread Dan Gribble via curl-library
Hi Ray, thanks for getting back to me. Please excuse my ignorance/inexperience but i'm very new to C++ (and OOP, compiling/linking in general). I'll try and explain as best i can what I have done so far and hopefully you will be able to advise how to proceed. I am developing an application