home *** CD-ROM | disk | FTP | other *** search
- /*** WERROR.H ***/
-
- /* Written By P.A. McKenzie
- * The C Window Library
- * Copyright (C) 1990 All Rights Reserved
- */
- /******************** Window Error Codes*****************/
- #define NO_ERROR 0
-
- #define NO_HEAP_MEM -1
- #define BAD_DISPLAY_PAGE -2
- #define INVALID_VIDEO_MODE -3
- #define INVALID_ROWS -4
-
- #define BAD_WINDOW -100
- #define BAD_WINDOW_SIZE -101
- #define WINDOW_NOT_OPEN -102
- #define WINDOW_BOUND -103
- #define MAX_WINDOW -104
- #define WINDOW_INV_PARAM -105
- #define NO_INPUT_CHARS -106
-
- #define BAD_V_WINDOW -200
- #define END_V_WINDOW -201
- #define V_WINDOW_BOUND -202
- #define MAX_V_WINDOW -203
- #define NO_ATTRIB -204
-
- #define FILE_NO_EXIST -300
- #define FILE_CANT_CLOSE -301
- #define FILE_CANT_OPEN -302
-
-
- #define MENU_ENTRY_INVALID -400
-
-
- #define NUM_WINDOW_ERRORS 21
-
-
-