File: MSDOS.help

package info (click to toggle)
jgraph 83-20
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 628 kB
  • ctags: 445
  • sloc: ansic: 4,728; makefile: 186; sh: 106; awk: 104
file content (11 lines) | stat: -rw-r--r-- 321 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
This from Alan S. Raskin:

You may be interested in knowing what it takes to get jgraph to compile
MS-DOS/MS-QuickC:

1) Ignore all of the "function should return a value" warnings.  :-)
2) Use the blank VMS templates for popen and pclose in token.c
3) Define float=double to avoid math-overflow run-time errors.

-Alan