When assembling this error message occurs
"Assembling: ReadSC.asm
ReadSC.inc(38) : error A2005: symbol redefinition : CONST
Make error(s) occured."
I have not redefined .const.
Remove the .const-line and the assembling works.
Regards
"Assembling: ReadSC.asm
ReadSC.inc(38) : error A2005: symbol redefinition : CONST
Make error(s) occured."
I have not redefined .const.
Remove the .const-line and the assembling works.
Regards
Hi minor28
Seem like you have a bug in one of the include files or const is defined as a label or proc in your code.
KetilO
Seem like you have a bug in one of the include files or const is defined as a label or proc in your code.
KetilO
Hi Ketil
If I make the exe on my other computer with RadAsm version 1.2.1.2 no error message appears. Only with version 1.2.1.7
I have no CONST labels. Dblclick on the error line shows .const in my .inc-file.
If I make the exe on my other computer with RadAsm version 1.2.1.2 no error message appears. Only with version 1.2.1.7
I have no CONST labels. Dblclick on the error line shows .const in my .inc-file.
Hi minor28
Well, RadASM does not add anything to your code without your knowledge, except if breakpoints are set.
I doubt this has anything to do with RadASM version.
KetilO
Well, RadASM does not add anything to your code without your knowledge, except if breakpoints are set.
I doubt this has anything to do with RadASM version.
KetilO
I found what was wrong. It was the windows.inc file.
thanks
thanks