home *** CD-ROM | disk | FTP | other *** search
/ PC Loisirs 18 / cd.iso / kit / mail / pmail.exe / forms / read.me < prev    next >
Encoding:
Text File  |  1995-02-06  |  1.8 KB  |  39 lines

  1. WinPMail 2.0 Extensions
  2.  
  3. This directory contains several sample extensions you can use with WinPMail
  4. version 2.0 and later. All the samples are provided both as executables and 
  5. with complete source code. Each extension's DLL and source code are located 
  6. in a matched subdirectory of this directory. This directory also contains 
  7. the header file necessary when writing extensions, and a document called 
  8. WPMFORMS.TXT which describes the development process.
  9.  
  10.  
  11. Using the sample binary extensions
  12.  
  13. Assuming you have used a default installation of WinPMail (namely you 
  14. have unpacked WINPMAIL.ZIP using the -d flag to PKUNZIP), the extensions 
  15. which ship with WinPMail v2.0 can be used simply by issuing the command:
  16.  
  17.      COPY *.FFF ..
  18.  
  19. This will copy the form definition files into the WinPMail base directory 
  20. where they will be found the next time you run WinPMail. The definition 
  21. files have been designed to be as general as possible and the only 
  22. modifications they require are optional default strings (see each file for 
  23. information about what can be defaulted).
  24.  
  25. Extensions are accessed in WinPMail by selecting "Extensions" from the file 
  26. menu. This will open the Extensions Manager with a list of the extensions 
  27. found at startup.
  28.  
  29.  
  30. Compiling the sample extensions
  31.  
  32. The extensions supplied with WinPMail 2.0 were written using Borland C++ 
  33. v3.1, although they can be compiled using later versions as well simply by 
  34. loading the .PRJ project file. They should compile without warnings or 
  35. errors provided you adjust the location of the file BWCC.LIB which appears 
  36. in the project list (the easiest way to adjust the location is to remove 
  37. the entry from the project and re-add it). They are reasonably well-
  38. commented and should serve as a practical basis for your own extensions.
  39.