home *** CD-ROM | disk | FTP | other *** search
- % create a stand alone MathViews executable
-
- _loadlib math_org % load the original precompiled MathViews MLB
- _compile mvrun % compile your own code (turn off debugger)
- _savelib % create the new mathview.MLB file
- _bind % create MATHVRT.EXE
- % (_bind requires mathview.rtm in the current dir)
-
-