home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / reslib / procaddr / myeng.rc < prev    next >
Encoding:
Text File  |  1996-10-29  |  533 b   |  21 lines

  1. /************************************************************
  2. / Using Resources - Loading a Function Address
  3. /
  4. / Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  5. / Copyright (c) 1997 John Wiley & Sons, Inc. 
  6. / All Rights Reserved.
  7. ************************************************************/
  8. #include "mytext.h"
  9.  
  10. #ifdef IC_PM   /* OS/2 resources    */
  11. #include <os2.h>
  12. #else          /* Windows resources */
  13. #include <windows.h>
  14. #endif
  15.  
  16. STRINGTABLE PRELOAD
  17. BEGIN
  18.  MY_TEXT,     "Using resources is easy"
  19. END
  20.  
  21.