home *** CD-ROM | disk | FTP | other *** search
/ Boot Disc 1 / boot-disc-1996-08.iso / content / boottop / wncod / readme.now < prev    next >
Text File  |  1995-12-30  |  7KB  |  148 lines

  1. ********************************************************************************
  2. ***          READ THIS ENTIRE FILE BEFORE USING WINCODE v2.7.0               ***
  3. ***                                                                          ***
  4. *** THE V2.3 HELP FILE IS THE MOST RECENT (FREE) REFERENCE FOR USING WINCODE ***
  5. ***     THE V2.6 W95B HELP FILE IS THE MOST RECENT REGISTERED VERSION        ***
  6. ***                                                                          ***
  7. ***     THE V2.7 SPECIFIC HELP FILE WILL BE AVAILABLE IN MARCH 1996          ***
  8. ***                                                                          ***
  9. ********************************************************************************
  10.  
  11. PLEASE SEE THE FOLLOWING FILES FOR MORE INFORMATION:
  12.  
  13. README.TXT
  14. HELPME.HLP
  15. VSDLINK.DAT
  16.  
  17.  
  18. What you *SHOULD* know:
  19. -----------------------
  20.  
  21. This is Wincode v2.7.0. Several new and improved features have been added. This
  22. version has not been *fully* tested under Win95 so your mileage may vary :-)
  23. In the future, we will provide native Win95/NT 32-bit versions. Keep an eye out
  24. for updated info. This can be easily obtained by sending a BLANK e-mail to:
  25.  
  26.    wincode@snappy.globalone.net
  27.  
  28. You will receive an auto-reply of the latest info on Wincode.
  29.  
  30. In preparation for the coming releases, we have created a new file archive
  31. naming system as follows:
  32.  
  33.    WCxxxyzz.ZIP
  34.  
  35. where
  36.    WC   =  Wincode  
  37.    xxx  =  the Wincode version number
  38.    y    =  R for official release or B for beta
  39.    zz   =  either 16 for 16-bit version (Win3.1x) or
  40.            32 for 32-bit version (Win95/NT)
  41.  
  42. For example, WC270R16.ZIP would be Wincode v2.7.0 for Win3.1x official release.
  43.  
  44. This version represents a complete port to Borland Delphi. The one drawback
  45. of the new version, however, is the increased file size. The Wincode package
  46. has almost doubled in size. This is due to the new Borland compiler and VCL.
  47. We are told that the 32-bit compiler *will* shrink this size by about 25% so
  48. look for smaller executables in the future. :-)
  49.  
  50. With the formation of the _Snappy_ Software internet site, users now have a
  51. place where they are guaranteed to be able to get the latest news and updates
  52. for _Snappy_ software. Please note that our server is ONLY online between
  53. midnight and noon Eastern Standard time 7 days a week. It is NOT a 24 hour
  54. server though we CAN receive e-mail round the clock. You may get a WARNING
  55. message but please know that your e-mail *will* be delivered. Note that the
  56. times listed here are maintained given that our internet provider is up and
  57. running and our server is not in use for development...
  58.  
  59. Please send any feedback to:
  60.  
  61.    feedback@snappy.globalone.net
  62.  
  63. Please send any bug reports to:
  64.  
  65.    bugs@snappy.globalone.net
  66.  
  67. We will be opening a phone line for support in early Feb 1996. Check out our
  68. HomePage for details.
  69.  
  70.  
  71.  
  72. NEW Feature/Options:
  73. --------------------
  74.  
  75. This is a brief list of new features/options:
  76.  
  77.  - YES, it now supports BINHEX ENCODING and DECODING! We have even included
  78.    an encode option that will allow you to add the correct MAC Finder info
  79.    (See the HELPME.HLP file 'A Simple Encode Example' Note for details). The
  80.    BINHEX algorithm supports RLE (Run Length Encoding) which can dramatically
  81.    reduce the size of the resulting encoded file (ZIPped files do not benefit
  82.    much, however).
  83.  
  84.  - The AUTO DETECT decoding option will now try to detect the code type of the
  85.    file. It tries to recognize BINHEX and BASE64 but will default to UU/XX/
  86.    User Defined code type. The detection algorithm is VERY simple and only
  87.    scans the first 16K of each input file.
  88.  
  89.  - If you have a Winsock setup, Wincode can now automatically handle e-mailing
  90.    and Posting of encoded documents. Just drag and drop :-) If you do NOT have
  91.    a Winsock or are not planning to use Wincodes e-mail/post features, then
  92.    you can delete the file WCESOCK.EXE to conserve disk space :-)
  93.  
  94.  - Now includes integrated Virus Scanning using a DOS based virus scanner.
  95.  
  96.  - Winsort now can filter out HTML conversion codes. This allows one to decode
  97.    files that were saved using a WWW browser. To see this effect, try using
  98.    one of the many Net Search engines to locate an encoded article from an
  99.    Internet Newsgroup. When you save this article (or retrieve it from the
  100.    cache), it will contain special HTML escape codes which corrupt the encoded
  101.    data. Winsort can now rescue these files.
  102.  
  103.  - The Hooking feature has been updated to fix two major incompatibilities.
  104.    First, it is now more "aware" of the types of Windows it can and cannot
  105.    hook. This resolves the issue with the Dropper application. Second, and
  106.    most importantly, the "grayed menu" bug has been fixed. There is a NEW
  107.    option, 'Double Hook Menu', in the Hook Tuning section. Enabled the double
  108.    hook and Wincode will dynamically monitor the applications menu and make
  109.    adjustments as needed. This works great for MDI applications (e.g. Free
  110.    Agent) which change the main menu when different windows are selected. If
  111.    the Wincode menu disappears, just click the menu and it will reappear!
  112.  
  113.  - The HELPME.TXT text file has been converted to a Windows HELP file. This
  114.    FREE Help will now start any time an unregistered user selets a Help
  115.    option within Wincode.
  116.  
  117.  - revamped interface to the latter Windows 3.11 "look" - yes, Win95 is 
  118.    here but we have updated Wincode to use the 3-D look. You will need
  119.    CTL3DV2.DLL to take advantage of this feature. This DLL is a part of
  120.    many newer Microsoft application distributions.
  121.  
  122.  - new Configuration dialog - tabbed notebook. Makes life much easier :-)
  123.  
  124.  - Use of Common Dialogs for file encode/decode. In fact, if you select 
  125.    'File|Encode' or 'File|Decode' you can also now change the CODE TYPE by 
  126.    double clicking the dialog TitleBar...
  127.  
  128.  - Improved speed. Code was ported to Borland Delphi (which explains the 
  129.    larger file size - sorry!) and there will be a TRUE Win95 32-bit version 
  130.    available when Borland releases Delphi32 (Delphi 2.0 is scheduled for
  131.    release on March 1, 1996).
  132.  
  133.  - Fixed Code bugs and the "disappearing Wincode" bug...
  134.  
  135.  - Improved the interactive Drag and Drop code to allow selection of different
  136.    Code Types for encoding vs decoding.
  137.  
  138.  - Added links to the Auto E-mail/Post engine.
  139.  
  140.  - Expanded the ButtonBar and menus to include a few other essential features.
  141.  
  142.  - Many internal updates and code enhancements that will come as a nice
  143.    surprise to hardcore Wincode users... :-)
  144.  
  145. --------------------------------------------------------------------------
  146.  
  147. [GHS 12/31/95]
  148.