File: Warnings.h

package info (click to toggle)
scilab 4.0-12
  • links: PTS
  • area: non-free
  • in suites: etch, etch-m68k
  • size: 100,640 kB
  • ctags: 57,333
  • sloc: ansic: 377,889; fortran: 242,862; xml: 179,819; tcl: 42,062; sh: 10,593; ml: 9,441; makefile: 4,377; cpp: 1,354; java: 621; csh: 260; yacc: 247; perl: 130; lex: 126; asm: 72; lisp: 30
file content (39 lines) | stat: -rw-r--r-- 2,007 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/* Allan CORNET */
/* INRIA 2005 */
#ifndef _WARNINGSH_
#define _WARNINGSH_

#define MSG_WARNING1 "Running out of memory\r\n"
#define MSG_WARNING2 "WinExec of %s failed \r\n"
#define MSG_WARNING3 " Could not exec %s\r\n"
#define MSG_WARNING4 "\nDANGER: gets() used\n"
#define MSG_WARNING5 "Problem on line %d of %s\n"
#define MSG_WARNING6 "Menu is too deep at line %d of %s\n"
#define MSG_WARNING7 "Too many menu items at line %d of %s\n"
#define MSG_WARNING8 "Problem on line %d of %s\n"
#define MSG_WARNING9 "Out of space for storing menu macros\n at line %d of %s\n"
#define MSG_WARNING10 "Can't add a menu item in scilab main menu \r\n"
#define MSG_WARNING11 "Can't add a menu item in scilab graphic %d menu \r\n"
#define MSG_WARNING12 "Out of space for storing menu macros\n"
#define MSG_WARNING13 "Can't add a menu item \r\n"
#define MSG_WARNING14 "Out of space for storing menu macros\n"
#define MSG_WARNING15 "Cannot find environment variable TMPDIR\r\n"
#define MSG_WARNING16 "Insufficient Memory to Copy Clipboard"
#define MSG_WARNING17 "hdc for backing store failed \r\n"
#define MSG_WARNING18 "Allocating pixmap for backing store failed \r\n"
#define MSG_WARNING19 "Can't resize pixmap\r\n"
#define MSG_WARNING20 "Don't Find Scilab Process"
#define MSG_WARNING21 "Attention"
#define MSG_WARNING22 "Warning"
#define MSG_WARNING23 "Couldn't Execute a new Scilab"
#define MSG_WARNING24 "Couldn't Open Web Browser"
#define MSG_WARNING25 "Couldn't Open Email Client"
#define MSG_WARNING26 "Impossible d'ouvrir le fichier Licence.txt"
#define MSG_WARNING27 "Couldn't Open License.txt"
#define MSG_WARNING28 "\n Not in screen \n"
#define MSG_WARNING29 "\n Not in console mode \n"
#define MSG_WARNING30 "Scilab has performed a illegal operation\nand will be shutdown.\n Please save your work ..."
#define MSG_WARNING31 "  Only in Graphical Version.\n"
#define MSG_WARNING32 "Impossible d'ouvrir le fichier release_notes.txt"
#define MSG_WARNING33 "Couldn't Open release_notes.txt"
#endif /*_WARNINGSH_*/