16 Replies
What is "32x"?
BIST
like run the same program but instead of x64 to x32
like this
but with code
Well you can't change the target architecture of your app at runtime
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
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
i know if i put on anycpu i can run it on both
because it decides windows to run it
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
yea but i want to the program be able to decide
but ..
the program will decide
AnyCpu will do that for you
ok i did it
why do you need corflags?
i can use /32BITREQ+
and now app runs as 32
and then /32BITREQ- to 64
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.