[PR #279] [MERGED] Fix MSVC linking error due to wrong titlebar global variables declaration #284

Closed
opened 2026-05-05 03:44:46 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/279
Author: @klugier
Created: 6/8/2025
Status: Merged
Merged: 6/9/2025
Merged by: @mirek-fidler

Base: masterHead: klugier/fix-msvc-compilation


📝 Commits (3)

  • f741203 Fix MSVC compilation due to wrong titlebar global variables declarations.
  • 2b4707f Fix CustomTitleBar example
  • c7a9b63 Added description to CustomTitleBar example

📊 Changes

3 files changed (+6 additions, -5 deletions)

View changed files

📝 reference/CustomTitleBar/CustomTitleBar.upp (+2 -0)
📝 reference/CustomTitleBar/main.cpp (+1 -1)
📝 uppsrc/CtrlCore/Win32Wnd.cpp (+3 -4)

📄 Description

It looks like MSVC failed to link recent version of CtrlCore.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/279 **Author:** [@klugier](https://github.com/klugier) **Created:** 6/8/2025 **Status:** ✅ Merged **Merged:** 6/9/2025 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `klugier/fix-msvc-compilation` --- ### 📝 Commits (3) - [`f741203`](https://github.com/ultimatepp/ultimatepp/commit/f74120388038b2a24e48b1594c1e4687096c1950) Fix MSVC compilation due to wrong titlebar global variables declarations. - [`2b4707f`](https://github.com/ultimatepp/ultimatepp/commit/2b4707f8572d4c5058ab1b8f43183b6a0ba53e25) Fix CustomTitleBar example - [`c7a9b63`](https://github.com/ultimatepp/ultimatepp/commit/c7a9b631914002f8a9af549ca564514e495f014f) Added description to CustomTitleBar example ### 📊 Changes **3 files changed** (+6 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `reference/CustomTitleBar/CustomTitleBar.upp` (+2 -0) 📝 `reference/CustomTitleBar/main.cpp` (+1 -1) 📝 `uppsrc/CtrlCore/Win32Wnd.cpp` (+3 -4) </details> ### 📄 Description It looks like MSVC failed to link recent version of CtrlCore. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:44:46 -06:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/ultimatepp#284
No description provided.