home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / video / writeavi / writeavi.rc < prev    next >
Encoding:
Text File  |  1997-10-05  |  1.0 KB  |  29 lines

  1. /**************************************************************************
  2.  *
  3.  *  THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
  4.  *  KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  5.  *  IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR
  6.  *  PURPOSE.
  7.  *
  8.  *  Copyright (C) 1992 - 1997 Microsoft Corporation.  All Rights Reserved.
  9.  *
  10.  **************************************************************************/
  11.  
  12. #include <windows.h>
  13. #include "writeavi.h"
  14. #include "writeavi.rcv"
  15.  
  16. AppIcon ICON   writeavi.ico
  17.  
  18. STRINGTABLE DISCARDABLE
  19. BEGIN
  20.     IDS_APPNAME        "WriteAVI Sample App"
  21.     IDS_APPERR        "WriteAVI Error"
  22.     IDS_VFWTOOOLD    "Video for Windows version is too old"
  23.     IDS_INTRO        "This program writes some DIBs into a file called OUTPUT.AVI. \n\nWe apologize for the lack of a user interface."
  24.     IDS_FILENAME    "output.avi"
  25.     IDS_WRITEERR    "An error occurred trying to write the output file."
  26.     IDS_TEXTFORMAT    "This is frame #%d"
  27. END
  28.  
  29.