mr
17.08.2008, 15:01 |
Best library for new applications? (Developers) |
What is the most recommend DOS library for graphical user interfaces for new applications? I prefer
- modern C++ according the standard
- Free Software
- nice addition if more then gui function is supported (other abstraction layers such as for sound)
- nice addition if I could simply switch the compiler and change target to win32/64 (without NTVDM dependence), if this isn't to utopistic |
Laaca
Czech republic, 17.08.2008, 18:21
@ mr
|
Best library for new applications? |
Allegro and its GUI addons.
(DOS386 maybe will not agree with me (he says it has some bugs) but he is not right. It doesn't have any serious problems. Only some people wrong use it) --- DOS-u-akbar! |
FFK
17.08.2008, 20:57
@ Laaca
|
Best library for new applications? |
> Allegro and its GUI addons.
Yes if you are looking to be multi-platform allegro is a good choice.
BTW wxWidgets+MESA could be a second good choice, but i had never got the luck to test a DOS software developed with that. |
DOS386
20.08.2008, 08:04
@ mr
|
Best library for new applications? DUGL |
> What is the most recommend DOS library for graphical user
> interfaces for new applications?
DUGL.
> simply switch the compiler and change target to
> win32/64 (without NTVDM dependence)
Before or after ?
Laaca wrote:
> Allegro and its GUI addons.
> (DOS386 maybe will not agree with me (he says it has some bugs)
> but he is not right. It doesn't have any serious problems.
> Only some people wrong use it)
Nice to know. Please point me to some bugfree reference applications (the MOONO thingie doesn't count: no mouse, no VESA, too trivial). --- This is a LOGITECH mouse driver, but some software expect here
the following string:*** This is Copyright 1983 Microsoft *** |
Steve
US, 20.08.2008, 14:14
@ DOS386
|
Best library for new applications? DUGL |
> > Allegro and its GUI addons.
> > (DOS386 maybe will not agree with me (he says it has some bugs)
> > but he is not right. It doesn't have any serious problems.
> > Only some people wrong use it)
>
> Nice to know. Please point me to some bugfree reference applications..
Irrelevant and useless. Apps might have bugs for reasons other than bad libs, or might work well in spite of bugs in libs, or might not use buggy parts of libs.
If you think there are bugs, the burden is on you to point to them, not on others to prove non-existence. |
mr
20.08.2008, 19:06
@ Steve
|
Best library for new applications? DUGL |
> the burden is on you to point to them, not on
> others to prove non-existence.
Nice way of thinking. |
mr
20.08.2008, 19:07
@ DOS386
|
Best library for new applications? DUGL |
> > simply switch the compiler and change target to
> > win32/64 (without NTVDM dependence)
>
> Before or after ?
Before... After... Any time. Just like you can switch with Qt from Windows to Linux. |
Laaca
Czech republic, 20.08.2008, 20:29
@ DOS386
|
Best library for new applications? DUGL |
> Nice to know. Please point me to some bugfree reference applications (the
> MOONO thingie doesn't count: no mouse, no VESA, too trivial).
Vavoom for example. Or Happyland adventures. --- DOS-u-akbar! |
Laaca
Czech republic, 20.08.2008, 21:54
@ Laaca
|
Best library for new applications? DUGL |
...or Mik's port of Links - the text/graphical WWW browser |
Rugxulo
Usono, 20.08.2008, 22:09
@ DOS386
|
Best library for new applications? DUGL |
> Nice to know. Please point me to some bugfree reference applications (the
> MOONO thingie doesn't count: no mouse, no VESA, too trivial).
http://www.rainemu.com/ --- Know your limits.h |