This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

FATAL ERROR L210

When i compile the following code :
counsigned char a,b,value;

void main()
{
value = 0xF0;
a = (value >> 4) && 0x0F;
b = (value << 4) && 0x0F;
}

i get this error massage:

***FATAL ERROR L210 : I/O ERROR ON INPUT FILE
EXEPTION 0021H; PATH OR FILE NOT FOUND

Did anyone know what i can do???
FILE : TST.OBJ

Parents
  • Yes!
    The Security Key - or "Dongle" - must be attached in order to be able to compile & link files!

    Check your documentation for any specific issues regarding your particular platform (eg, you may need a driver on WinNT).

    There is a "Dongle" checker available in the Downloads area.

    Note: whenever you receive errors, you should always fix the first reported error before attempting to investigate subsequent errors; very often (as in this case) the first error will cause further reports later on!

Reply
  • Yes!
    The Security Key - or "Dongle" - must be attached in order to be able to compile & link files!

    Check your documentation for any specific issues regarding your particular platform (eg, you may need a driver on WinNT).

    There is a "Dongle" checker available in the Downloads area.

    Note: whenever you receive errors, you should always fix the first reported error before attempting to investigate subsequent errors; very often (as in this case) the first error will cause further reports later on!

Children
No data