While migrating application code from VS2010 to VS2015, I got the error U1077 related to link.exe in NMAKE file and many more related errors. After alot of research on this error and migartion related stuff,Finally I …
Category: VC++
While I was accessing Json webservice from C++ using “C++ rest sdk” ,I came across the error “Incorrect Content-Type: must be textual to extract_string, JSON to extract_json.” Reason was The webservice I was calling using “GET” …
Being a C++ developer ,It was quite difficult to start working with webservices. Believe me after setting a proper development environment it was quite simple to access json webservice and extract json content through VC++. Setting …