News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

C++ express 10 and masm32 build environment

Started by ToutEnMasm, August 06, 2011, 06:42:55 AM

Previous topic - Next topic

ToutEnMasm

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 ?






hutch--

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.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

ToutEnMasm


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