


Sometimes a library may be toggled on or toggled off which causes a missing link issue between the library and program code.

So the program fails to find the corresponding library thus issuing the compilation error. For example, the user may have a library version of 2007 but the reference in the code may be looking for the 2010 version of that specific library. Another reason for this, in that case, is that library miss-match occurs.
