Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Everything you wanted to know about VC++ deployment but were afraid to ask
Jan 04, 2008 at 7:00 PMLinux systems (I believe it's also in most *nix systems) store the dynamic link libraries in /lib and /usr/lib. with .so(dynamic-linked) or .a(static-linked) in extension.
And they put the version number at the end of the file. Then provide symbolic link to the filename without version in extension as the current version.
======
So you'll see:
libsomething.so -> libsomething.so.4.3.3
libsomething.so.3 -> libsomething.so.3.1.0
libsomething.so.4 -> libsomething.so.4.3.3
libsomething.so.3.1.0
libsomething.so.4.3.1
libsomething.so.4.3.3
In some system that doesn't use package management systems.
======
Note that on most systems, some of these libraries are left behind intensionally for backward compatibility reasons. (e.g.: the *-compat packages)
If you install an application that requires previous version of glibc runtime, just install the current version of glibc-compat and you'll get all the previous versions of glibc-runtime. That's how they solve the DLL hell problem.
Happy Holidays Niners
Dec 27, 2007 at 7:40 PMFor the lyrics, I'll probably use "Next i" instead of just "Next" in order to consume the last note more smoothly.
So it sounds something like:
Next i~ End Sub End Mo-dule