Quantcast
Channel: Intel® C++ Compiler
Viewing all articles
Browse latest Browse all 1616

Problem with cast Malloc ?? in pure C with 14.0 Intel C ++

$
0
0

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.


Viewing all articles
Browse latest Browse all 1616

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>