Download Latest Version qmcalc-2.8.2-linux64.src.tar.gz (6.5 MB)
Email in envelope

Get an email when there's a new version of qmcalc2

Home / Windows (x86 32bit)
Name Modified Size InfoDownloads / Week
Parent folder
SourceCode 2023-05-14
qmcalc-2.8.2-xp.bin.zip 2023-05-14 37.2 MB
Totals: 2 Items   37.2 MB 1
mcalc text mode calculator code compiled using: DJGPP Version 2
qmcalc graphical interface to calculator compiled using: Visual Studio .NET
DJGPP Compiler webpage: http://www.delorie.com/djgpp/

code text mode calculator mcalc was compiled using djgpp version 2
djgpp website: http://www.delorie.com/djgpp
code for GUI of calculator was compiled using Visual Studio .NET

To compile the source you will also need to install my C++ data structure
files (cppds-4.3.tar.gz) which you can get from:

http://www.cybernadian.net/software.html

To compile and install type ./Install
Modify the INSTALL_DIR variable in the Install script to suit your installation location preference.
Modify the BROWSER_DIR variable in the Install script to suit your web browser preference.

To remove and/or start a clean build type ./Remove
Modify the INSTALL_DIR variable in the Install script to where the Qmcalc application was last installed.

To run calculator using text data files type: mcalc -i <input file> -o <output file>
To run calculator in interactive text mode type: mcalc
To run calculator in interactive text console I/O mode type: mcalc -consoleio
To run calculator in GUI mode type: qmcalc

To access help type mcalc --help or type help on the interactive prompt after starting mcalc with no arguments.
Click help button on calculator panel in GUI mode.
Source: README, updated 2016-09-29