Re: [Freedos-devel] fltkal a DOS fork of FLTK using Allegro and DJGPP

2018-02-07 Thread Rugxulo
Hi, On Wed, Feb 7, 2018 at 11:28 AM, Matej Horvat wrote: > On Wed, 07 Feb 2018 17:12:56 +0100, Rugxulo wrote: > >> BTW, what Allegro are you using? Stock 4.2.2? Raine dude's patched >> version? Other? > > How does this patched version differ from

Re: [Freedos-devel] fltkal a DOS fork of FLTK using Allegro and DJGPP

2018-02-07 Thread Rugxulo
Hi, On Wed, Feb 7, 2018 at 11:28 AM, Matej Horvat wrote: > > Georg's port has a couple of rough edges. It wastes power when idle (no INT > 28h calls) __dpmi_yield() would probably be best under DJGPP: http://www.delorie.com/djgpp/doc/libc/libc_279.html > and for

Re: [Freedos-devel] fltkal a DOS fork of FLTK using Allegro and DJGPP

2018-02-07 Thread Mark Olesen
Again, this is a fork of FLTK to native DOS. Georg's port emulates a window manager such as Windows or X11. It does not contain native FLTK drivers for DOS. On Wed, Feb 7, 2018 at 10:35 AM, Mateusz Viste wrote: > On Wed, 07 Feb 2018 18:28:12 +0100, Matej Horvat wrote: >

Re: [Freedos-devel] fltkal a DOS fork of FLTK using Allegro and DJGPP

2018-02-07 Thread Mark Olesen
I built the demo using stock allegro-4.2.3.1 from the following repo https://github.com/liballeg/allegro5/releases/download/v4-2-3-1/all4231.zip I have no idea what the differences are from 4.2.2 and 4.2.3. DJGPP provides a 4.2.2 and it may be worthwhile to try and build with it. On Wed, Feb 7,

Re: [Freedos-devel] fltkal a DOS fork of FLTK using Allegro and DJGPP

2018-02-07 Thread Mark Olesen
This is a native port of FLTK to DOS. It does not require microwindows/nano-x. The feature set is what FLTK provides, a simple GUI toolkit. On Wed, Feb 7, 2018 at 12:36 AM, Mateusz Viste wrote: > On Tue, 06 Feb 2018 23:54:32 -0700, Mark Olesen wrote: > > I am working on

Re: [Freedos-devel] fltkal a DOS fork of FLTK using Allegro and DJGPP

2018-02-07 Thread Mateusz Viste
On Wed, 07 Feb 2018 18:28:12 +0100, Matej Horvat wrote: > Georg's port has a couple of rough edges. It wastes power when idle (no > INT 28h calls) and for me it always crashed when opening file choice > dialogs (but not in NTVDM). Open Watcom support would be welcome as > well. On the other hand,

Re: [Freedos-devel] fltkal a DOS fork of FLTK using Allegro and DJGPP

2018-02-07 Thread Matej Horvat
On Wed, 07 Feb 2018 17:12:56 +0100, Rugxulo wrote: BTW, what Allegro are you using? Stock 4.2.2? Raine dude's patched version? Other? How does this patched version differ from the original, and why not use 4.2.3.1, which is the last (official, anyway) release for DOS?

Re: [Freedos-devel] fltkal a DOS fork of FLTK using Allegro and DJGPP

2018-02-07 Thread Matej Horvat
On Wed, 07 Feb 2018 08:36:00 +0100, Mateusz Viste wrote: On Tue, 06 Feb 2018 23:54:32 -0700, Mark Olesen wrote: I am working on a project forking FLTK to run on FreeDOS. The github page is: https://github.com/markjolesen/fltkal Georg did it a couple of years ago.

Re: [Freedos-devel] fltkal a DOS fork of FLTK using Allegro and DJGPP

2018-02-07 Thread Rugxulo
Hi, On Wed, Feb 7, 2018 at 12:54 AM, Mark Olesen wrote: > > I am working on a project forking FLTK to run on FreeDOS. > > It is a work in progress but is coming around nicely. Looks good! BTW, what Allegro are you using? Stock 4.2.2? Raine dude's patched version? Other?

Re: [Freedos-devel] fltkal a DOS fork of FLTK using Allegro and DJGPP

2018-02-06 Thread Mateusz Viste
On Tue, 06 Feb 2018 23:54:32 -0700, Mark Olesen wrote: > I am working on a project forking FLTK to run on FreeDOS. > > The github page is: > https://github.com/markjolesen/fltkal Georg did it a couple of years ago. https://sourceforge.net/projects/fltk-dos/ Will your port have some other

[Freedos-devel] fltkal a DOS fork of FLTK using Allegro and DJGPP

2018-02-06 Thread Mark Olesen
I am working on a project forking FLTK to run on FreeDOS. The github page is: https://github.com/markjolesen/fltkal A sample (lame) demo can be found here: https://youtu.be/FpA-R-ko_z4 It is a work in progress but is coming around nicely. Comments and suggestions are welcome.