I get: mlde32.obj : fatal error LNK1107: invalid or corrupt file: cannot read at 0x292 when try to c

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
Hi all,
Im trying to compile a project I found here: http://vx.netlux.org/vx.php?id=em24 http://vx.netlux.org/vx.php?id=em24 , but using both VS 2010 and 2008 I get the error:<br/>
<br/>
mlde32.obj : fatal error LNK1107: invalid or corrupt file: cannot read at 0x292
I can not understand how to fix it because the mlde32.obj doesnt even has an address 0x292; its end is at 0x291. But I think the meaning of this error is different.
I even tried using the LINK.exe with the mlde32.obj and the main.obj I get at the end of the compile, but I get the same error.
Has anyone any hint that can help me?
Thanks.

View the full article
 
Back
Top