manifest error

Hi,
Could you please help me with this error?
I am using visual studio for this.
I tried many things but different type of error comes out.


LDR: LdrpWalkImportDescriptor() failed to probe c:\Xiarc.dll for its manifest, ntstatus 0xc0150002
Debugger:: An unhandled non-continuable exception was thrown during process load
The program '[652] test23.exe: Native' has exited with code 128 (0x80).
closed account (zb0S216C)
Read the error. It's telling you that the call to LdrpWalkImportDescriptor( ) failed because of an unhandled exception. Thus, test32.exe had to terminate prematurely.

Try debugging your program.

Wazzak
Topic archived. No new replies allowed.