any help is appreciated!
i tried an array like UINT a[800][600] in a structure
and got a structure to big;
i tried UINT huge a[800][600] and the same result
attempt was made on borlandc v3.1
also, i noticed that when not in a structure or class that the huge definer works.
i tried an array like UINT a[800][600] in a structure
and got a structure to big;
i tried UINT huge a[800][600] and the same result
attempt was made on borlandc v3.1
also, i noticed that when not in a structure or class that the huge definer works.