Ver Mensaje Individual
  #2 (permalink)  
Antiguo 12/04/2007, 07:26
Avatar de DebMaster
DebMaster
 
Fecha de Ingreso: marzo-2007
Ubicación: La Habana,Cuba
Mensajes: 19
Antigüedad: 17 años, 9 meses
Puntos: 0
Re: ERROR AL COMPILAR en C++

Cita:
Iniciado por robergarmar Ver Mensaje
Ya he quitado el include de iostrem.h pero me da ahora un error que no entiendo nada! muchas gracias por la Ayuda!! El error es el siguiente:

--------------------Configuration: translator - Win32 Debug--------------------
Compiling...
myparser.cpp
.\myparser.y(7639) : error C2440: '=' : cannot convert from 'struct _iobuf *' to 'class std::basic_istream<char,struct std::char_traits<char> > *'
Types pointed to are unrelated; conversion requires reinterpret_cast, C-style cast or function-style cast
Error executing cl.exe.

translator.exe - 1 error(s), 0 warning(s)
El codigo hace referencia a un objeto(struct_iobuf *) que lo quieres igualar o darle el valor de otro (class std::basic_istream<char,struct std::char_traits<char> > *) que no son de la misma clase.
Saludos