English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

When i turn on my computer, the message appers as this (procedure entry point could not be located in the dynamic link library). How can i find this dynamic link library and fix it?

2006-10-26 10:12:00 · 4 answers · asked by ? 4 in Computers & Internet Other - Computers

This is the entire mrssage:
aolssc.exe - Entry Point Not Found......
The procedure entry point ?Unlock@TSpinLockRE@XPRT@@AEXX could not be located in the dynamic link library xprt5.dll

2006-10-26 10:27:51 · update #1

4 answers

This is a tricky one. First of all a DLL (dynamic link library) is a program file used by an application on your computer.

If you installed or uninstalled any software lately, try reinstalling them. It may also be good to run a spyware scan ( http://housecall.trendmicro.com ) as this kind of issue could also be caused by some spyware infections.

If you need further assistance, provide complete error message. Look especially for the file name (ex.: file.dll).

2006-10-26 10:17:41 · answer #1 · answered by juliepelletier 7 · 0 0

A dynamic link library (DLL) is a collection of small programs, any of which can be called when needed by a larger program that is running in the computer. The small program that lets the larger program communicate with a specific device such as a printer or scanner is often packaged as a DLL program (usually referred to as a DLL file). DLL files that support specific device operation are known as device drivers.
The advantage of DLL files is that, because they don't get loaded into random access memory (RAM) together with the main program, space is saved in RAM. When and if a DLL file is needed, then it is loaded and run. For example, as long as a user of Microsoft Word is editing a document, the printer DLL file does not need to be loaded into RAM. If the user decides to print the document, then the Word application causes the printer DLL file to be loaded and run.

A DLL file is often given a ".dll" file name suffix. DLL files are dynamically linked with the program that uses them during program execution rather than being compiled with the main program. The set of such files (or the DLL) is somewhat comparable to the library routines provided with programming languages such as C and C++.

2006-10-26 10:19:18 · answer #2 · answered by vanman2u 3 · 0 0

Dynamic link Library is a DLL flow to any software installation itemizing on a MS homestead windows device and are available across a document with a .DLL extension. they're fairly small libraries classes can use to accomplish function.

2016-11-25 22:12:50 · answer #3 · answered by rudicil 4 · 0 0

DLL are files that are needed for programs to run properly. Does the error message say which DLL file? If so, you can search for it online, download and paste it to the proper directory.

2006-10-26 10:18:18 · answer #4 · answered by gandalf 4 · 0 0

fedest.com, questions and answers