如何使用monodevelop构建x64?

时间:2012-12-16 17:47:14

标签: mono 64-bit monodevelop

我想构建一个我在monodevelop中编写的项目的x64包。我可以将项目编译器选项从x86更改为x64,但如果我这样做,我会收到错误:

Error CS0016: Could not write to file `AudioCuesheetEditor', cause: AMD64 (CS0016) (AudioCuesheetEditor)

如何为x64系统构建软件包?

谢谢你的帮助!

1 个答案:

答案 0 :(得分:1)

使用any cpu配置

您将在64位操作系统上获得x64,在32位操作系统上获得x86。由即时编译器提供的Automagic。

但是在带有anycpu的Windows x86上没有问题。使用Windows x64会崩溃因为gtk-sharp没有x64版本。所以在Windows x64上你必须构建x86。