Umm..
What would I need to read up on if I wanted to do it myself? =x
I can't seem to get libcurl to work with MVC++ 2008.
I can build it and all..
But I can't erm.. Link it to any project.
I can't call any libcurl functions because when I try it and attempt to build..
I get this:
1 2 3 4 5
1>TestCURL.obj : error LNK2019: unresolved external symbol _curl_global_cleanup referenced in function _wmain
1>TestCURL.obj : error LNK2019: unresolved external symbol _curl_easy_cleanup referenced in function _wmain
1>TestCURL.obj : error LNK2019: unresolved external symbol _curl_easy_setopt referenced in function _wmain
1>TestCURL.obj : error LNK2019: unresolved external symbol _curl_easy_init referenced in function _wmain
1>TestCURL.obj : error LNK2019: unresolved external symbol _curl_global_init referenced in function _wmain