home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 3 Comm / 03-Comm.zip / zoc314.zip / DEVELOP.DOC next >
Text File  |  1997-08-29  |  2KB  |  36 lines

  1.  
  2.   ------------------------------------------------------------------------
  3.       DEVELOPER INFOMATION
  4.   ------------------------------------------------------------------------
  5.  
  6.     If you are a developer, there are several points for you to
  7.     hook in.  
  8.  
  9.     The most obvious area where a programmer could control ZOC is
  10.     the REXX programming language.  It is very powerful and allows
  11.     access to many areas of ZOC.  
  12.  
  13.     Windows Version only:  The REXX processor was licensed from Enterprise
  14.     Alternatives, Inc. and is available as a separate product.  If you 
  15.     want to use REXX for Windows scripting, please contact Enterprise
  16.     Alternatives for details (see order section of the ZOC help menu).
  17.  
  18.     If you want ZOC to act as a background communication server you
  19.     can use DDE.  DDE is described in the Online Help (Help->Contents->
  20.     Programming ZOC) and you can get a sample DDE client (C source
  21.     code) from EmTec's ftp server (see www.emtec.com). Via DDE you have 
  22.     access to all features that can be controlled by REXX. Based on 
  23.     ZOC DDE, it is rather easy to build Front-Ends for character based 
  24.     online databases, be it that they are accessed by modem, ISDN, 
  25.     Internet or LAN.
  26.  
  27.     Also, the most ambitious developers can under certain circumstances
  28.     get access to the specs that are used to implement emulations, I/O 
  29.     devices and file transfer protocols.
  30.  
  31.     Last but not least, if you have an existing phone book from another
  32.     comm program that is not supported by ZOCs import module, and if you 
  33.     like to program an import function in C, please contact EmTec for 
  34.     sample source code and other information.
  35.  
  36.