Steve Adams wrote: > Apparently gcc doesn't recognize this format for a 64-bit > integer. Could someone point out what I need to put here > to declare the 64-bit integer so gcc will accept it? try this: unsigned long long int serNum=0; unsigned long long int license=0;