Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 1.11 KB

README.md

File metadata and controls

38 lines (27 loc) · 1.11 KB

dos-calculator

A visual calculator written for MS-DOS. It controls mouse events and simulates 3d effects from scratch.

Prerequisites

You may have MS-DOS installed on bare metal or in VirtualBox. It doesn't work under Windows systems.

Setup Environment

Make

We assume the following folder structure:

C:\BORLANDC
C:\Calc.cpp
C:\GMOUSE.com
C:\GMOUSE.SYS

run GOUMSE.COM

run C:\BORLANDC\BIN\BC

Set Linker Libraries as below:

linker-libraries

Open Calc.cpp.

Run with CTRL+F9.

Sample Execution

sample-execution