follow this example,
http://katyscode.wordpress.com/2014/04/01/how-to-statically-link-the-c-rest-sdk-casablanca/
i want to use a static lib in my project.
And for some reason, i need to build it with setting "Treat WChar_t AS Built in Type" to "No".
but when i set it to "No", the build failed.
http://katyscode.wordpress.com/2014/04/01/how-to-statically-link-the-c-rest-sdk-casablanca/
i want to use a static lib in my project.
And for some reason, i need to build it with setting "Treat WChar_t AS Built in Type" to "No".
but when i set it to "No", the build failed.
error C2766: explicit specialization; 'Concurrency::streams::_type_parser_integral_traits<utf16char>' has already been defined
does anyone know what should i do to avoid this?