I'm tryng to statical link libcurl but im getting some errors...

I've done that:

http://i39.tinypic.com/25ztkbm.png
http://i43.tinypic.com/2nsugyq.png
http://i40.tinypic.com/a24v4n.png
http://i43.tinypic.com/1fx1lt.png

Why im getting the error in the 4th picture :( ?

Recommended Answers

All 4 Replies

First question. Did you download the static libraries?

I can only offer an opinion on GNU/Linux boxes which states that static linking will skip dynamic linking and linking all functionality with object files (.o) or archive files (.a). I'm not sure what the Windows equivalent is to a archive file or static linking.

The first picture shows you have access to easy.h.
The last picture shows you've missed adding / linking easy.lib.

When you downloaded th original package, easy.lib should have been in the lib directory. Was it not there?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.