1. Win32lib vs EuwinGui
- Posted by sixs at ida.net
Jun 20, 2003
This is a multi-part message in MIME format.
------=_NextPart_000_0083_01C336AF.7028BAC0
charset="iso-8859-1"
I noticed that there are comments regarding Win32lib and EUwinGUI. Why =
are there two and is one or the other better?
Jvandal
------=_NextPart_000_0083_01C336AF.7028BAC0
charset="iso-8859-1"
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2800.1106" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I noticed that there are comments =
regarding=20
Win32lib and EUwinGUI. Why are there two and is one or the other=20
better?</FONT></DIV>
<DIV><FONT face=3DArial =
------=_NextPart_000_0083_01C336AF.7028BAC0--
2. Re: Win32lib vs EuwinGui
On Thu, 19 Jun 2003 22:09:22 -0600 (06/20/03 14:09:22)
, <sixs at ida.net> wrote:
>
> I noticed that there are comments regarding Win32lib and EUwinGUI. Why
> are there two and is one or the other better?
Neither is better or worse. They are just different approaches.
There are two (and there could be many more) because the libraries' purpose
and philosophy behind the approaches are different.
I can only really speak for win32lib. Its aim is to make windows coding
simpler than just using the MS supplied API. It tries to achieve this by
handling a lot of the housekeeping chores a programmer would otherwise have
to deal with. It tries for speed of development rather than speed of
execution. As such, it makes some compromises to help the coder do their
job faster.
Underneath the library, it is just a fancy interface to the Windows API.
You are quite free to mix API coding with win32lib coding. I've tried to
expose as much as possible to the application coder without compromising
its internal integrity.
Its not complete yet.
--
cheers,
Derek Parnell