[GH-ISSUE #236] Problem with OpenGL in Windows #84

Closed
opened 2026-05-05 03:38:39 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @izabala123 on GitHub (Mar 13, 2025).
Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/236

Hello all

After the last week, OpenGL has stopped showing the 3D canvas in Windows.
You can reproduce it running reference/OpenGL
The problem disappears by recovering the deleted code in CtrlCore/Win32Wnd.cpp, method Ctrl::InitWin32(), line 261, code beginning with:

	ILOG("RegisterClassA");
	WNDCLASS  wc;
	Zero(wc);
	wc.style         = CS_DBLCLKS|CS_HREDRAW|CS_VREDRAW;
	wc.lpfnWndProc   = (WNDPROC)Ctrl::WndProc;
...

Best regards
Iñaki

Originally created by @izabala123 on GitHub (Mar 13, 2025). Original GitHub issue: https://github.com/ultimatepp/ultimatepp/issues/236 Hello all After the last week, OpenGL has stopped showing the 3D canvas in Windows. You can reproduce it running reference/OpenGL The problem disappears by recovering the deleted code in CtrlCore/Win32Wnd.cpp, method Ctrl::InitWin32(), line 261, code beginning with: ``` ILOG("RegisterClassA"); WNDCLASS wc; Zero(wc); wc.style = CS_DBLCLKS|CS_HREDRAW|CS_VREDRAW; wc.lpfnWndProc = (WNDPROC)Ctrl::WndProc; ... ``` Best regards Iñaki
Author
Owner

@izabala123 commented on GitHub (Mar 16, 2025):

Thank you, the problem is fixed.

<!-- gh-comment-id:2727274024 --> @izabala123 commented on GitHub (Mar 16, 2025): Thank you, the problem is fixed.
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#84
No description provided.