home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / sdktools / windiff / gutils.rc < prev    next >
Text File  |  1997-10-05  |  926b  |  28 lines

  1.  
  2. //-----------------------------------------------------------------------------
  3. // This is a part of the Microsoft Source Code Samples. 
  4. // Copyright (C) 1993-1997 Microsoft Corporation.
  5. // All rights reserved. 
  6. //  
  7. // This source code is only intended as a supplement to 
  8. // Microsoft Development Tools and/or WinHelp documentation.
  9. // See these sources for detailed information regarding the 
  10. // Microsoft samples programs.
  11. //-----------------------------------------------------------------------------
  12.  
  13. #include <windows.h>
  14. #include "gutilsrc.h"
  15.  
  16. VertLine CURSOR vertline.cur
  17. HorzLine CURSOR horzline.cur
  18.  
  19. STRINGTABLE
  20. BEGIN
  21.     IDS_MEMORY_ALLOC_FAIL    "Memory allocation failed"
  22.     IDS_OUT_OF_MEMORY        "Out Of Memory"
  23.     IDS_PAGE_STR             "Page %d of %d pages"
  24.     IDS_LIST_ALLOC_NEGATIVE  "Problem in List code.\nList block allocation negative (%d)"
  25. END
  26.  
  27. #include "gutils.dlg"
  28.