Introduction - If you have any usage issues, please Google them yourself
Vesa is standard C/C++ library thats provide all vesa (Video Electronic Standard Association) driver functions (BIOS). It is the interface thats provide this routines (i.e. video mode 1024x768 wint 24bit pixels). It is only Cpp source file and it can be linked to your programs by preprocessor directive#include "vesa.cpp". If you want you can create header file with functions prototypes. Library was written in old Borland C++ IDE. Archive also consists library graphx.cpp thats is the same as old Borland standard graph library for C++ and pascal. There is also library for BGI (Borland Graphics Interface) fonts vizualization with graphx library. (Author Jan Kacur e-mail: jan.kacur@tuke.sk alias JohnnyK)