-
Notifications
You must be signed in to change notification settings - Fork 118
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
The working in progress plan for complementing Windows Runtime Object APIs #94
Open
24 of 64 tasks
Comments
mingkuang-Chuyu
pushed a commit
that referenced
this issue
May 30, 2024
… previous C++/WinRT fallback implementations.
mingkuang-Chuyu
added a commit
that referenced
this issue
Jun 24, 2024
Fea #94, 为Windows Runtime String (HSTRING)提供内部实现 - 补充 WindowsCreateString - 补充 WindowsCreateStringReference - 补充 WindowsDeleteString - 补充 WindowsDuplicateString - 补充 WindowsGetStringLen - 补充 WindowsGetStringRawBuffer - 补充 WindowsIsStringEmpty - 补充 WindowsStringHasEmbeddedNull - 补充 WindowsCompareStringOrdinal
mingkuang-Chuyu
pushed a commit
that referenced
this issue
Jun 24, 2024
- 补充 WindowsCreateString - 补充 WindowsCreateStringReference - 补充 WindowsDeleteString - 补充 WindowsDuplicateString - 补充 WindowsGetStringLen - 补充 WindowsGetStringRawBuffer - 补充 WindowsIsStringEmpty - 补充 WindowsStringHasEmbeddedNull - 补充 WindowsCompareStringOrdinalIntroduce the extra definitions for the Windows Runtime String (HSTRING).
Merged
mingkuang-Chuyu
pushed a commit
that referenced
this issue
Feb 4, 2025
mingkuang-Chuyu
pushed a commit
that referenced
this issue
Feb 4, 2025
mingkuang-Chuyu
pushed a commit
that referenced
this issue
Feb 16, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For using VC-LTL in NanaZip, NanaBox, and NanaGet happily, I will try to add or rewrite the following Windows Runtime Object APIs to YY-Thunks in the recent days.
Kenji Mouri
The text was updated successfully, but these errors were encountered: