1. memory management in win32lib
------=_NextPart_000_0041_01C034E4.193893E0
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi,
is anyone using the memory mananement routines in win32lib? Thats =
allocate_string(), free_strings() etc... I've created two new routines =
to replace them 'cos I need to make them re-enterant but I don't know if =
I should remove the old ones or not?
------
Derek Parnell
Melbourne, Australia
(Vote [1] The Cheshire Cat for Internet Mascot)
------=_NextPart_000_0041_01C034E4.193893E0
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!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 5.50.4207.2601" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>is anyone using the memory mananement =
routines in=20
win32lib? Thats allocate_string(), free_strings() etc... I've created =
two new=20
routines to replace them 'cos I need to make them re-enterant but I =
don't know=20
if I should remove the old ones or not?</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>------<BR>Derek Parnell<BR>Melbourne,=20
Australia<BR>(Vote [1] The Cheshire Cat for Internet=20
------=_NextPart_000_0041_01C034E4.193893E0--
2. Re: memory management in win32lib
I've used them in lots of places in my structure code within win32lib
itself. I presume you're planning on updating those instances.
Matt Lewis
-----Original Message-----
From: Derek Parnell
Hi,
is anyone using the memory mananement routines in win32lib? Thats
allocate_string(), free_strings() etc... I've created two new routines to
replace them 'cos I need to make them re-enterant but I don't know if I
should remove the old ones or not?
------
Derek Parnell
Melbourne, Australia
(Vote [1] The Cheshire Cat for Internet Mascot)
3. Re: memory management in win32lib
Yeah, that's already been done in v0.54. This weekend I'm now doing the
regression testing for it.
------
Derek Parnell
Melbourne, Australia
(Vote [1] The Cheshire Cat for Internet Mascot)
----- Original Message -----
From: "Matthew Lewis" <MatthewL at KAPCOUSA.COM>
To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Sent: Saturday, October 14, 2000 7:47 AM
Subject: Re: memory management in win32lib
> I've used them in lots of places in my structure code within win32lib
> itself. I presume you're planning on updating those instances.
>
> Matt Lewis
>
>
> -----Original Message-----
> From: Derek Parnell
>
> Hi,
> is anyone using the memory mananement routines in win32lib? Thats
> allocate_string(), free_strings() etc... I've created two new routines to
> replace them 'cos I need to make them re-enterant but I don't know if I
> should remove the old ones or not?
>
> ------
> Derek Parnell
> Melbourne, Australia
> (Vote [1] The Cheshire Cat for Internet Mascot)