扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
作者:谢启东编译 来源:天极开发 2007年11月12日
关键字:
<?xml version='1.0' encoding='UTF-8' standalone='yes'?> <assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'> <dependency> <dependentAssembly> <assemblyIdentity type='win32' name='Microsoft.VC80.CRT' version='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' /> </dependentAssembly> </dependency> </assembly> |
#include <winuser.h> 2 RT_MANIFEST lib.dll.manifest |
# The main target all: app.exe # A C# process that depends upon a Managed C++ library app.exe : app.cs lib.dll csc app.cs /r:lib.dll # This is the second invocation of the linker, so the object file and # manifest will already exist, so they do not need to be rebuilt. lib.dll : lib.cpp lib.res lib.obj link /DLL /manifest:no /machine:x86 lib.res lib.obj lib.res : lib.rc rc lib.rc # Create a temporary resource script that binds the manifest file to the DLL lib.rc : lib.dll.manifest type <<$@ #include <winuser.h> 2 RT_MANIFEST lib.dll.manifest <<KEEP # Create the object file, and invoke the linker to create the manifest file lib.dll.manifest lib.obj : lib.cpp cl /LD /clr lib.cpp |
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者