Thread overview
Graphical User Interface ( GUI )
Nov 07, 2001
Imran Haider
Nov 07, 2001
Roland
Nov 07, 2001
Walter
November 07, 2001
Do you know any source for GUI functions? I don't have any idea about programming GUI and i need some source code to guide me through


November 07, 2001
> Imran Haider a écrit :
>
> Do you know any source for GUI functions? I don't have any idea about programming GUI and i need some source code to guide me through

We have developped GUI functions for our software.
The problem is that they were developped for internal use and are not made to be distributed:
- Comments are in french,
- use a lot of home made functions so if i want to give you compilable sources i have to give you almost all our sources/libs,
even some that have nothing to do with graphics (home made Lists, string class, etc..were made before STL..)
- no user manual
- etc..

What i can give you:
- Vesa Bios extension specs,
- some raw sources to deal with Vesa video, but you will have a lot of work to understand and use them.

tell me if you want me to send you that.

Ciao

Roland


November 07, 2001
Michael Abrash wrote a book on it, "ZEN of Graphics Programming", which is pretty good.

"Imran Haider" <absolute1008@hotmail.com> wrote in message
news:9sa108$2i81$1@digitaldaemon.com...
Do you know any source for GUI functions? I don't have any idea about
programming GUI and i need some source code to guide me through