Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.9 KiB

  1. /************************************************************************
  2. intestr.cpp
  3. -- Intellio board configuration message
  4. History: Date Author Comment
  5. 8/14/00 Casper Wrote it.
  6. *************************************************************************/
  7. #include "stdafx.h"
  8. LPSTR Estr_MemFail = "Memory allocate failure !";
  9. LPSTR Estr_CodNotFound = "file not found !";
  10. LPSTR Estr_CodLength = "file length is worng !";
  11. LPSTR Estr_CodErr = "file data content error !";
  12. LPSTR Estr_IsaNotFound = " at base memory [%lX] not found !";
  13. LPSTR Estr_Download = " at base memory [%lX] download failure !";
  14. LPSTR Estr_CPUNotFound = " at base memory [%lX] CPU/Basic module not found !";
  15. LPSTR Estr_PortsMismatch = " at base memory [%lX] ports number mismatch !";
  16. LPSTR Estr_Absent = " at base memory [%lX] is absent or occupied by others !";
  17. LPSTR Estr_IrqFail = " at base memory [%lX] interrupt failure !";
  18. LPSTR Estr_PciIrqDup ="Interrupt number conflicts with another board, please re-configure your BIOS.";
  19. LPSTR Estr_CPUDownloadFail =" at base memory [%lX] CPU/Basic module download failure !";
  20. LPSTR Estr_ComNum = "Port %d(COM%d) Com number invalid !";
  21. LPSTR Estr_ComDup = "COM number conflicts between Port%d and Port%d !";
  22. LPSTR Estr_MemDup = "Memory bank conflict between board %d and board %d !";
  23. LPSTR Estr_BrdComDup = "COM number conflict between board %d and board %d !";
  24. LPSTR Estr_PortMax = "Selected COM ports have exceeded max port number !";
  25. LPSTR Estr_LoadPci = "Load mxpci.sys service fail !\nCan not get PCI informantion.\n";
  26. LPSTR Estr_IrqErr = "Selected ISA board IRQ conflict with PCI board IRQ !";
  27. LPSTR Estr_PortUsed = "This COM name is being used by another device (such as another com port or \
  28. modem). Using duplicate names can lead to inaccessible devices and \
  29. changed setting. Do you want to continue?";