1. IDE for Win32lib
Great work Judith. It still works under v0.52 too! One thing though, it
doesn't work too well with projects that live in directories that have a dot
in their name.
I am working in \EUPHORIA\Win32lib v.052\ and it gags on this.
-----
cheers,
Derek Parnell
2. Re: IDE for Win32lib
Ok, thanks for reporting the problem. I'll do a reverse on the filename
before I check for the '.' and that should fix the problem.
Judith
On Tue, 12 Sep 2000 20:02:12 +1100, Derek Parnell <dparnell at BIGPOND.NET.AU>
wrote:
>
>P.S. Yes, the system_exec() in the IDE doesn't work. You have a "find('.',
>filename)" which is used to append the ".exw" extension. Unfortunately it
>finds the first dot, not the last one.
3. Re: IDE for Win32lib
- Posted by Derek Parnell <dparnell at BIGPOND.NET.AU>
Sep 12, 2000
-
Last edited Sep 13, 2000
----- Original Message -----
From: "Judith Evans" <camping at FLASH.NET>
To: <EUPHORIA at LISTSERV.MUOHIO.EDU>
Sent: Tuesday, September 12, 2000 7:50 PM
Subject: Re: IDE for Win32lib
> Derek,
>
> Version .52? Is it going to be out on Sorceforge soon? Are there any new
> controls in this version?
>
I should be fininshed with it in the next 2 or 3 hours. I've spent most of
today (its now 8PM in Melbourne) doing regression testing (and fixing a few
bugs). There are no new controls. This is mainly bug fixing, however some
minor enhancements have been inserted. A full change-history will be posted
when I upload it to sourceforge.
I'm currently getting some of the docs up to date.
---
cheers,
Derek
P.S. Yes, the system_exec() in the IDE doesn't work. You have a "find('.',
filename)" which is used to append the ".exw" extension. Unfortunately it
finds the first dot, not the last one.
4. Re: IDE for Win32lib
Derek,
Version .52? Is it going to be out on Sorceforge soon? Are there any new
controls in this version?
Thanks,
Judith
On Tue, 12 Sep 2000 12:06:10 +1100, Derek Parnell <derekp at SOLACE.COM.AU>
wrote:
It still works under v0.52 too!
>
>-----
>cheers,
>Derek Parnell
5. Re: IDE for Win32lib
Unless it has no extension? Like the windoze hosts file, for example.
Kat
On 12 Sep 2000, at 5:16, Judith Evans wrote:
> Ok, thanks for reporting the problem. I'll do a reverse on the filename
> before I check for the '.' and that should fix the problem.
>
> Judith
>
>
>
>
>
> On Tue, 12 Sep 2000 20:02:12 +1100, Derek Parnell <dparnell at BIGPOND.NET.AU>
> wrote:
>
>
> >
> >P.S. Yes, the system_exec() in the IDE doesn't work. You have a "find('.',
> >filename)" which is used to append the ".exw" extension. Unfortunately it
> >finds the first dot, not the last one.
>
6. Re: IDE for Win32lib
Derek,
Thanks. But remember that all the hard work was done by David Cuny! I just
added some stuff.
Ah, where does it gag? On the System_Exec?
Judith
On Tue, 12 Sep 2000 12:06:10 +1100, Derek Parnell <derekp at SOLACE.COM.AU>
wrote:
>Great work Judith. It still works under v0.52 too! One thing though, it
>doesn't work too well with projects that live in directories that have a
dot
>in their name.
>I am working in \EUPHORIA\Win32lib v.052\ and it gags on this.
>
>
>-----
>cheers,
>Derek Parnell