Hi all,
I'm trying to compile a project I found here: http://vx.netlux.org/vx.php?id=em24, but using both VS 2010 and 2008 I get the error:
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; it's 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.