C# Project Template for Unmanaged Exports
This template is obsolete now, just use the
nuget package.
I created a C# project template to make it even easier to
export managed code to native applications without the need of COM registrations.
Simply drop this archive into your "My Documents\Visual Studio 20**\Templates\ProjectTemplates". (Do not extract it)
You don't have to be an administrator, this is only for your windows account, though.
The next time you open the new project wizard, you should see a new project type directly under "Visual C#", with a Windows DLL icon.
That's it. The projects created this way can be compiled by anyone who has Visual Studio 2005/2008 installed or just the .Net 2.0-3.X SDK.
Which means it won't pose any problems with build servers or opening the project on different machines.
Check out the
Samples for more information.
============================================
从这篇帖子得知了该模板:
http://stackoverflow.com/questions/6174584/call-c-sharp-dll-from-delphi
============================================
从这篇帖子得知了该模板:
http://stackoverflow.com/questions/6174584/call-c-sharp-dll-from-delphi

本文介绍了一种 C# 项目模板,旨在简化托管代码向原生应用程序导出的过程,无需进行 COM 注册。只需将模板文件放入 Visual Studio 的指定目录,即可在新建项目时直接使用。这种方式便于在不同机器上编译和部署。

174

被折叠的 条评论
为什么被折叠?



