How do I make curl --form work properly?
I am using libCurl with Microsoft Visual Studio.
I would like to use the function "curl --form" to create a POST to a
website login page.
After each time I build it, though, I always get the error: " 'form' -
undeclared identifier ." I made sure to #include , but after that point I
am confused as to why it won't work. Any thoughts?
No comments:
Post a Comment