Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation Problem - juce::CharPointer_UTF16(&short) #1

Open
SvensonDev opened this issue Oct 25, 2022 · 0 comments
Open

Compilation Problem - juce::CharPointer_UTF16(&short) #1

SvensonDev opened this issue Oct 25, 2022 · 0 comments

Comments

@SvensonDev
Copy link

SvensonDev commented Oct 25, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant