|
|
|
|
|
by user5994461
2326 days ago
|
|
That must be the magic of Windows in action. Software still running after 15 years. I have to do some maintenance or decommissioning of very old apps in an old bank. I find anything Linux and C or C++ related is the worst, because the system libraries themselves are unstable. Applications fail because of .so dependencies breaking, both system libraries and application libraries (themselves forming a tree of dependencies). It can be extremely hard to rebuild and relink the software with the whole chain of dependencies for the current platform. Linux executables die along major OS releases every few years, but Windows binaries can keep working for more than a decade easily. |
|