ERROR C2143
Publicado por Esteban Francesco (3 intervenciones) el 20/02/2003 12:07:32
Estoy haciendo un proyecto en Visual C++, y al momento de compilarlo saltan estos errores:
En la línea => void *getname (char *namefile) ;
sale => error C2143: syntax error : missing ')' before '*'
=> error C2143: syntax error : missing '{' before '*'
=> error C2059: syntax error : ')'
En la línea => unsigned char *name= getname () ;
sale => error C2143: syntax error : missing ';' before 'type'
No he podido encontrar la falla... ¿alguien puede ayudarme?...
muchas gracias!
En la línea => void *getname (char *namefile) ;
sale => error C2143: syntax error : missing ')' before '*'
=> error C2143: syntax error : missing '{' before '*'
=> error C2059: syntax error : ')'
En la línea => unsigned char *name= getname () ;
sale => error C2143: syntax error : missing ';' before 'type'
No he podido encontrar la falla... ¿alguien puede ayudarme?...
muchas gracias!
Valora esta pregunta


0