home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / VOGLE.ZIP / README.OS2 < prev    next >
Text File  |  2000-02-11  |  2KB  |  36 lines

  1.  
  2.                                  VOGLE PM
  3.  
  4.                  VOGLE driver for OS/2 Presentation Manager
  5.  
  6.                      (C) Copyright Claudio Fahey, 1994
  7.                          claudio@uclink.berkeley.edu
  8.  
  9.  
  10.     To install this driver, make sure you have Borland C++ for OS/2 and run 
  11.     BuildOS2.CMD.  This will create the library SRC\VOGLEPM.LIB and then 
  12.     compile the example programs in EXAMPLES\OS2PM.  Due to a bug in Borland 
  13.     C++, H2V.EXE does not work correctly so the Hershey fonts are not created.  
  14.     Another compiler must be used to create H2V.EXE.  I have successfully used 
  15.     EMX/GCC to create H2V.EXE.  
  16.  
  17.     If you don't have Borland C++ for OS/2, then just about any compiler that 
  18.     can compile the main VOGLE code should be able to compile the PM driver.  
  19.     The makefiles, of course, will have to be modified.  NOTE:  If you 
  20.     successfully compile this using another compiler, please send me 
  21.     the makefile and diffs (if any) so that I can include them in future 
  22.     versions of this driver.  
  23.  
  24.     The final executable must contain the PM resources contained in 
  25.     VOGLEPM.RES which is created from VOGLEPM.RC, VOGLEPM.ICO and VOGLEPM.DLG.  
  26.     These files are in EXAMPLES\OS2PM.  
  27.  
  28.     The Postscript and HPGL drivers are included in the PM library.
  29.  
  30.     For features and limitations of this driver, see the source file in 
  31.     DRIVERS\IBMPC\VOGLEPM.C.  
  32.  
  33.     Feel free to send comments, bug reports, or suggestions to me.  I'll do
  34.     my best to incorporate them in future releases.
  35.  
  36.