Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magnetic-fox/librarytesting-winapi
Very simple testing program for test 16-bit DLL from another repo.
https://github.com/magnetic-fox/librarytesting-winapi
80286 80386 80486 8086 cpp dll dll-test oldstyle openwatcom simple tutorial watcom win16 winapi
Last synced: 6 days ago
JSON representation
Very simple testing program for test 16-bit DLL from another repo.
- Host: GitHub
- URL: https://github.com/magnetic-fox/librarytesting-winapi
- Owner: Magnetic-Fox
- Created: 2024-03-20T17:59:36.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2024-03-20T19:07:14.000Z (8 months ago)
- Last Synced: 2024-03-20T21:32:28.982Z (8 months ago)
- Topics: 80286, 80386, 80486, 8086, cpp, dll, dll-test, oldstyle, openwatcom, simple, tutorial, watcom, win16, winapi
- Language: C++
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library Testing (16-bit)
This repository contains very simple code created for testing 16-bit library prepared before (see `TestLibrary-WinAPI` repository) and to learn how to use Open Watcom compiler to compile program which can dynamically use DLLs and resources included in them.
## 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.
In fact, this project is heavily tied to Watcom coding style, so I think there might be serious problems with compiling it outside such environment.## 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.
*Bartłomiej "Magnetic-Fox" Węgrzyn,
20th March 2024*