C
C#15mo ago
maria 🌟

❔ Restart my program as another architecture

How i can restartr my progaa m as 32x
16 Replies
Thinker
Thinker15mo ago
What is "32x"?
maria 🌟
maria 🌟15mo ago
BIST like run the same program but instead of x64 to x32
maria 🌟
maria 🌟15mo ago
like this
maria 🌟
maria 🌟15mo ago
but with code
Thinker
Thinker15mo ago
Well you can't change the target architecture of your app at runtime
maria 🌟
maria 🌟15mo ago
i just want to re start the program but with another arch and thaths its posible on windows but i dont know how to do it with code
Thinker
Thinker15mo ago
If you have two versions of the same app but targeting different architectures then you could probably launch one from the other I don't know why you'd want to do that, but you probably could
maria 🌟
maria 🌟15mo ago
i know if i put on anycpu i can run it on both because it decides windows to run it
Henkypenky
Henkypenky15mo ago
just tick "preferir 32 bits" that will run 32 bits on 32-bit and 64-bit windows as 32 bits it's always compiled to x86
maria 🌟
maria 🌟15mo ago
yea but i want to the program be able to decide but ..
Henkypenky
Henkypenky15mo ago
the program will decide AnyCpu will do that for you
maria 🌟
maria 🌟15mo ago
ok i did it
maria 🌟
maria 🌟15mo ago
Henkypenky
Henkypenky15mo ago
why do you need corflags?
maria 🌟
maria 🌟15mo ago
i can use /32BITREQ+ and now app runs as 32 and then /32BITREQ- to 64
Accord
Accord15mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts