home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comredis.cab / cl.exe / string.txt next >
Encoding:
Text File  |  2000-06-23  |  7.5 KB  |  130 lines

  1. 302    cl : Command line warning D%d : 
  2. 303    cl : Command line error D%d : 
  3. 305    usage: cl [ option... ] filename... [ /link linkoption... ]\n
  4. 306    Microsoft (R) 32-bit C/C++ Optimizing Compiler Version %s for 80x86\n
  5. 307    Copyright (C) Microsoft Corp 1984-2000. All rights reserved.\n\n
  6. 310    Compiler Passes:\n
  7. 311    Version
  8. 313    (press <return> to continue)
  9. 320    , 
  10. 321     or 
  11. 330    Skipping... (no relevant changes detected)\n
  12. 331    Compiling...\n
  13. 332    Processing...\n
  14. 333    Generating Code...\n
  15. 334    Microsoft (R) 32-bit C/C++ Optimizing Compiler Version %s for COM+\n
  16. 501                              C/C++ COMPILER OPTIONS\n
  17. 502    \n
  18. 503                                  -OPTIMIZATION-\n
  19. 504    \n
  20. 505    /O1 minimize space                       /Op[-] improve floating-pt consistency\n
  21. 506    /O2 maximize speed                       /Os favor code space\n
  22. 507    /Oa assume no aliasing                   /Ot favor code speed\n
  23. 508    /Ob<n> inline expansion (default n=0)    /Ow assume cross-function aliasing\n
  24. 509    /Od disable optimizations (default)      /Ox maximum opts. (/Ogityb1 /Gs)\n
  25. 510    /Og enable global optimization           /Oy[-] enable frame pointer omission\n
  26. 511    /Oi enable intrinsic functions\n
  27. 512    \n
  28. 513                                 -CODE GENERATION-\n
  29. 514    \n
  30. 515    /G3 optimize for 80386                   /Gh enable __penter function call\n
  31. 516    /G4 optimize for 80486                   /GH enable __pexit function call\n
  32. 517    /G5 optimize for Pentium                 /GR[-] enable C++ RTTI\n
  33. 518    /G6 optimize for PPro, P-II, P-III       /GT generate fiber-safe TLS accesses\n
  34. 519    /GB optimize for blended model (default) /GX[-] enable C++ EH (same as /EHsc)\n
  35. 520    /Gd __cdecl calling convention           /Gm[-] enable minimal rebuild\n
  36. 521    /Gr __fastcall calling convention        /GL enable link-time code generation\n
  37. 522    /Gz __stdcall calling convention         /EHs enable synchronous C++ EH\n
  38. 523    /GA optimize for Windows Application     /EHa enable asynchronous C++ EH\n
  39. 524    /GD optimize for Windows DLL             /EHc extern "C" defaults to nothrow\n
  40. 525    /Gf enable string pooling                /QIfdiv[-] enable Pentium FDIV fix\n
  41. 526    /GF enable read-only string pooling      /QI0f[-] enable Pentium 0x0f fix\n
  42. 527    /Gy separate functions for linker        /QIfist[-] use FIST instead of ftol()\n
  43. 528    /GZ Enable stack checks (/RTCs)          /RTC1 Enable fast checks (/RTCsu)\n
  44. 529    /Ge force stack checking for all funcs   /RTCs Stack Frame runtime checking\n
  45. 530    /Gs[num] control stack checking calls    /RTCu Uninitialized local usage checks\n
  46. 531    /com+[:arg1[,arg2]] compile COM+ managed code into an assembly.  Optional arguments include:\n
  47. 532        noAssembly - do not generate an assembly\n
  48. 533    \n
  49. 534                                  -OUTPUT FILES-\n
  50. 535    \n
  51. 536    /Fa[file] name assembly listing file     /Fo<file> name object file\n
  52. 537    /FA[sc] configure assembly listing       /Fp<file> name precompiled header file\n
  53. 538    /Fd[file] name .PDB file                 /Fr[file] name source browser file\n
  54. 539    /Fe<file> name executable file           /FR[file] name extended .SBR file\n
  55. 540    /Fm[file] name map file\n
  56. 541    \n
  57. 542                                  -PREPROCESSOR-\n
  58. 543    \n
  59. 544    /C don't strip comments                  /FI<file> name forced include file\n
  60. 545    /D<name>{=|#}<text> define macro         /U<name> remove predefined macro\n
  61. 546    /E preprocess to stdout                  /u remove all predefined macros\n
  62. 547    /EP preprocess to stdout, no #line       /I<dir> add to include search path\n
  63. 548    /P preprocess to file                    /X ignore "standard places"\n
  64. 549    /Fx merge injected code to file\n
  65. 550    \n
  66. 551                                    -LANGUAGE-\n
  67. 552    \n
  68. 553    /Zi enable debugging information         /Zl omit default library name in .OBJ\n
  69. 554    /ZI enable Edit and Continue debug info  /Zg generate function prototypes\n
  70. 555    /Z7 enable old-style debug info          /Zs syntax check only\n
  71. 556    /Zd line number debugging info only      /vd{0|1} disable/enable vtordisp\n
  72. 557    /Zp[n] pack structs on n-byte boundary   /vm<x> type of pointers to members\n
  73. 558    /Za disable extensions (implies /Op)     /noBool disable "bool" keyword\n
  74. 559    /Zc:forScope Standard C++ for scoping    /noHRESULT disable as intrinsic type\n
  75. 560    /Ze enable extensions (default)          /noWchar_t disable "wchar_t" keyword\n
  76. 561    \n
  77. 562                                  -MISCELLANEOUS-\n
  78. 563    \n
  79. 564    @<file> options response file            /wo<n> issue warning n once\n
  80. 565    /?, /help print this help message        /w<l><n> set warning level 1-4 for n\n
  81. 566    /c compile only, no link                 /W<n> set warning level (default n=1)\n
  82. 567    /H<num> max external name length         /Wall enable all warnings\n
  83. 568    /J default char type is unsigned         /Wp64 enable 64 bit porting warnings\n
  84. 569    /nologo suppress copyright message       /WX treat warnings as errors\n
  85. 570    /showIncludes show include file names    /WL enable one line diagnostics\n
  86. 571    /Tc<source file> compile file as .c      /Yc[file] create .PCH file\n
  87. 572    /Tp<source file> compile file as .cpp    /Yd put debug info in every .OBJ\n
  88. 573    /TC compile all files as .c              /Yl[sym] inject .PCH ref for debug lib\n
  89. 574    /TP compile all files as .cpp            /Yu[file] use .PCH file\n
  90. 575    /V<string> set version string            /YX[file] automatic .PCH\n
  91. 576    /w disable all warnings                  /Y- disable all PCH options\n
  92. 577    /wd<n> disable warning n                 /Zm<n> max memory alloc (% of default)\n
  93. 578    /we<n> treat warning n as an error\n
  94. 579    \n
  95. 580                                     -LINKING-\n
  96. 581    \n
  97. 582    /MD link with MSVCRT.LIB                 /MDd link with MSVCRTD.LIB debug lib\n
  98. 583    /ML link with LIBC.LIB                   /MLd link with LIBCD.LIB debug lib\n
  99. 584    /MT link with LIBCMT.LIB                 /MTd link with LIBCMTD.LIB debug lib\n
  100. 585    /LD Create .DLL                          /F<num> set stack size\n
  101. 586    /LDd Create .DLL debug library           /link [linker options and libraries]\n
  102. 587    <<<EOH>>>
  103. 2000    UNKNOWN COMMAND-LINE ERROR\n    Please choose the Technical Support command on the Visual C++\n    Help menu, or open the Technical Support help file for more information
  104. 2003    missing source filename
  105. 2004    '/%s' requires an argument
  106. 2016    '/%s%s' and '/%s%s' command-line options are incompatible
  107. 2018    cannot create linker response file
  108. 2021    invalid numeric argument '/%s%s'
  109. 2022    cannot open '%s'
  110. 2027    cannot execute '%s'
  111. 2029    cannot execute '%s' out of environment memory
  112. 2030    INTERNAL COMPILER ERROR in '%s'\n    Please choose the Technical Support command on the Visual C++\n    Help menu, or open the Technical Support help file for more information
  113. 2034    error reading '%s'
  114. 2035    response files nested too deeply
  115. 2036    '/%s%s' not allowed with multiple source files
  116. 2040    error creating or communicating with child process
  117. 2041    '%s': link-time code generation pdb must be differ from /Fd option
  118. 4000    UNKNOWN COMMAND-LINE WARNING\n    Please choose the Technical Support command on the Visual C++\n    Help menu, or open the Technical Support help file for more information
  119. 4002    ignoring unknown option '%s'
  120. 4007    '%s' requires '%s'; option ignored
  121. 4014    invalid value '%d' for '/%s'; assuming '%d'
  122. 4015    invalid assembly listing configuration '%s%s'
  123. 4021    no action performed
  124. 4024    unrecognized source file type '%s', object file assumed
  125. 4025    overriding '/%s%s' with '/%s%s'
  126. 4026    options apply to entire command line
  127. 4027    source file '%s' ignored
  128. 4028    minimal rebuild failure, reverting to normal build
  129. 4030    operation is incompatible with multiprocessing; ignoring /MP switch
  130.