I have a problem with libcurl. I am writing a program to get a text file from an ftp site. First I wrote a test project and it worked. Then I created a new working project and it gives me a bunch of undefined reference errors. I use exactly the same settings but one is working and another one is not!
The issue log:
All dll files are copied into the project directories. My settings:
and (in Linker I linked it to \lib)
and
It is unbelievable how much troubles I have after Java. ((
Thank you all if you could help!