home *** CD-ROM | disk | FTP | other *** search
- /*
- * COMPONENT_NAME: somx
- *
- * ORIGINS: 27
- *
- *
- * 10H9767, 10H9769 (C) COPYRIGHT International Business Machines Corp. 1992,1994
- * All Rights Reserved
- * Licensed Materials - Property of IBM
- * US Government Users Restricted Rights - Use, duplication or
- * disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- **************************************************************************
- * DISCLAIMER OF WARRANTIES.
- * The following [enclosed] code is sample code created by IBM
- * Corporation. This sample code is not part of any standard or IBM
- * product and is provided to you solely for the purpose of assisting
- * you in the development of your applications. The code is provided
- * "AS IS". IBM MAKES NO WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT
- * NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
- * FOR A PARTICULAR PURPOSE, REGARDING THE FUNCTION OR PERFORMANCE OF
- * THIS CODE. IBM shall not be liable for any damages arising out of
- * your use of the sample code, even if they have been advised of the
- * possibility of such damages.
- *
- * DISTRIBUTION.
- * This sample code can be freely distributed, copied, altered, and
- * incorporated into other software, provided that it bears the above
- * Copyright notice and DISCLAIMER intact.
- *************************************************************************
- */
-
- /* %Z% %I% %W% %G% %U% [%H% %T%] */
-
- /*
- * TESTSVR.RC -- Resource file for testsvr.cpp
- */
-
- #include <windows.h>
- #include "testsvr.h"
- #include "animal.h"
-
- Testsvr ICON som.ico
-
- STRINGTABLE
- BEGIN
- FindImpldefFailId "find_impldef failed, exception = %s"
- FindImpldefaliasFailId "find_impldef_by_alias failed, exception = %s"
- InvalidArgumentId "Invalid arguments"
- InvalidNumArgsId "Invalid number of arguments"
- ImplReadyFailId "impl_is_ready failed, exception = %s\n"
- NoThreadId "could_not_start_thread\n"
- LoopFailId "execute_request_loop failed, exception = %s"
- IamId "\nI am a %s.\n"
- PoohId "Pooh"
- SnoopyId "Snoopy"
- LassieId "Lassie"
- TitleId "Distributed Animal Sample"
- PressButtonId "PRESS A BUTTON TO SEE ABOUT AN ANIMAL"
- WinniePoohId "Winnie the Pooh"
- StorybookBearId "Storybook Bear"
- HoneyId "honey"
- AustinId "Austin"
- TexasId "TX"
- CartoonBeagleId "Cartoon Beagle"
- CookiesId "cookies"
- DublinId "Dublin"
- OhioId "OH"
- DancingId "dancing"
- TVCollieId "TV Collie"
- SteakId "steak"
- HollywoodId "Hollywood"
- CaliforniaId "CA"
- SavingLivesId "saving lives"
- MynameId "My name is %s.\n"
- ILikeToEatId "I like to eat %s.\n"
- ILiveInId "I live in %s, %s.\n"
- IWeighStrId "I weigh %s pounds.\n"
- IWeighFloatId "I weigh %.2f pounds.\n"
- MyTrickId "My good old trick is %s.\n"
- UnknownNoiseId "unknown noise"
- UnknownTrickId "unknown trick"
- END
-