Hello to everyone,
I have to compile a code in pure C with the Intel C++ 14.0 compiler; a mixed C/C++ code.
I managed to fix numerous bug, but I don't know how to do with :
\..\ArchiMOD-V5.0.c(484): error : identifier "Pointe" is undefined
1> pointe=(pTPointe) malloc(sizeof(Pointe));
1> ^
1>
1>..\..\..\ArchiMOD-V5.0.c(705): error : identifier "Axe" is undefined
1> axe=(pTAxe) malloc(sizeof(Axe));
1> ^
1>
1>..\..\..\ArchiMOD-V5.0.c(1121): error : identifier "SysRac" is undefined
1> sR=(pTSysRac) malloc(sizeof(SysRac));
1> ^
Is there any option to tune ? I'm working with Visual Studio 2010.
If anyone could help.
thanks in advance for any answer.