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

std::wstring support #17

Open
ghost opened this issue Oct 16, 2019 · 3 comments
Open

std::wstring support #17

ghost opened this issue Oct 16, 2019 · 3 comments

Comments

@ghost
Copy link

ghost commented Oct 16, 2019

It seems std::wstring is not supported by the x2struct library. Is there any plan to implement that?

@ghost
Copy link
Author

ghost commented Oct 17, 2019

struct MYSTRUCT
{
    std::wstring content;
    XTOSTRUCT(O(content))
};

Failed to build doe to a x_struct_to_str function not found.
Replacing the wstring to string can pass the build, but failed to process wide characters.

@ghost
Copy link
Author

ghost commented Oct 17, 2019

@xyz347
Copy link
Owner

xyz347 commented Oct 18, 2019

will support later

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