Tema: Error en DLL
Ver Mensaje Individual
  #2  
Antiguo 30-07-2007
Avatar de cHackAll
[cHackAll] cHackAll is offline
Baneado?
 
Registrado: oct 2006
Posts: 2.159
Reputación: 20
cHackAll Va por buen camino
Bueno, le dí un vistazo rápido al código y me parece que hay dos posibles fallas, sin embargo me inclino a una de ellas… prueba el siguiente código y no dejes de contarnos como te va:

Código Delphi [-]
…
 
result := showModal = mrok;
if result then
 begin
  SetLength(Str, Length(Edit1.Text));
  Move(Edit1.Text[1], Str[1], Length(Str));
 end;

...
Responder Con Cita