D-Link DSL-G684T Manual de usuario Pagina 107

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 118
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 106
107
INI.WriteString('Main','optpswd',Encrypt(edit21.Text));
end;
finally
INI.Free;
end;
wait(500);
refresh_advanced();
if application.MessageBox('Are you sure to save
changes? Please check advanced settings for errors before
coninue','?', MB_YESNO) = Id_Yes then
IdTelnet1.IOHandler.Writeln('save');
end;
2: ;
3: ;
4:
begin
if edit18.Text = edit19.Text then
begin
DLL := LoadLibrary('encryption.dll');
INI :=
TINIFile.Create(ExtractFilePath(Application.ExeName)+'setup.i
ni');
try
@Encrypt := GetProcAddress(DLL, 'Encrypt'); //
pointer to the procedure
if @Encrypt = nil then raise
Exception.Create('Can’t load encryption.dll library!');
INI.WriteString('Main','login',Encrypt(edit13.Text));
INI.WriteString('Main','password',Encrypt(edit18.Text));
finally
INI.Free;
FreeLibrary(DLL);
end;
Vista de pagina 106
1 2 ... 102 103 104 105 106 107 108 109 110 111 112 ... 117 118

Comentarios a estos manuales

Sin comentarios