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
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
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
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
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
but it was RadASm which create a rc file in the repertory Res; and I never asked it???
thank's
Hi franlou
The VersionControl addin created one of them.
KetilO
The VersionControl addin created one of them.
KetilO