You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: