--------------------Configuration: cube - Win32 Debug--------------------
Compiling...
objects.c
G:\wam\C\tinyPTC\3d\cube\objects.c(9) : error C2143: syntax error : missing '{' before '*'
G:\wam\C\tinyPTC\3d\cube\objects.c(11) : error C2065: 'objet3d' : undeclared identifier
G:\wam\C\tinyPTC\3d\cube\objects.c(11) : error C2065: 'obj' : undeclared identifier
G:\wam\C\tinyPTC\3d\cube\objects.c(11) : error C2065: 'NULL' : undeclared identifier
G:\wam\C\tinyPTC\3d\cube\objects.c(11) : error C2106: '=' : left operand must be l-value
G:\wam\C\tinyPTC\3d\cube\objects.c(12) : error C2059: syntax error : ')'
G:\wam\C\tinyPTC\3d\cube\objects.c(15) : error C2223: left of '->angleX' must point to struct/union
G:\wam\C\tinyPTC\3d\cube\objects.c(16) : error C2223: left of '->angleY' must point to struct/union
G:\wam\C\tinyPTC\3d\cube\objects.c(17) : error C2223: left of '->angleZ' must point to struct/union
G:\wam\C\tinyPTC\3d\cube\objects.c(19) : error C2223: left of '->TransMatrix' must point to struct/union
G:\wam\C\tinyPTC\3d\cube\objects.c(20) : error C2223: left of '->TransMatrix' must point to struct/union
G:\wam\C\tinyPTC\3d\cube\objects.c(21) : error C2223: left of '->TransMatrix' must point to struct/union
G:\wam\C\tinyPTC\3d\cube\objects.c(23) : error C2223: left of '->num_aretes' must point to struct/union
G:\wam\C\tinyPTC\3d\cube\objects.c(24) : error C2223: left of '->num_faces' must point to struct/union
G:\wam\C\tinyPTC\3d\cube\objects.c(25) : error C2223: left of '->num_sommets' must point to struct/union
G:\wam\C\tinyPTC\3d\cube\objects.c(27) : error C2223: left of '->sommets' must point to struct/union
G:\wam\C\tinyPTC\3d\cube\objects.c(27) : error C2059: syntax error : ']'
G:\wam\C\tinyPTC\3d\cube\objects.c(30) : warning C4047: 'return' : 'int *' differs in levels of indirection from 'int '
Error executing cl.exe.
cube.exe - 17 error(s), 1 warning(s)
Partager