Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
adzm
on June 19, 2022
|
parent
|
context
|
favorite
| on:
Cross-compiling binaries for Windows is easier tha...
It links dynamically to msvcrt.dll which is updated as part of the os. I believe it still gets updates as long as it doesn't break the ABI. Modern vc++ links with the universal CRT which is an independently updated msvcrt distribution.
ygra
on June 19, 2022
|
next
[–]
Note:
https://devblogs.microsoft.com/oldnewthing/20140411-00/?p=12...
userbinator
on June 19, 2022
|
parent
|
next
[–]
Of course he has to toe the company line. But the truth is far simpler.
samus
on June 19, 2022
|
parent
|
prev
|
next
[–]
Similar problem to Java applications directly accessing internal JDK packages, and then breaking once access was restricted.
dwattttt
on June 19, 2022
|
prev
[–]
msvcrt.lib includes things other than direct imports to msvcrt.dll; bugs in that code are going to be linked into your binary at compile time.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: