Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
The updtsrc File Converter
Calling Sequence
updtsrc
updtsrc infile
updtsrc infile outfile
updtsrc -h
updtsrc -l
updtsrcX
updtsrcX infile
updtsrcX infile outfile
updtsrcX-h
updtsrcX -l
Description
There are no incompatibilities between Maple releases after and including Maple 6. Therefore, an update source utility is not required for this release. For help porting code files from Maple releases prior to Maple 6, download the Update Source Program from http://www.maplesoft.com/support/downloads/updtsrc.aspx.
If called with no arguments, updtsrc reads from standard input, and writes to standard output. If called with one argument, it reads from the specified file and writes to standard output. If two arguments are specified, it reads from the first specified file and writes to the second. The two file names can be the same, in which case the update is done in-place.
Refer to updtsrc.txt for more information about how to use updtsrc on your specific platform.
The -h option displays a short usage message for updtsrc.
The -l option causes updtsrc to display a comprehensive list of all the things it looks for and changes or warns about.
The updtsrc utility makes two kinds of changes to the source being updated:
Things that can be updated with no user intervention and no danger of changing the semantics are actually modified. For such changes, a message is printed to the standard error output indicating that the change was made.
Things that may need to be updated, but that updtsrc cannot reliably determine that they need to be updated, or cannot reliably determine what change to make, simply generate a warning. The warning is displayed on the standard error output, and is also inserted into the output source in the form of a Maple comment beginning with "### WARNING". Such comments will generally describe the offending construct, and suggest which help page to look at for a description of the new or changed functionality.
The updtsrc utility does not work on Maple worksheets (.mws files).
See Also
Technical Support
Download Help Document