home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / PROGRAM / ODOORS34.ZIP / README.!!! < prev   
Text File  |  1992-05-07  |  2KB  |  42 lines

  1.  
  2.  
  3.  
  4.               ╔═══════════════════════════════════════════════════╗
  5.               ║  ┌──┐ ┬──┐ ┬──┐ ┌─┐ ┬ ─┬──┐ ┌──┐ ┌──┐ ┬──┐ ┌──┐   ║
  6.               ║  │  │ ├──┘ ├─   │ │ │  │  │ │  │ │  │ ├─┬┘ └──┐   ║
  7.               ║  └──┘ ┴    ┴──┘ ┴ └─┘ ─┴──┘ └──┘ └──┘ ┴ ┴─ └──┘   ║
  8.               ║                                                   ║
  9.               ╚═══════════════════Version 3.40════════════════════╝
  10.  
  11.               (C) Copyright 1992, Brian Pirie. All Rights Reserved.
  12.  
  13.                       ■  OFFICIAL DISTRIBUTION ARCHIVE  ■
  14.  
  15.            Direct questions, comments and suggestions to Brian Pirie,
  16.                     The World At Your Fingertips ■ 1:243/8.1
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26. ┌─ IMPORTANT NOTE FOR CURRENT REGISTERED USERS OF OPENDOORS ─┐
  27. └────────────────────────────────────────────────────────────┘
  28.  
  29. Due to a minor change in the structuring of this version of OpenDoors,
  30. currently registered users will have to make one minor change to any of
  31. their programs prior to compiling them under the new version. As of
  32. version 2.20, the OpenDoors registration key is no longer stored in the
  33. od_control structure, but instead in a stand-alone variable. Therefore,
  34. at the beginning of any programs you write under OpenDoors, these lines
  35. should appear:
  36.  
  37.     strcpy(od_registered_to,"John Q. Public");     // Place your name here
  38.     od_registration_key=0000000000000000;          // Place your registration
  39.                                                    //  number here
  40.     strcpy(od_program_name,"John's Door 1.00");    // Place the name of your
  41.                                                    //  program here
  42.