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.

30 lines
1.1 KiB

  1. #include "rundll.h"
  2. IDI_DEFAULT ICON rundll.ico
  3. #include "rundll.rcv"
  4. STRINGTABLE PRELOAD MOVEABLE
  5. BEGIN
  6. IDS_UNKNOWNERROR, "An error has occurred"
  7. END
  8. //
  9. // We need this resources only for 16-bit code.
  10. //
  11. STRINGTABLE LOADONCALL DISCARDABLE
  12. BEGIN
  13. IDS_LOADERR+00, "There is not enough memory to run the file %s.\n\nPlease close other windows and try again."
  14. IDS_LOADERR+02, "The file %s or one of its components could not be opened."
  15. IDS_LOADERR+06, "The file %s or one of its components cannot run."
  16. IDS_LOADERR+10, "The file %s or one of its components requires a different version of Windows."
  17. IDS_LOADERR+15, "The file %s or one of its components cannot run in standard or enhanced mode Windows."
  18. IDS_LOADERR+16, "Another instance of the file %s is already running."
  19. IDS_LOADERR+17, "An exception occurred while trying to run ""%s""\n"
  20. END
  21. STRINGTABLE LOADONCALL DISCARDABLE
  22. BEGIN
  23. IDS_GETPROCADRERR, "Error in %s\nMissing entry:%s"
  24. IDS_CANTLOADDLL, "Error loading %s\n\n%s"
  25. END