fork download
  1. // Microsoft Visual C++ 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 "winres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (United States) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20.  
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // Icon
  24. //
  25.  
  26. // Icon with lowest ID value placed first to ensure application icon
  27. // remains consistent on all systems.
  28. ICON_GWINDOW ICON "Resouce Files\\Images\\Super-Mario-Retro-Mushroom.ico"
  29.  
  30.  
  31. /////////////////////////////////////////////////////////////////////////////
  32. //
  33. // PNG
  34. //
  35.  
  36. IDB_MARIO PNG "Resouce Files\\Images\\Mario.png"
  37.  
  38. IDB_ENEMIES PNG "Resouce Files\\Images\\Enemies.png"
  39.  
  40. IDB_BACKGROUND PNG "Resouce Files\\Images\\Backgrounds.png"
  41.  
  42. IDB_SAMPLE PNG "Resouce Files\\Images\\Sample.png"
  43.  
  44. #endif // English (United States) resources
  45. /////////////////////////////////////////////////////////////////////////////
  46.  
  47.  
  48. /////////////////////////////////////////////////////////////////////////////
  49. // English (United Kingdom) resources
  50.  
  51. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
  52. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
  53.  
  54. #ifdef APSTUDIO_INVOKED
  55. /////////////////////////////////////////////////////////////////////////////
  56. //
  57. // TEXTINCLUDE
  58. //
  59.  
  60. 1 TEXTINCLUDE
  61. BEGIN
  62. "resource.h\0"
  63. END
  64.  
  65. 2 TEXTINCLUDE
  66. BEGIN
  67. "#include ""winres.h""\r\n"
  68. "\0"
  69. END
  70.  
  71. 3 TEXTINCLUDE
  72. BEGIN
  73. "\r\n"
  74. "\0"
  75. END
  76.  
  77. #endif // APSTUDIO_INVOKED
  78.  
  79. #endif // English (United Kingdom) resources
  80. /////////////////////////////////////////////////////////////////////////////
  81.  
  82.  
  83.  
  84. #ifndef APSTUDIO_INVOKED
  85. /////////////////////////////////////////////////////////////////////////////
  86. //
  87. // Generated from the TEXTINCLUDE 3 resource.
  88. //
  89.  
  90.  
  91. /////////////////////////////////////////////////////////////////////////////
  92. #endif // not APSTUDIO_INVOKED
  93.  
  94.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:3:22: fatal error: resource.h: No such file or directory
compilation terminated.
stdout
Standard output is empty