Tagged Questions

1
vote
0answers
66 views

Is it still true that there is no need in x64 version if the app is stand-alone and won't benefit from being 64-bit?

Since Windows Server 2008 R2, WoW64 is an optional feature which can be uninstalled. It means that it is possible to have 64-bit only server, that cannot execute 32-bit code. I'm trying to think about ...