Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » U++ Library support » U++ Library : Other (not classified elsewhere) » curl
curl [message #57603] Tue, 05 October 2021 11:47 Go to previous message
GabEll is currently offline  GabEll
Messages: 2
Registered: October 2021
Location: Italy
Junior Member
hi,
i am trying to compile this simple code

#include "helloCurl.h"
#include <curl_x86-windows/include/curl/curl.h>

helloCurl::helloCurl()
{
CtrlLayout(*this, "Window title");

CURL *curl;
CURLcode res;

curl = curl_easy_init();

}

GUI_APP_MAIN
{
helloCurl().Run();
}

but always get this error :

(): lld-link: error: undefined symbol: __declspec(dllimport) curl_easy_init


what im doing wrong ?
and what i have to do it right ?

thx

gabriele
 
Read Message
Read Message
Read Message
Previous Topic: PdfDraw isn't linked in when compiling for Win on Linux using Clang-MinGW
Next Topic: [FEATURE + patch]WriteClipboardHTML and HtmlToText functions
Goto Forum:
  


Current Time: Fri Apr 19 22:49:13 CEST 2024

Total time taken to generate the page: 0.04744 seconds