◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler warning (level 1) C4044 specifier __huge on 'identifier' ignored; can only be applied to array The compiler ignored the __huge memory attribute for the given identifier. Only arrays can be declared with the __huge memory attribute. For pointers, __huge must be used as a modifier, not as a memory attribute. -♦-