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

  1. // Copyright (c)1995 Ray Dream, Inc. All Rights Reserved.
  2. /* $Id: COMTPot.r 1.2 1997/04/09 01:18:18 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 "COMTPOT.rsc";
  13.  
  14. resource 'COMP' (137) {
  15.     'prim',
  16.     'COtp',
  17.     "Teapot",
  18.     "COM Examples",
  19.     0x30103,
  20.     "3.1.3",
  21.     "TOOLKIT Example",
  22.     9
  23. };
  24.  
  25. data 'GUID' (137) {
  26.     $"AB40 E1C0 3A02 101C 885F 0402 1C00 7002"            /* ´@·¿:...à_....p. */
  27.     $"AE64 0B80 86F5 101C 8BFC F629 D50D 262B"            /* »N.@Ñx..㸈)’¬&+ */
  28. };
  29.  
  30. data 'Cmpp' (137) {
  31.     $"0089"                                               /* .à */
  32. };
  33.  
  34.