home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD2.iso / features / devtools / files / borland_ccompiler55.exe / Examples / StdLib / rwstdmsg.rc < prev    next >
Encoding:
Text File  |  2000-06-27  |  149 b   |  9 lines

  1. #include "rwstdmsg.h"
  2.  
  3. STRINGTABLE 
  4. BEGIN
  5. _RW_MSG_HELLO "Hello"
  6. _RW_MSG_GOODBYE "Goodbye"
  7. _RW_MSG_TREES "Cedar, Hemlock, and Noble Fir" 
  8. END
  9.