-
Notifications
You must be signed in to change notification settings - Fork 526
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
Error in CppSharp.h when trying to wrap UTF16 Test with C++/CLI #521
Comments
Can you paste the region of code in the generated source that triggers this compile error? |
I can't actually find that. Visual Studio is NOT showing any error in any part of the generated code. |
@genuinelucifer @tritao will have to help you with this one, I have little idea about C++/CLI. In the mean time, if you have nothing to work on, could you please try #508 ? I think it should be easy, I think char* can be always safely marshalled as StringBuilder with ANSI and wchar_t* as StringBuilder with Unicode. |
I saw the TODO in UTF16 Test and added CLI generation for the test. I figured out many of the errors but finally i get:
at the return statement in CppSharp.h in this function:
@ddobrev @tritao Any insight why this error would be there only after generating and compiling a certain code?!
The text was updated successfully, but these errors were encountered: