Ver Mensaje Individual
  #4  
Antiguo 26-10-2008
11_8_88 11_8_88 is offline
Miembro
 
Registrado: may 2008
Posts: 25
Reputación: 0
11_8_88 Va por buen camino
Muchas gracias por contestar, os paso el trozo de código, y os comento q no
me escribe toda la información, me escribe la de realx[0] y una parte de realx[1] y de momento no doy con el error.

TFileStream* rotar = new TFileStream ("hola.txt", fmCreate);

AnsiString coordenada_x;

coordenada_x = (AnsiString)realx[0] + " " + (AnsiString)realx[1] + " " + (AnsiString)realx[2];

rotar->Write(coordenada_x.data(),sizeof(coordenada_x));

delete rotar;
Responder Con Cita