|
|
|
|
|
by int_19h
1756 days ago
|
|
Windows has many solutions to this. It is entirely possible for the apps to use a shared dynamically linked runtime, and the OS provides mechanisms to have several versions installed globally side by side, loading the correct one as needed for each app. https://en.wikipedia.org/wiki/Side-by-side_assembly |
|