home *** CD-ROM | disk | FTP | other *** search
- ##############################################################################
- # # # #
- # # NOTES FOR UPGRADES # #
- # # FROM VER 2.0 # #
- # # # #
- ##############################################################################
-
-
- The following functions have replacement C functions in the VER2FUNC.ZIP
- source archive. The functions DOT(), GRLINE(), FONTLD(), FONTUNLD(),
- FONTCHG2() and FONTINF2() may also use a define statement to redefine the
- old modules with the new names.
-
- #define grline eg_line
- #define dot eg_dot
- #define fontld font_load
- #define fontunld font_unload
- #define fontchg2 font_change
- #define fontinf2 font_info
-
- ##############################################################################
- # # # #
- # # Replacement # #
- # # Functions # #
- # # # #
- ##############################################################################
-
- Version 2.0 Name Version 3.0 Name
- ---------------- ----------------
-
- ARC, ARCQ, GRARCA, GRARC, HTARC EG_ARC
- TARC EG_TARC
- A_LINETO, R_LINETO, GRDMOVE, GRMOVE EG_LINETO
- CIRCLE, CIRCLEQ, GRCIRCA, GRCIRC EG_LINETO
- COPYPAGE GCOPYPAG
- DOT EG_DOT
- FONTLD FONT_LOAD
- FONTCHG2 FONT_CHANGE
- FONTINF2 FONT_INFO
- FONTULD FONT_UNLOAD
- GRLINE EG_LINE
- GRDOTB, GRDASH SET_LINE_STYLE
- GRBXFILL, GRBXCTC, GRBXCT, GRBXULC EG_RECTANGLE
- GRBXLL, GRBXLR, GRBXLRC, GRBXUL
- GRBXUR, GRBXURC, GRBXLLC, GRRTURC
- GRRTCTC, GRRTLL, GRRTLLC, GRRTLR
- GRRTLRC, GRRTUL, GRRTULC, GRRTUR
- GRRTCT, HTRECT
- ABS_POLY, REL_POLY, GRPOLY, GRSHAPE EG_POLYGON
- POLYFILL
- GRELIP, GRELIPQ, GRELIPA, GRELIPQA EG_ELLIPSE
- GRSHDN, GRSHDUP, GRSHLF, GRSHRT EG_SHADE
-
- The following functions have no replacement C functions in the VER2FUNC.ZIP
- source archive. However, you may look at the new version 3.0 function for
- other options.
-
- |-------------|------------------------|
- | File Name | Version 3.0 Function |
- |-------------|------------------------|
- | easyinit() |
- | arcptsh() |
- | arcpt() |
- | circlept() |
- | circptsh() |
- | fontinfo()......font_info() |
- | fontchg().......font_change() |
- | gactplot()......eg_graph() |
- | getmode().......eg_status() |
- | getworld()......eg_status() |
- | getview().......eg_status() |
- | glabel()........eg_graph() |
- | glabinit()......eg_graph() |
- | grdash()........set_line_style() |
- | grdotb()........set_line_style() |
- | gsetlab().......eg_graph() |
- | gsetmark()......eg_graph() |
- | hsalloc() |
- |--------------------------------------|
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-