Recent content by xss20

  1. X

    Delphi 7 & ssh

    Indy + OpenSSL
  2. X

    [CASE] [CM] TortoiseSVN (Windows Client for SVN)

    Cannot find svn server. There is only VisualSVN. Can VisualSVN handle repositories created under later versions SVN ?
  3. X

    Delphi Builder

    Try EnumWindows: function EnumProcess(hHwnd: HWND; lParam : integer): boolean; stdcall; var pPid : DWORD; title, ClassName : string; begin //if the returned value in null the //callback has failed, so set to false and exit. if (hHwnd=NULL) then begin result := false; end...
Top