gpt4 book ai didi

mfc - C++ Visual Studio 6 MFC 应用程序

转载 作者:行者123 更新时间:2023-12-04 20:11:58 25 4
gpt4 key购买 nike

我有一个旧的应用程序,是否有一种快速的方法可以在不更改太多代码的情况下对应用程序进行整容?
一些MFC模拟器?

最佳答案

1)Create a file <yourapplication><.exe>.manifest

2)Paste the file in the same path as your exe

3)Paste the following content inside the manifest file

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<assemblyIdentity
version=""
processorArchitecture=""
name=""
type=""
/>
<description></description>
<dependency>
<dependentAssembly>
<assemblyIdentity
type="win32"
name="Microsoft.MSXML2"
version=""
processorArchitecture="X86"
publicKeyToken=""
language="*"
/>
</dependentAssembly>
</dependency>
</assembly>

4) Launch the exe..

关于mfc - C++ Visual Studio 6 MFC 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13706961/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com