home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / bc45 / dllhello.pak / CALLDLL.RC < prev    next >
Text File  |  1997-07-23  |  565b  |  21 lines

  1. //----------------------------------------------------------------------------
  2. // ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. //----------------------------------------------------------------------------
  4. #include "calldll.h"
  5. #include <owl\owlapp.rc>         // default owl app icon
  6.  
  7. COMMANDS MENU
  8. BEGIN
  9.   MENUITEM "&Create", CM_CREATE
  10.   POPUP "&Resource"
  11.    BEGIN
  12.       MENUITEM "&String", CM_RSTRING
  13.       MENUITEM "&Cursor", CM_RCURSOR
  14.       MENUITEM "&Icon", CM_RICON
  15.       MENUITEM "&Bitmap", CM_RBITMAP
  16.    END
  17.  
  18. END
  19.  
  20.  
  21.