1. Llama, Win32Lib, and the sort
------=_NextPart_000_0009_01BEE8E8.93560F20
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I realize that you're working hard on Llama, Win32Lib, and many other =
projects...But I was wondering, is the hard part w/Llama doing the =
actual emulating, or trying to get the DOS, Windows, Linux equivs of =
drawing a line, drawing a polygon, etc? Because if its the emulating, =
I'll be glad to do it, if it doesn't involve the nit-picky stuff (stuff =
like WndProc() and WinMain(), etc.) Let me know if I sound like I have =
no idea what I'm saying...I tend to do that.
Mike Hurley
------=_NextPart_000_0009_01BEE8E8.93560F20
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2314.1000" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>I realize that you're working hard on Llama, =
Win32Lib, and=20
many other projects...But I was wondering, is the hard part w/Llama =
doing the=20
actual emulating, or trying to get the DOS, Windows, Linux equivs of =
drawing a=20
line, drawing a polygon, etc? Because if its the emulating, I'll =
be glad=20
to do it, if it doesn't involve the nit-picky stuff (stuff like =
WndProc() and=20
WinMain(), etc.) Let me know if I sound like I have no idea what =
I'm=20
saying...I tend to do that.</FONT></DIV>
<DIV> </DIV>
------=_NextPart_000_0009_01BEE8E8.93560F20--
________________________________________________________
NetZero - We believe in a FREE Internet. Shouldn't you?
Get your FREE Internet Access and Email at
http://www.netzero.net/download/index.html
2. Re: Llama, Win32Lib, and the sort
Mike Hurley wondered:
> ... I was wondering, is the hard part w/Llama doing the actual
> emulating, or trying to get the DOS, Windows, Linux equivs of
> drawing a line, drawing a polygon, etc?
My biggest problem was the suspicion that I could code the library much more
cleanly. To test this out, I'm putting together a Win32Lib/Llama library
that attempts to wrap GTK. I hope to have something to show in a week or so.
There are a lot of parts of GTK that I haven't delved very deeply into, such
as reading event data structures, and working with the gdk (graphics
library).
Ironically, most of my GTK coding is done under Windows - I've grabbed some
Win32 DLLs from the Win32 port of GIMP, and it seems to run just fine.
I still plan on supporting emulated controls, and the DOS port can't do
without them. But my current focus is to get something useful working in
Linux, and at the moment GTK seems a much more direct route than emulated
controls working through XLib.
-- David Cuny