Commit c589c3b
committed
Revert to dynamic CRT linking (use DLLs)
Reverted changes:
- Removed /MT (static CRT) configuration
- Back to default /MD (dynamic CRT) behavior
- Uses MSVC runtime DLLs as intended
DLL Dependencies (as designed):
- KERNEL32.dll - Windows API
- MSVCP140.dll - C++ Standard Library
- VCRUNTIME140.dll - C++ Runtime
- api-ms-win-crt-*.dll - Universal CRT (modern replacement for msvcrt.dll)
Note: Modern MSVC (2015+) uses UCRT instead of legacy msvcrt.dll.
This is normal and requires VC++ Redistributable installation.1 parent b421edb commit c589c3b
1 file changed
Lines changed: 1 addition & 23 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | 4 | | |
8 | 5 | | |
9 | 6 | | |
10 | 7 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | 8 | | |
31 | 9 | | |
32 | 10 | | |
| |||
0 commit comments