mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[GH-ISSUE #64] Problem compiling TheIDE with Visual Studio 2019 #35
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#35
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 (Mar 1, 2022).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/64
@izabala123 commented on GitHub (Mar 1, 2022):
However it compiles well with CLANG in Windows.
@izabala123 commented on GitHub (Mar 2, 2022):
The problem is corrected by including the line "#include "imm.h" in the files Win32Proc.cpp and Win32Wnd.cpp.
@mirek-fidler commented on GitHub (Mar 2, 2022):
Thank you, fix applied.
@izabala123 commented on GitHub (Mar 3, 2022):
Excellent. Thank you Mirek.