home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / samples / som / somd / cpp / event / eventsvr.rc < prev    next >
Encoding:
Text File  |  1996-01-28  |  1.8 KB  |  50 lines

  1. /*
  2.  *   COMPONENT_NAME: somx
  3.  *
  4.  *   ORIGINS: 27
  5.  *
  6.  *
  7.  *   10H9767, 10H9769  (C) COPYRIGHT International Business Machines Corp. 1992,1994
  8.  *   All Rights Reserved
  9.  *   Licensed Materials - Property of IBM
  10.  *   US Government Users Restricted Rights - Use, duplication or
  11.  *   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  12.  
  13. * DISCLAIMER OF WARRANTIES.
  14. * The following [enclosed] code is sample code created by IBM
  15. * Corporation. This sample code is not part of any standard or IBM
  16. * product and is provided to you solely for the purpose of assisting
  17. * you in the development of your applications.  The code is provided
  18. * "AS IS". IBM MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT
  19. * NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  20. * FOR A PARTICULAR PURPOSE, REGARDING THE FUNCTION OR PERFORMANCE OF
  21. * THIS CODE.  IBM shall not be liable for any damages arising out of
  22. * your use of the sample code, even if they have been advised of the
  23. * possibility of such damages.
  24. *
  25. * DISTRIBUTION.
  26. * This sample code can be freely distributed, copied, altered, and
  27. * incorporated into other software, provided that it bears the above
  28. * Copyright notice and DISCLAIMER intact.
  29. */
  30.  
  31. /* %Z% %I% %W% %G% %U% [%H% %T%] */
  32. /*
  33.  *  eventsvr.RC -- Resource file for eventsvr.c
  34.  */ 
  35. #include "eventsvr.h"
  36.  
  37. eventsvr ICON som.ico
  38.  
  39. STRINGTABLE
  40. BEGIN
  41. ImplDefAliasId  "find_impldef_by_alias failed, exception = %s"
  42. InvalidArgsId    "Invalid number of arguments"
  43. ImplreadyId     "impl_is_ready failed, exception = %s\n"
  44. InitializeId     "Initialization failed"
  45. FileCreateId     "Unable to create file %s, errno %d\n"
  46. LoopId         "execute_request_loop failed, exception = %s"
  47. StartThreadId    "could_not_start_thread\n"
  48. ErrorId        "Error"
  49. END
  50.