home *** CD-ROM | disk | FTP | other *** search
/ Chip Special: HTML & Java / Chip-Special_1997-01_HTML-a-Java.bin / javasdk / sdk-java.exe / SDKJava.cab / Samples / jexegen / stub / stub.rc < prev   
Encoding:
Text File  |  1996-10-10  |  3.2 KB  |  122 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include <winnt.h>
  11. /////////////////////////////////////////////////////////////////////////////
  12. #undef APSTUDIO_READONLY_SYMBOLS
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // English (U.S.) resources
  16.  
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22.  
  23. #ifdef APSTUDIO_INVOKED
  24. /////////////////////////////////////////////////////////////////////////////
  25. //
  26. // TEXTINCLUDE
  27. //
  28.  
  29. 1 TEXTINCLUDE DISCARDABLE 
  30. BEGIN
  31.     "resource.h\0"
  32. END
  33.  
  34. 2 TEXTINCLUDE DISCARDABLE 
  35. BEGIN
  36.     "#include <winnt.h>\0"
  37. END
  38.  
  39. 3 TEXTINCLUDE DISCARDABLE 
  40. BEGIN
  41.     "\0"
  42. END
  43.  
  44. #endif    // APSTUDIO_INVOKED
  45.  
  46.  
  47. #ifndef _MAC
  48. /////////////////////////////////////////////////////////////////////////////
  49. //
  50. // Version
  51. //
  52.  
  53. 1 VERSIONINFO
  54.  FILEVERSION    1,0,0,0
  55.  PRODUCTVERSION 1,0,0,0
  56.  FILEFLAGSMASK  0x3fL
  57. #ifdef _DEBUG
  58.  FILEFLAGS 0xbL
  59. #else
  60.  FILEFLAGS 0xaL
  61. #endif
  62.  FILEOS 0x10001L
  63.  FILETYPE 0x1L
  64.  FILESUBTYPE 0x0L
  65. BEGIN
  66.     BLOCK "StringFileInfo"
  67.     BEGIN
  68.         BLOCK "040904E4"
  69.         BEGIN
  70.             VALUE "CompanyName",      "\0"
  71.             VALUE "FileDescription",  "One Fine Stub\0"
  72.             VALUE "FileVersion",      "1.0.0.0\0"
  73.             VALUE "InternalName",     "\0"
  74.             VALUE "LegalCopyright",   "\0"
  75.             VALUE "OriginalFilename", "STUB.EXE\0"
  76.             VALUE "ProductName",      "\0"
  77.             VALUE "ProductVersion",   "1.0.0\0"
  78.         END
  79.     END
  80.     BLOCK "VarFileInfo"
  81.     BEGIN
  82.         VALUE "Translation", 0x409, 1252
  83.     END
  84. END
  85.  
  86. #endif    // !_MAC
  87.  
  88.  
  89. /////////////////////////////////////////////////////////////////////////////
  90. //
  91. // String Table
  92. //
  93.  
  94. STRINGTABLE DISCARDABLE 
  95. BEGIN
  96.     IDS_OUTOFMEMORY         "Out of memory"
  97.     IDS_SCODE               "SCODE 0x%lx: Error message unavailable."
  98.     IDS_ERROR               "\nERROR: "
  99.     IDS_COULDNOTINITOLE     "Could not initialize Ole"
  100.     IDS_JAVAVM              "Could not locate Java Virtual Machine"
  101.     IDS_CLASSLOADER         "Could not obtain Java class loader"
  102.     IDS_NOPATHGIVEN         "No path given for %s switch"
  103.     IDS_INVALIDSWITCH       "Invalid command line switch: %s"
  104.     IDS_INVALIDPARAMETER    "Invalid parameter assignment: %s"
  105.     IDS_NOCLASSGIVEN        "No class file given"
  106.     IDS_UNKNOWNERROR        "Unknown error!"
  107.     IDS_EXECUTINGCLASS      "Could not execute %s"
  108.     IDS_PRESSANYKEY         "\nPress any key to continue..."
  109. END
  110.  
  111. STRINGTABLE DISCARDABLE 
  112. BEGIN
  113.     IDS_MEMBERNOTFOUND      "Member not found.\r\n"
  114.     IDS_NOMAIN              "\t%s must have a method of the following form to be run using JView:\n\n\t\tpublic static void main(String args[])\n\n\tIf %s is an applet, you must run it using a browser."
  115.     IDS_NOJAVATHREAD        "Couldn't create thread."
  116.     IDS_VMCANTFINDRESOURCE  "VM Could not find class resource data."
  117. END
  118.  
  119. #endif
  120.  
  121.  
  122.