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 » Developing U++ » Releasing U++ » help libcurl (how to setup and link ?)
icon4.gif  help libcurl [message #43952] Mon, 24 November 2014 21:59 Go to next message
elch is currently offline  elch
Messages: 5
Registered: November 2014
Promising Member
after hours spending in this, i give up Evil or Very Mad
(Windows 7 running)
compiling - 32 bit.
builer is accepting the includes --- etc all fine.
Gave the path in build options (VC9- compiler)
BUT builder is complaining unresolved dll calls...
what is usally if he does not find the libs (?).
So I put the libs in the folder (gave folder to build options)...
Same result....
Got some dlls wit the libcurl shout I put them somewhere ?
Do I have to register them via cmd ?

If anybody is hereout who can give me step by step instructions, how to set up this library with upp
and finaly avieve to compile some code, I would be greatful for ever. Razz

saludos !
Re: help libcurl [message #43953 is a reply to message #43952] Tue, 25 November 2014 15:01 Go to previous messageGo to next message
elch is currently offline  elch
Messages: 5
Registered: November 2014
Promising Member
ok. Fortget it. Just put the libcurl.lib in the projectpath and added it via IDE.
Works.... but the library does not... Rolling Eyes
Re: help libcurl [message #43954 is a reply to message #43952] Tue, 25 November 2014 16:39 Go to previous message
Sender Ghost is currently offline  Sender Ghost
Messages: 301
Registered: November 2008
Senior Member
Hello, elch.

You could use Dependency Walker utility on Windows to determine dependency libraries. For example, the current cURL library (v7.39.0) uses following libraries (without .lib extension to use with TheIDE package organizer) in basic configuration:
advapi32 kernel32 wldap32 ws2_32

If you need to use libraries from different location, you could add it to (new) build method "LIB directories" inside of "Setup -> Build methods.." menu.

In the attachments you could find archive with curl and curlcmd packages for basic configuration on Windows. It differs from original source code by adding BUILDING_LIBCURL and CURL_STATICLIB defines to curl_setup.h file, based on flagMAIN and flagDLL defines.

Edit: Moved defines to curl_setup.h file.

[Updated on: Tue, 25 November 2014 20:50]

Report message to a moderator

Previous Topic: Open Build Service
Next Topic: Latest SVN and nightly builds not in sync
Goto Forum:
  


Current Time: Thu Mar 28 12:45:58 CET 2024

Total time taken to generate the page: 0.02758 seconds