ptc native example
------------------

This example demonstrates native GDI access with PTC.

The program loads an image file, then write a text message over the image 
using GDI functions.

This example will only operate under Win32.

to compile the example use the batch files provided:

    eg. "wc11 native"    (compile with watcom c++ 11.0)
        "vc5x native"    (compile with visual c++ 5.x)

note: the batch files make a debug executable by default. you can gain
significant speed by building a release executable. for more information 
read the remarks in the batch files.