answersLogoWhite

0


Best Answer

Try installing xlive.dll latest version, i got same prob here.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: When you update GTA IV when i launch gta iv. there is a problem like this.gtaiv.exe oridinal not found. the ordinal 5367 could not be located in the dynamic link library xlive.dll.?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the explanation for the concept of dynamic linking?

Dynamic linking is accomplished by placing the name of a sharable library in the executable image. Actual linking with the library routines does not occur until the image is run, when both the executable and the library are placed in memory. An advantage of dynamic linking is that multiple programs can share a single copy of the library.


Can you disable p17 run endpoints dynamic link library?

no


What is the difference between dynamic link library and shared library?

Static libraries are compiled into the program itself, shared libraries are compiled separately and referenced by the program. This enables the program to be much smaller, but requires the shared libraries be available to run.


What is meant by system resources conflict?

When a single dynamic link library is accessed by 2 process, this causes a system resources conflict. This is due to a lack of type safe checking on microsoft's behalf. Dynamic link library's can be made safe if you write code expressly stopping it from being run twice at the same time, for more info Google "SRC Dynamic link library thread locking".


What kind of file library does dll feature?

DLL stands for dynamic-link library. It is microsoft's implementation of a shared library concept in it's Microsoft Windows operating system architecture.


What does this error mean The procedure entry point except handler 4 common could not be located in the dynamic link library msvcrtdll?

Your library is corrupt.


The procedure entry point GetProcessImageFileNameA could not be located in the dynamic link library psapidll?

SP3


The procedure entry point vorbis synthesis halfrate could not be located in the dynamic link library libvorvisdll?

You suck it deeply and you buy legally what you're trying to install.


What software restriction policy properties allow you to determine whether the policies apply to all files or whether library files such as dynamic link library are excluded?

Enforcement


What is the difference between dynamic and static linking?

in a standard C# program, various built-in-functions, which are invoked by the program, are resolved to a library during compilation. the library contains code for these functions. the compiler identifies the library required for the function and copies the code from the library to the program. this technique is called static linking. when a program is compiled, the compiler does not copy the code from the library to the program. instead, the compiler inserts a reference, consisting of the name of the library and function, in the program. the reference is looked up at run time. this is called dynamic linking.


Why do are symbols defined in a Solaris CC library listed as undefined by ld?

You are probably trying to build a dynamic library. If so, do not use ld, use CC -g instead.


Which files are considered to be the cornerstones of Windows?

.dll files (also known as Dynamic Link Library). This answer came from my CompTIA training.