Buy commercial curl support. We
help you work out your issues, debug your libcurl applications, use the API,
port to new platforms, add new features and more. With a team lead by the
curl founder Daniel himself.
Curl and libcurl
- Contemporary messages sorted: [ by date ] [ by thread ] [ by subject ] [ by author ] [ by messages with attachments ]
From: Claes Garelius via curl-users <curl-users_at_lists.haxx.se>
Date: Mon, 20 Jan 2025 21:36:51 +0000
I have the latest windows 11, 64, and wish to install curl and libcurl and everything needed to call curl via Visual c++. Can someone explain which of all the options I should choose. It seems messy to me as a non-Curl expert, (but I know Visual C++).
Or is Curl and libcurl already installed in Windows 11? If I type curl -help in the Dos command line, this comes up:
C:\Users\ilogi>curl -help
Usage: curl [options...] <url>
And so on
If Curl is already installed, how are h-files called in Visual C++?
#include <iostream>
#include <string>
#include <curl/curl.h>
Date: Mon, 20 Jan 2025 21:36:51 +0000
I have the latest windows 11, 64, and wish to install curl and libcurl and everything needed to call curl via Visual c++. Can someone explain which of all the options I should choose. It seems messy to me as a non-Curl expert, (but I know Visual C++).
Or is Curl and libcurl already installed in Windows 11? If I type curl -help in the Dos command line, this comes up:
C:\Users\ilogi>curl -help
Usage: curl [options...] <url>
And so on
If Curl is already installed, how are h-files called in Visual C++?
#include <iostream>
#include <string>
#include <curl/curl.h>
-- Unsubscribe: https://lists.haxx.se/mailman/listinfo/curl-users Etiquette: https://curl.se/mail/etiquette.htmlReceived on 2025-01-20