On Wed, 30 Nov 2016, Greg Saunders wrote:
1. downloaded curl from https://github.com/curl/curl 2. ran buildconf.bat (successfully) 3. created new C project in codeblocks (main.c)
You seem to have skipped step 2a: build the library (and curl) It might work with just 'make mingw32' in the source tree root. -- / daniel.haxx.se ------------------------------------------------------------------- List admin: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
