IR Code Compile Error

Lynxo:
Hi,

I tried in hex as suggested, 0x_______

but get this error

ARC_Instructables:106: error: integer constant is too large for 'long' type

ARC_Instructables:119: error: integer constant is too large for 'long' type

Can't reproduce that, sorry:

long foo = 0x77E1BA8B;

void setup () 
{
  if (foo == 0x77E1BA8B) 
    ;
    
}
void loop () {}

Compile results:

Binary sketch size: 466 bytes (of a 32,256 byte maximum)

Perhaps if you posted your code?