Ive just recently switched to visual studio c++ express.
I am Creating some shapes with dx9 and i came upon this problem with my indices:
error C2064: term does not evaluate to a function taking 24 arguments
here is the code where i am getting the error:
short indices[100];
indices[100]
(
0,1,2,
2,1,3,
4,5,6,
6,5,7,
8,9,10,
10,9,11,
12,13,14,
14,13,15
);