English 中文(简体)
视窗户32个轨道版本(城市)对X64进行对比
原标题:Compiling x64 on 32bits version of windows (Teamcity)

如今,我们的团队力量在32个轨道上运行,这直到现在还不是一个问题(我们现在在那里有x64的申请)。

我听到有人可能把X64的申请编成32名仲裁员,但我从未这样做。 在X64——理想使用MSBuild——建立一个具体项目所需要的步骤是什么?

在我确定MSBuild财产“Run平台”至x64时,我的代理人向我发出以下警告: “未满足要求:存在DotNetFramework4.0_x64”

作为附带说明:我们最终将把代理人移至64名仲裁员的非洲顾问,但我希望能在短期内找到解决办法。

最佳回答

我认为,在团队精神中,MSBuild的<代码>Run平台是使用MSBuild的版本,在<代码>C:WindowsMicrosoft.NETFramework64v4.0.30319中寻找MSBuild.exe。 翻了32个视窗版,安装了这个框架。 然而,MSBuild的32个轨道版本可以援引C# Compiler,该编仍可生产X64个组件,甚至可使用你的32个轨道机器。

您想要做的是<代码>Run平台 for x86,但通过/property:Platform=x64作为你的指挥之一。 如果您没有X64的组合,您可考虑通过该编号<>/property:Platform=“Any CPU”。 然而,只有你在项目中提及的所有集会都设立万国邮联,万国邮联才能保证工作。 或者,你可以创建一种习俗组合,使你们的所有议会都得到指定×64,并通过指挥线将这种配置传给国际会计准则理事会。

Keep in mind if any of your projects are C++, you will need to make sure you have the x64 compilers installed, as I don t think they re installed by default.

问题回答

暂无回答




相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签