matkatmusic/OpenSSLToJuceRSAKey

Compilation Problem - juce::CharPointer_UTF16(&short)

SvensonDev opened this issue · 0 comments

Hi, I'm trying to compile in my JUCE project, this awsome porting, but i receive a compilation error at ANS1.cpp:288.

Compilation Error C2440.
The compiler generates the C2440 error when it cannot convert from one type to another, either implicitly or through the specified cast or conversion operator.

In this case seems that juce::CharPointer_UTF16 has no *short constructor.

Could be a problem of my environment? Windows 10,Standard C++17 ISO (/std:c++17), JUCE 7