hi all
i try to compile AES code using turbo c++ v 4.5...
give me error in this line...

static const u32 Te0[256] = {
0xc66363a5U, 0xf87c7c84U, 0xee777799U, 0xf67b7b8dU,
...................................
i got many warning message say that constant is long!!!
in header i wrote //typedef unsigned int u32;
can any help me plz.