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
building a basic "Hello World" program using -a x86 does not create a valid 32-bit application
runs fine on my x64 machine, but will not launch in a Windows XP Pro virtual machine
I have tried both MSVC and clang, neither create a valid application
Expected Behavior
targetting x86/32bit should create a valid 32-bit application
Xmake Version
2.9.3
Operating System Version and Architecture
Windows 10, XP Pro
Describe Bug
building a basic "Hello World" program using
-a x86
does not create a valid 32-bit applicationruns fine on my x64 machine, but will not launch in a Windows XP Pro virtual machine
I have tried both MSVC and clang, neither create a valid application
Expected Behavior
targetting x86/32bit should create a valid 32-bit application
Project Configuration
xmake.lua
main.cpp
build command
xmake f -p windows -a x86
xmake
Additional Information and Error Logs
The text was updated successfully, but these errors were encountered: