.idrange 1000 1053 .version 454258 1000 "H2SDL" 1001 "H2SDL version %1 running!" 1002 "usage: %1 [options] headerfile" 1003 "-C , path to the preprocessor to use (default cpp)" 1004 "-C , path to the preprocessor to use (default cl)" 1005 "-O " 1006 "-a append to output file (specified by infile name or -s option)" 1007 "-c assume C header file" 1008 "-C++ assume C++ header file" 1009 "-e translate enums to syntypes of integer" 1010 "-h print help message" 1011 "-l omit path in filename for #C directive" 1012 "-n , set package name" 1013 "-p no package wrapping of SDL output" 1014 "-post serve requests from post master, no more arguments accepted" 1015 "-r include references to C/C++ file in output files" 1016 "-s , set SDL-PR output file (default _SDL.pr)" 1017 "-v | -version print version info" 1018 "-w pedantic warnings on" 1019 "headerfile is a C or C++ header file" 1020 "SDTH2SDL No file to process" 1021 "SDTH2SDL Cannot open input file" 1022 "SDTH2SDL Cannot create output file" 1023 "SDTH2SDL Couldn't preprocess file" 1024 "No warnings, no errors" 1025 "Warnings, no errors - check organizer log" 1026 "No warnings, errors - check organizer log" 1027 "Warnings and errors - check organizer log" 1028 "Unknown request sent to H2SDL!" 1029 "%1: Error! Option -C without command string. Aborting." 1030 "%1: Error! Option -O without string. Aborting." 1031 "%1: Error! Option -s without filename. Aborting." 1032 "%1: Error! Illegal option: %2" 1033 "%1: No file to process" 1034 "%1: Cannot open input file: %2" 1035 "%1: Cannot open temporary SDL-PR file: %2 for output" 1036 "%1: Cannot open temporary heading file: %2 for output" 1037 "%1: Could not create argument file for preprocessor." 1038 "%1: Error while running: %2 Cannot find this preprocessor." 1039 "%1: No result file from preprocessing %2 while executing: %3" 1040 "%1: Empty result file from preprocessing %2 while executing: %3" 1041 "%1: Could not write to result file %2" 1042 "ERROR 3000 Syntax error in declaration" 1043 "ERROR 3101 Typedef functions not supported" 1044 "ERROR 3102 Symbol redefined: %1" 1045 "ERROR 3107 Typedef name redefined: %1" 1046 "ERROR 3108 Typedef declaration with only one identifier" 1047 "ERROR 3109 Declaration with keyword struct/union missing" 1048 "ERROR 3110 Kernighan & Ritchie function declarations not supported" 1049 "WARNING 3103 Operator sizeof does not know size of this type" 1050 "WARNING 3104 Operator sizeof cannot calculate size of this expression" 1051 "WARNING 3113 Function pointer will be replaced by VoidStar" 1052 "WARNING 3114 Symbol %1 is not legal in SDL namespace. Will be named: %2" 1053 "WARNING 3115 Possibly illegal redeclaration of identifier: %1. Declaration ignored."