- 主题:大佬给看看这是啥问题?
--来自微微水木3.5.12
--
FROM 124.64.16.*
用everything在你机器上搜一下这些dll(比如api-ms-win-crt-stdio-l1-1-0.dll),就能看到。
这是MS搞的UCRT:
https://docs.microsoft.com/en-us/cpp/porting/upgrade-your-code-to-the-universal-crt?view=msvc-170
The DLLs for app-local deployment of the UCRT are included as part of the Windows SDK, under the redist subdirectory.
The DLLs required include ucrtbase.dll and a set of APISet forwarder DLLs named api-ms-win-[subset].dll.
你可以把你这个dll重新编译一下,静态链接到CRT,就不需要这些劳什子的api-ms-win-XXX.dll了
--
FROM 125.35.123.*
我不会编译…你太高看我了
【 在 z16166 的大作中提到: 】
: 用everything在你机器上搜一下这些dll(比如api-ms-win-crt-stdio-l1-1-0.dll),就能看到。
:
: 这是MS搞的UCRT:
: ...................
--来自微微水木3.5.12
--
FROM 124.64.16.*
我为啥可以重新编译?这是我可以的嘛?
【 在 z16166 的大作中提到: 】
: 用everything在你机器上搜一下这些dll(比如api-ms-win-crt-stdio-l1-1-0.dll),就能看到。
:
: 这是MS搞的UCRT:
: ...................
--来自微微水木3.5.12
--
FROM 124.64.16.*
MS不是写了,从Windows SDK的redist目录下找到对应版本的劳什子dll,搞过去
【 在 trabalhar 的大作中提到: 】
: 我为啥可以重新编译?这是我可以的嘛?
--
FROM 125.35.123.*