Is there any way to convert System::String
to std::string
if I am not allowed to use msclr/marshal_cppstd.h
?
The reason is that I need to use cryptlib.h
in the same project and I get an error when I include both:
cryptlib.h and wincrypt.h can't both be used at the same time due to conflicting type names