28.05.2015, 15:59
Hi,
i can repouse the problem. We need to change ElmoreSysLib.obj because by the change for Null i removed a "#" in
after the compiler error shows up and say to my he can't find the Constant "#SizeOf.EasyStruct".
Today i checked the original Sourcecode of ElmorSyslib.bb2 and it showes up right colored "#" in a red tone and SizeOf in a blue for Tokens and it compiles without any problem and generate the right code with no hit. But if i changed something in that line an undo it the color of SizeOF.EasyStruct changed to same red as "#" and the compiler complains about the constant.
So in the End you find a Tokeniser error that we have to fix !
I look if i can find a workaround.
i can repouse the problem. We need to change ElmoreSysLib.obj because by the change for Null i removed a "#" in
Code:
move.l #SizeOf.EasyStruct,es_structsize
Today i checked the original Sourcecode of ElmorSyslib.bb2 and it showes up right colored "#" in a red tone and SizeOf in a blue for Tokens and it compiles without any problem and generate the right code with no hit. But if i changed something in that line an undo it the color of SizeOF.EasyStruct changed to same red as "#" and the compiler complains about the constant.
So in the End you find a Tokeniser error that we have to fix !
I look if i can find a workaround.