I imported an application in radasm:diet.asm and so on

I get this message error when I build it

what it means?

"Microsoft (R) Incremental Linker Version 5.12.8078
Copyright (C) Microsoft Corp 1992-1998. All rights reserved.

CVTRES : fatal error CVT1100: duplicate resource -- type:VERSION, name:1, language:0x0409
DIET.res : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt

Make error(s) occured.
ERROR On Build: Version Number Was Not Increased."
merci
Posted on 2004-03-12 07:05:03 by franlou
Hi franlou

It simply means you have two VERSIONINFO with same name or ID in your resource script (rc file).
Remove or rename one of them.

KetilO
Posted on 2004-03-12 07:37:11 by KetilO
indeed already I have a FILEVERSION INFO in my file.rc.
but it was RadASm which create a rc file in the repertory Res; and I never asked it???
thank's
Posted on 2004-03-13 01:37:13 by franlou
Hi franlou

The VersionControl addin created one of them.

KetilO
Posted on 2004-03-13 05:09:27 by KetilO