home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / PRIMITIV / SPHR / COMSPHR.R < prev    next >
Encoding:
Text File  |  1997-07-11  |  655 b   |  34 lines

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: COMSphr.r 1.2 1997/04/09 01:17:53 damien Exp $ */
  3.  
  4. #ifndef __TYPES.R__
  5. #include "Types.r"
  6. #endif
  7.  
  8. #ifndef __XAPI.R__
  9. #include "XApi.r"
  10. #endif
  11.  
  12. include "COMSPHR.rsc";
  13.  
  14. resource 'COMP' (138) {
  15.     'prim',
  16.     'COsp',
  17.     "COM Sphere",
  18.     "COM Examples",
  19.     0x30103,
  20.     "3.1.3",
  21.     "TOOLKIT Example",
  22.     9
  23. };
  24.  
  25. data 'GUID' (138) {
  26.     $"AB40 E1C0 3A02 101C 885F 0402 1C00 7002"            /* ´@·¿:...à_....p. */
  27.     $"3F9C 3A80 895F 101C 8BFC F629 D50D 262B"            /* »N.@Ñx..㸈)’¬&+ */
  28. };
  29.  
  30. data 'Cmpp' (138) {
  31.     $"008A"                                               /* .à */
  32. };
  33.  
  34.