+ Base64 Encode/Decode program ported on VMS.    Requirements
 ------------- :  This software requires either MMK or MMS for compilation.C         MMS is  Digital Equipment Corporation, All right reserved. 8         MMK is  MadGoat Software.  All Rights Reserved.     Platform --------  G  It has been tested on VAX OpenVMS 6.1, Alpha OpenVMS 6.2 and 7.2 using =  respectively VAXC V3.2-044, DECC V6.0-001 and DECC V6.2-003.   G  I  have  also  compiled and tested this package using GCC 2.8.0 on AXP G  but the  messaging  utility  was  behaving  chaotically  (i.e.   shows G  messages  but  not  related  to  what  is  declared in .MSG).  For the G  moment, we include a GCC hack and print  messages to std-error instead G  of  using  VMS  message facility __BUT__ If someone figures out how to F  get it to work properly with GCC, I'll be delighted to know about it.  H  *** GCC VAX UN-SUPPORTED due to rather poor support and implementation.F  You may try it and succeed (and I'd be glad to know about it) but forD  the moment, I've added a #error in the code so the compilation will  abort and warn you about it.      Compilation & Test ------------------   Compilation :  	$ @MAKE {DECC|VAXC|GCC}     Installation ------------   (1) Installing the EXEcutable   H  First,  copy  the  appropriate  MMENCODE.EXE*  into  your software pathG  directory (it can be SYS$COMMON:[SYSEXE]).   Let's  suppose  that  you .  copied it in dev:[dir].  Then, you can either  >  - Define a foreign symbol MMENCODE :== $dev:[dir]MMENCODE.EXE  OR H  - Be sure that the executable is somewhere in DCL$PATH (VMS 6.2 and up)  OR $  - Insert the following in DCLTABLES 	define verb MMENCODE  		image dev:[dir]MMENCODE.EXE  		cliflags(foreign)      (2) Installing the Help   G  Remember to also install the help file where it should be, for example > 	$ LIBRARY/REPLACE SYS$COMMON:[SYSHLP]HELPLIB.HLB MMENCODE.HLP 	 G  Personally,  I  have  a  different help library (named VMSAPPS.HLB) in G  which I insert all freeware help.  In any cases, if you don't want to,   help is available on-line at   9 	http://nucwww.chem.sunysb.edu/helplib/@hvmsapps/MMENCODE          Author ------  Nathaniel S. Borenstein2  J.Lauret has added minor changes for VMS support.  