Thince I have installed the the c++ express 10 I couldn't use the masm32 debug build environment without this message.
Quote
Microsoft Windows XP [version 5.1.2600]
Microsoft (R) Macro Assembler Version 6.15.8803
Microsoft (R) Incremental Linker Version 5.12.8078
Link /SUBSYSTEM:WINDOWS texte.obj texte.bin
E:\Texte
LINK : fatal error LNK1000: unknown error; consult documentation for technical support options
I have take care to have not any binaries in the source directory but the problem stay without soluce.
Any idea ?
Yves,
You must use the linker that matches the debugger to get useful debugging information. Microsoft have changed the debug format many times and its tied to the linker version.
If it is the only thing doable,i have replace the masm32 linkerr by the c++ one.
All files to copy = link + C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ms*.dll