.idrange 1000 1074 .version 617768 1000 "CPP2SDL" 1001 "Usage: cpp2sdl [options] C/C++ headerfiles ..." 1002 " Append SDL output to the file specified with the -output option." 1003 " Execute in C mode. No C++ is assumed in the input." 1004 "" 1005 " Send the specified optionstring to the preprocessor." 1006 " ... " 1007 " Accept the specified C/C++ dialects in the input headerfiles." 1008 " Supported dialects: ANSI (ANSI C/C++), BC (Borland C/C++), GCC (GNU C/C++)," 1009 " MSVC (Microsoft Visual C/C++), ALL (all supported C/C++ dialects)." 1010 "" 1011 " Set maximum number of errors to report before terminating the translation." 1012 " Generate SDL representations for fundamental C/C++ types." 1013 " Show help on usage." 1014 "" 1015 "" 1016 " Use the specified file as import specification." 1017 " Do not check that input headers can be read." 1018 " Do not translate depending declarations when using an import specification." 1019 " Do not generate external variables." 1020 " Only generate class pointer types when necessary." 1021 " Write SDL output to the specified file." 1022 " Run in PostMaster mode. The tool will respond to PostMaster requests." 1023 "" 1024 " Use the specified name prefixes in the generated SDL." 1025 " Use the specified preprocessor executable for preprocessing." 1026 " Include source references in the generated SDL." 1027 " Assume Run-Time Type Information, and support dynamic casting." 1028 " Recognize SDL sorts in input." 1029 " Support slicing of C++ objects." 1030 " Sort members alphabetically in SDL." 1031 " Use the specified name suffixes in the generated SDL." 1032 " Tell Code Generator to produce support functions for all generated SDL sorts." 1033 " Use the specified directory as target directory for generated header file." 1034 " Show version information." 1035 "Parse error in command line." 1036 "%1 errors and %2 warnings." 1037 "Unknown PostMaster request received by CPP2SDL!" 1038 "No import specification or input header specified." 1039 "Couldn't read file %1." 1040 "Couldn't generate an input file called %1" 1041 "Failed to preprocess %1 using %2" 1042 "Parsing C/C++ input..." 1043 "Syntax errors found. Cannot perform SDL translation." 1044 "Translating C/C++ to SDL..." 1045 "Generating SDL..." 1046 "Couldn't write to output file called %1" 1047 "Couldn't get a legal temporary filename for preprocessor argumentfile." 1048 "Couldn't open temporary preprocessor argumentfile called %1" 1049 "Couldn't get a legal temporary filename for preprocessor outputfile." 1050 "Cannot find the preprocessor called %1" 1051 "Preprocessor failed to create output file." 1052 "Could not initialize license. Reason: %1" 1053 "Could not get tool license. Reason: %1" 1054 "Could not give up license. Reason: %1" 1055 "Syntax error." 1056 "Static member variable '%1' will not be globally accessible since no SDL variables are allowed." 1057 "Static overloaded operator '%1' will not be globally accessible." 1058 "Cannot translate incomplete type declaration without declared objects. The declaration will be ignored." 1059 "Cannot translate overloaded operator, since it is declared in a namespace." 1060 "Cannot translate overloaded shift operator, since the '<' or '>' operator also is overloaded in this scope." 1061 "Cannot translate overloaded operator, since no corresponding SDL operator exists." 1062 "Unable to evaluate sizeof expression properly." 1063 "The member '%1::%2' of '%3' inherited via %4 is inaccessible and will not be translated." 1064 "Cannot translate function pointer type. It will be represented by ptr_void." 1065 "Cannot translate typedef of function type. The declaration will be ignored." 1066 "Cannot translate template declaration. The declaration will be ignored." 1067 "Cannot fully translate ellipsis function. Unspecified function arguments will be ignored." 1068 "The typedef name '%1' conflicts with the name of another non-compatible type. The declaration will be ignored." 1069 "The identifier '%1' is undeclared." 1070 "The type '%1' is undeclared, or is depending on an undeclared type." 1071 "The base '%1' is undeclared." 1072 "Illegal instantiation of template '%1'." 1073 "The identifier '%1' does not refer to a declared object. It will be ignored." 1074 "Cannot translate the identifier '%1', since it is a class member."