News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Jwasm64 link error

Started by ragdog, January 06, 2017, 10:55:38 PM

Previous topic - Next topic

ragdog

Hello

I try to compile a X64 asm code but i have a link error.

Quote
Microsoft (R) Incremental Linker Version 12.00.31101.0
Copyright (C) Microsoft Corporation.  All rights reserved.

LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or c
orrupt

Here is my settings


\JwasmPackage\Bin\RC.EXE /v "DlgMain.rc"
\JwasmPackage\Bin\JWASM64.EXE /c -win64 -Zp8 /Zi /win64 /D_WIN64 /Cp /nologo /W2 /I"\JwasmPackage\Include" "DlgMain.asm"
\JwasmPackage\Bin\LINK.EXE /SUBSYSTEM:WINDOWS /RELEASE /VERSION:4.0 /MACHINE:X64 /LIBPATH:"\JwasmPackage\Lib\x64" /OUT:"DlgMain.exe" "DlgMain.obj" "DlgMain.res"
pause


Can any one tell what is the problem ?

nidud

#1
deleted

ragdog

I have solved it with over a hour Google  :biggrin:

cvtres.exe need MSVCR120_CLR0400.dll 

Now works fine.