You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I setup the msys2 mingw32 environment (version 240727) and compiled rust 1.76 for windows xp and tested that the c++/rust helloworld program can run correctly under windows xp.
Next, I tested the sample code of imgui and egui respectively and fixed some potential problems, but unfortunately, they all ended up with the problem that point_ftol2 could not be located int the dynamic link library msvcrt.dll
Here are the relevant links in the two repositories:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I setup the msys2 mingw32 environment (version 240727) and compiled rust 1.76 for windows xp and tested that the c++/rust helloworld program can run correctly under windows xp.
Next, I tested the sample code of imgui and egui respectively and fixed some potential problems, but unfortunately, they all ended up with the problem that
point_ftol2 could not be located int the dynamic link library msvcrt.dll
Here are the relevant links in the two repositories:
Any help is greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions