How to run example under windows xp #8039
Replies: 2 comments 8 replies
-
|
Windows XP has long been deprecated by Microsoft, and msys2 / mingw dropped support for it some time ago. It's not expected to work there, and you're not supposed to use this ancient operating system anymore. |
Beta Was this translation helpful? Give feedback.
-
|
@nicolasnoble For some reason, I wanted to test the platform compatibility of imgui and egui. After some attempts, the good news is that example_glfw_opengl2 can be successfully run in VMware with Windows XP SP3 Anyone who searches here can refer to my solution(both Mingw32 and Msvc are available)
|
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I compiled the sample code under msys2 mingw32.
When I first ran it, I got the error
dwmapi.dll not found. I downloaded this dll to fix this problem.Then I got the error

point_ftol2 could not be located int the dynamic link library msvcrt.dll.I don't know how to fix it.
Beta Was this translation helpful? Give feedback.
All reactions