Ver Mensaje Individual
  #1  
Antiguo 09-12-2016
joeyjr joeyjr is offline
Registrado
 
Registrado: mar 2008
Posts: 6
Reputación: 0
joeyjr Va por buen camino
Abrir fichero txt con c++builder y siempre EAccessViolation

Intento abrir un txt :
Código:
AnsiString aa="d:\\info.txt";
ShellExecute(this->Handle,PChar('open'), PChar(aa.c_str()),NULL, NULL,SW_SHOWNORMAL);
y siempre el mismo error KERNELBASE.DLL EAccessViolation.

¿Algun consejo?

Gracias.

SOLUICONADO, GRACIA.S

Última edición por Casimiro Notevi fecha: 09-12-2016 a las 12:03:38.
Responder Con Cita