3 4
3 4
3 4
3 4
3 4
PCL-813 User's Manual
Microsoft PASCAL
The
following
examples
show
you
how
to
compile
and
link
the
language
interface
using
Microsoft
PASCAL.
Example:
Compile
:
pas1
demoxx
pas2
Link
:
link
demoxx,,,pascal;
Turbo PASCAL
The
following
examples
show
you
how
to
compile
and
link
the
language
interface
using
Turbo
PASCAL
by
adding
certain
statements
to
your
program.
Example
1:
rogram main;
uses Crt;
{$F+}
{$L 813tpf} { use as far call }
Example 2:
rogram main;
uses Crt;
{$F-}
{$L 813tpn} { use as near call }
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com