Dec 282017
 
Text file describing how to interface Borland's BGI with JPI's Modula-2. This is from JPI's BBS. This documentation was left off the distribution disks.
File JPI-BGI.ZIP from The Programmer’s Corner in
Category Miscellaneous Language Source Code
Text file describing how to interface Borland’s BGI with JPI’s Modula-2. This is from JPI’s BBS. This documentation was left off the distribution disks.
File Name File Size Zip Size Zip Type
JPI-BGI.DOC 2048 422 deflated

Download File JPI-BGI.ZIP Here

Contents of the JPI-BGI.DOC file





Errata Docemuntation

*************** Programming Using BGI **********************

1. Project Files :

A. The BGI library graphics.lib must be imported.

e.g.

make DOS EXE
option +case +map +pack +check +vid
model Large
import %O%M_clib graphics
include %N initexe


N.B. Any memory model can be used.


B. GRAPHICS.PRJ must be present. To create GRAPHICS.PRJ use:

make Library
option +case -map +pack -vid +fixed
model Large

____________________________________________________________________________

2. Definition Files.

A. The Definition file GRAPHICS.DEF from the TopSpeed Multi-Language Support Diskette must be
used.
____________________________________________________________________________

3. Library Settings.

A. SS should NOT be equal to DS in models with far data pointers.





 December 28, 2017  Add comments

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)