Magnetic-Fox / LibraryTesting-WinAPI

Very simple testing program for test 16-bit DLL from another repo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Very simple testing program for test 16-bit DLL from another repo.


Languages

Language:C++ 100.0%