https://github.com/magnetic-fox/painttest-winapi
Very simple WinAPI project (experiments with painting)
https://github.com/magnetic-fox/painttest-winapi
16-bit beginning drawing experiments hdc openwatcom painting simple watcom winapi winapi-16
Last synced: over 1 year ago
JSON representation
Very simple WinAPI project (experiments with painting)
- Host: GitHub
- URL: https://github.com/magnetic-fox/painttest-winapi
- Owner: Magnetic-Fox
- Created: 2024-12-12T20:15:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-19T18:53:49.000Z (over 1 year ago)
- Last Synced: 2025-02-09T23:32:58.489Z (over 1 year ago)
- Topics: 16-bit, beginning, drawing, experiments, hdc, openwatcom, painting, simple, watcom, winapi, winapi-16
- Language: C++
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Very simple painting experiments (16-bit WinAPI)
This repository contain very simple OpenWatcom project created just to experiment with drawing on Windows using pure 16-bit WinAPI.
It's really nothing very special. ;)
## Important note
**This repository contains very simple experiments only!** If You like to see something more advanced (at least a bit), take a look at my much bigger project called [SimpleNoter](https://github.com/Magnetic-Fox/SimpleNoter). I think it's much more representative. ;)
## What to use to compile this code?
The code provided here was made to compile using Open Watcom IDE, which is quite good for modern MS-DOS/WfW3.11 development.
It's possible that it would compile using old Microsoft compilers, but I haven't tested it. It's best to use Watcom for it.
## Disclaimer
I've made much effort to provide here working and checked codes with hope it will be useful.
**However, these codes are provided here "AS IS", with absolutely no warranty! I take no responsibility for using them - DO IT ON YOUR OWN RISK!**
*Bartłomiej "Magnetic-Fox" Węgrzyn,
12th December, 2024*