简体   繁体   English

生成英特尔兼容的x64位dll(C#)

[英]generate Intel compatible x64 bit dll (C#)

I need to create a simple dll that is compiled in x64 bit and is intel compatible. 我需要创建一个以x64位编译且与Intel兼容的简单dll。 Currently I use VS 2013, I choosed (Release, x64) and the resulted dll is AMD64. 当前,我使用VS 2013,我选择了(发布,x64),生成的dll是AMD64。 Is there any chance to be able to configure the dll processor architecture compatibility for 64 bit dll? 有没有机会能够为64位dll配置dll处理器体系结构兼容性? 在此处输入图片说明

您可以使用它,即X64 AKA AMD64。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 p /从x64机器上运行的C#程序调用32位dll - p/invoke a 32-bit dll from a C# program running on an x64 machine C# 允许 IIS7 ISAPI 和 CGI​​ 限制 aspnet_isapi.dll x64 位 - C# allow on IIS7 ISAPI and CGI Restrictions aspnet_isapi.dll x64 bit 使此C#SwapBytes代码x64兼容 - Make this C# SwapBytes code x64 compatible 使用64位dll时C#.Net X64应用程序崩溃 - C#.Net X64 Application crash when using 64bit dll VisualStudio C#x64,为什么AddReference选项,.NET选项卡指向x86 DLL而不是x64? - VisualStudio C# x64, why AddReference option, .NET tab points to x86 DLL instead of x64? 如何在不使用宏的情况下使C#结构与x86和x64兼容? - how to make a C# struct to be compatible with both x86 and x64 without using macro? 在64位计算机上基于AnyCPU vs x64平台构建的C#应用​​程序的性能 - Performance of a C# application built on AnyCPU vs x64 platform on a 64 bit machine 在 .NET C# 应用程序 (WinForms) 中使用 ActiViz 时如何定位 x64(64 位)平台 - How to target x64 (64 bit) platform while using ActiViz in a .NET C# application (WinForms) 如何从 c# 中的 x86 应用程序启动 x64 位应用程序 - How to start x64 bit application from x86 application in c# 无法在Vista x64的C#应用​​程序中加载C ++ DLL - Unable to load C++ DLL in C# application in Vista x64
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM