i found detailed instructions at https://sourceforge.net/projects/fltk-d ... for%20DOS/
nanox-dos-src-170911.zip
but they are not applied for fltk138
it has different configure file
so i have quit
FLTK for DOS
-
- Posts: 265
- Joined: Jul 15, 2021 7:23
- Location: Greece
- Contact:
Re: FLTK for DOS
Actually, version 1.3.8 is binary compatible with version 1.3.0, so the headers of FreeBasic should work for both versions.
The version used for DOS is indeed 1.3.0, I am not aware of more recent ones compiled for DOS.
The version used for DOS is indeed 1.3.0, I am not aware of more recent ones compiled for DOS.
Re: FLTK for DOS
For running the DOS port of FLTK you have to have set environment variable NANOSCR.
Before launhing the program try this DOS command:
SET NANOSCR=800 600 565
(width, height, RGB bits: 5-red, 6-green, 5-blue /16-bit videomode/)
Before launhing the program try this DOS command:
SET NANOSCR=800 600 565
(width, height, RGB bits: 5-red, 6-green, 5-blue /16-bit videomode/)
Re: FLTK for DOS
I have a question for the developers: since I have added the headers to the source code of FreeBasic, is there a way to add the libraries to the DOS distribution, to have it able to work out of the box?