home *** CD-ROM | disk | FTP | other *** search
- /*******************************************************************************
- File: Tools.h
- Description: Zip Manager sample application using The Xceed Zip Compression
- Library 4
- Copyright (c) 1995-1999 Xceed Software Inc.
- *******************************************************************************/
-
- #ifndef ToolsH
- #define ToolsH
-
- //
- // Prototypes
- //
- void ParseTab(AnsiString Str, int &FieldIndex, AnsiString &ReturnValue);
- void AssignFromLb(TListBox *SourceLb, TXceedZip *pZip);
- int HandleError(xcdError ErrorCode, AnsiString DoingWhat, TXceedZip *pZip);
- bool SelectDirectory(char * pszDir, HWND hParent);
-
- #endif
-
-