3 2
3 2
3 2
3 2
3 2
PCL-813 User's Manual
QuickBASIC 4.0 and 4.5
The
following
program
example
provides
you
with
the
appropriate
procedures
to
load
the
language
interface
for
QuickBASIC
4.0
or
4.5.
Example
1:
QB filename /L 813QB.QLB
Example 2:
QB /L 813QB.QLB
Microsoft C
The
following
examples
show
you
how
to
compile
and
link
the
interface
for
different
modes
using
Microsoft
C.
Small
Mode:
Compile :
cl
/AS
/c
file.c
Link
:
link
file+813CS.LIB;
Compact Mode:
Compile : cl /AC /c file.c
Link
: link file+813CC.LIB;
Medium Mode:
Compile : cl /AM /c file.c
Link
: link file+813CM.LIB;
Large Mode:
Compile : cl /AL /c file.c
Link
: link file+813CL.LIB;
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com