Hello, Ray. I appreciate the response.
I added -lcrypt32 to the original code and successfully was able to resolve
most errors to just the following:
C:\msys64\mingw64\bin\..\lib\gcc\x86_64-w64-mingw32\12.2.0\..\..\..\..\x86_64-w64-mingw32\bin\ld.exe:
C:\libs\curl_new64\lib\libcurl.a(strerror.o):
Pls , stop sending me this mails , they are not of my interest.
On Wed, Sep 14, 2022, 19:02 Ray Satiro via curl-library <
curl-library@lists.haxx.se> wrote:
> On 9/14/2022 4:48 AM, Coffee Bug via curl-library wrote:
> > #include
> > int main() {
> > curl_global_init(CURL_GLOBAL_DEFAULT);
> > }
On 9/14/2022 4:48 AM, Coffee Bug via curl-library wrote:
#include
int main() {
curl_global_init(CURL_GLOBAL_DEFAULT);
}
I already encounter the following errors:
libs\curl_new64\lib\libcurl.a(strerror.o):strerror.c|| undefined
reference to `__imp___sys_nerr'|
libs\curl_new64\lib\libcurl.a(s
I am presently trying to learn libcurl in c++. However, I am not able to
successfully compile.
In compiling just the following:
#include
int main() {
curl_global_init(CURL_GLOBAL_DEFAULT);
}
I already encounter the following errors:
libs\curl_new64\lib\libcurl.a(strerror.o):strerror.c|| unde