天天看点

Visual studio 生成 x86位程序的方法

Visual studio 生成 x86位程序的方法:

第一步:Visual studio 中新建一个solution。

第一步:右键"solution"->"Property"->"Configration Manager"。

第二步:Active solution configration 选择 "new",在弹出窗体的"Name"字段 输入"x86",点击"OK"。

第三步:Active solution Platform 选择 "new",在弹出的窗体的"Type or select the new platform"中选择"x86",点击"OK"。

继续阅读