首页 > 代码库 > Visual Studio 2010 下 安装RGiesecke.DllExport
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