I am working on a pretty big learning project which uses libcurl to download data.
My problem is that my code does not work when compiling as Debug, but works fine when compiled as Release.
Surely there must be an/several option(s) somewhere in project properties that is/are set to the correct value(s) for Release but not for Debug, but I cannot seem to find it/them.
I am linking to libcurl dynamically and have so far checked that both link to the same libraries, both are compiled with the same CRT and both have same preprocessor definitions save for _DEBUG.