Files
harbour-core/harbour/examples/ps32
Viktor Szakats 6842bba5c3 2012-02-28 16:04 UTC+0100 Viktor Szakats (harbour syenar.net)
* contrib/hbtip/client.prg
    ! typo

  * examples/ps32/ps32.hbc
  * examples/rddado/rddado.hbc
    + removed relative paths from .hbc references in examples area
2012-02-28 15:05:06 +00:00
..

/*
 * $Id$
 */

1.) Obtain PageScript32 installation and install it.
    (even the evaluation version will do)

2.) Copy these files from PageScript32 installation
    to this folder:
       PScript.ch
       TPSCRIPT.PRG

    You may also want to copy this file to 'tests' subdir:
       PSTest.prg

3.) Apply supplied patch to the source using GNU Patch:
    patch -lNi ps32.dif

4.) Build it:
    hbmk2 ps32.hbp

5.) You're done.

6.) Finally, to build an application with PageScript32, use:
    hbmk2 myapp.prg ps32.hbc

[vszakats]