Types of Difficult People:
- Complainer
- Know-it-all
- SteamRoller (BigBully)
- Sniper
- Can't-Say-No
- Staller
In this page I describe some of the technologies / tools I have worked on while developing software for various products.
Session on June 18 2010, SafeNet Infotech Noida, Col Yash Mor
Run-time dynamic linking enables the process to continue running even if a DLL is not available. The process can then use an alternate method to accomplish its objective. For example, if a process is unable to locate one DLL, it can try to use another, or it can notify the user of an error. If the user can provide the full path of the missing DLL, the process can use this information to load the DLL even though it is not in the normal search path. This situation contrasts with load-time linking, in which the system simply terminates the process if it cannot find the DLL.