Hi Mohamed,
I tried the steps you mentioned but our sample applications build just fine with VS2012 + Update 4 (latest). We will need more information on what code snippet you are trying to compile, what else is included in the project.
We just released 2.1 version of our SDK. Could you give it a shot.
Here are the steps I followed:
Thanks
Kavya
I tried the steps you mentioned but our sample applications build just fine with VS2012 + Update 4 (latest). We will need more information on what code snippet you are trying to compile, what else is included in the project.
We just released 2.1 version of our SDK. Could you give it a shot.
Here are the steps I followed:
- Create a default Win32 Console Application.
- Reference the C++ REST 2.1 Nuget Package.
- Compile the app, source looks like:
#include "stdafx.h"
#include <cpprest\streams.h>
int _tmain(int argc, _TCHAR* argv[])
{
return 0;
}
Are the above three steps working for you?Thanks
Kavya