Visual Studio 2010 下 安装RGiesecke.DllExport
Posted klchang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Visual Studio 2010 下 安装RGiesecke.DllExport相关的知识,希望对你有一定的参考价值。
RGiesecke.DllExport 在 UnmanagedExports 中。安装过程如下:
1、首先在“工具”菜单下的“扩展管理器”中,安装 NuGet Package Manager
2、“工具”下的“NuGet包管理器”选择“包管理控制台”
PM> Install-Package UnmanagedExports
3、选择 目标CPU 平台,选择x86或 x64,不要选择Any CPU
4、从官网安装的 RGiesecke.DllExport.dll 和 RGiesecke.DllExport.MSBuild.dll 只支持英文操作系统,使用https://www.noisyfox.cn/397.html中,修复的版本1.2.7 替换进项目NuGet包中packages\UnmanagedExports.1.2.7\tools文件夹下的两个同名dll即可。
参考资料:
https://www.noisyfox.cn/397.html
https://docs.nuget.org/consume/package-manager-console
https://www.nuget.org/packages/UnmanagedExports
http://stackoverflow.com/questions/34417972/no-functions-in-c-sharp-dll-with-rgiesecke-dllexport
http://www.codeproject.com/Questions/791891/Csharp-unmanaged-DLL-Export-Import-in-Cplusplus
http://zhidao.baidu.com/link?url=qdrx1TfDCBWy6PL_MmS-uD_jhBpf5xEXLsQeViYrrhDNA85M9GfWYdOCAP2VYI6nOmWb5Dgssk1nu-D74FhAR_
以上是关于Visual Studio 2010 下 安装RGiesecke.DllExport的主要内容,如果未能解决你的问题,请参考以下文章
在不安装 Visual Studio 2010 的情况下使用 vc100 平台工具集?
microsoft visual studio 2010下载