Ver Mensaje Individual
  #2  
Antiguo 23-11-2008
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 20
cHackAll Va por buen camino
Código Delphi [-]
procedure GuardarConfiguracion(archivo: PChar); stdCall;
begin
  MessageBox(0, archivo, nil, 0); // para comprobar que la ruta esta bien...
  PuertoS.StoreSettings(stIniFile, strPas(Archivo)); //nombre y ruta de tipo String
end;
__________________
RTFM > STFW > Foro > Truco > Post > cHackAll > KeBugCheckEx
Responder Con Cita