The MASM Forum Archive 2004 to 2012

Project Support Forums => MASM32 => Topic started by: ToutEnMasm on August 06, 2011, 06:42:55 AM

Title: C++ express 10 and masm32 build environment
Post by: ToutEnMasm on August 06, 2011, 06:42:55 AM
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 ?





Title: Re: C++ express 10 and masm32 build environment
Post by: hutch-- on August 06, 2011, 09:09:54 AM
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.
Title: Re: C++ express 10 and masm32 build environment
Post by: ToutEnMasm on August 06, 2011, 02:19:13 PM

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