mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #71] VirtualGui calls undeclared Unicode__() #42
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @izabala123 on GitHub (Apr 20, 2022).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/71
In Windows 10, when compiling uppweb, VirtualGui/Clip.cpp fails because Unicode__() is not declared.
In revision
2db6c3dfddeclarations and definitions where removed.In that revision, previous calls to Unicode__() where replaced in other locations. For example, in Win32Clip.cpp:
Maybe something equivalent could be applied to VirtualGui.
Best regards
Iñaki
@mirek-fidler commented on GitHub (Apr 21, 2022):
Thanks, hopefully fixed.
@izabala123 commented on GitHub (Apr 21, 2022):
Excellent. Thank you!