What does the “Prefer 32-bit” compiler flag mean for Visual Studio (C#, VB)?

后端 未结 4 1443
萌比男神i
萌比男神i 2020-12-05 13:17

Just got the Visual Studio 11 developer preview installed. I see a new option in the project properties called \"Prefer 32-bit\" when compiling a managed (C#, VB) applicatio

4条回答
  •  借酒劲吻你
    2020-12-05 14:19

    EDIT: Application compiled with "Any CPU 32-bit preferred" is compatible with x86, x64 and ARM, while x86 is compatible only with x86, x64 and not ARM. For details see this.

提交回复
热议问题