Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magnetic-fox/winapi-tests
Simple tests, experiments and discoveries with 16-bit WinAPI. Let's say it's sort of a warm-up. :)
https://github.com/magnetic-fox/winapi-tests
16-bit 80286 80386 80486 8086 c cpp discovering experiments openwatcom resources simple tests warmup watcom win16 win16-api winapi winapi-16 windows-3-x
Last synced: 6 days ago
JSON representation
Simple tests, experiments and discoveries with 16-bit WinAPI. Let's say it's sort of a warm-up. :)
- Host: GitHub
- URL: https://github.com/magnetic-fox/winapi-tests
- Owner: Magnetic-Fox
- Created: 2023-09-10T02:34:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-27T18:49:54.000Z (3 months ago)
- Last Synced: 2024-08-27T20:49:17.603Z (3 months ago)
- Topics: 16-bit, 80286, 80386, 80486, 8086, c, cpp, discovering, experiments, openwatcom, resources, simple, tests, warmup, watcom, win16, win16-api, winapi, winapi-16, windows-3-x
- Language: C++
- Homepage:
- Size: 127 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WinAPI Tests
This repository contains my first real experiments with programing whole program using 16-bit Windows API.
## What is included in this repo?
Simple C++ project, being experiment with 16-bit Windows API made to understand how to create simple Windows applications without any Rapid Application Development IDEs such as Delphi, Lazarus or Visual Studio.
And 16-bit, because I always wanted to create some programs for Windows 3.11 without Delphi 1 (so in different language than Pascal). ;-)## 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!**## License
Codes provided here are free for personal use.
If you like to use any part of these codes in your software, just please give me some simple credits and it will be okay. ;)
In case you would like to make paid software and use parts of these codes - please, contact me before.*Bartłomiej "Magnetic-Fox" Węgrzyn,
4th November, 2023*