View · Search · Index
No registered users in community xowiki
in last 10 minutes

Re: [Xotcl] Filter broken on Win32 ver 0.91 & 0.93?

From: Uwe Zdun <uwe.zdun_at_uni-essen.de>
Date: Wed, 19 Dec 2001 15:38:24 +0100

I've tried it on Win NT with xotcl 0.9.3 (as released two days ago) and the
result is the same as on my linux machine:

filter f of A
filter f of A
filter f of A
method ma of A
filter f of A

Perhaps there's some problem with your xotcl/tcl installation on
your win platform?

--uwe

On Tuesday 18 December 2001 23:15, Sheik Yussuff wrote:
> It seems that filter is broken on the Win32 platform(ver 0.91
> and ver 0.93).
> The following code runs ok on Linux(XOTcl ver 0.91) but not
> on the Win32 platforms(>= 0.91). I don't think my installation
> is at fault.(library installed ok, etc) but I could be wrong.
> I haven't tried ver 0.93 on Linux as I am waiting on the RPM.
>
> Code:
> Class A
> A instproc ma args {
> puts "method ma of A"
> }
>
> A instproc f args {
> puts "filter f of A"
> next
> }
>
> A instfilter f
> A a
> a ma
>
> The Result on Win32:
>
> method ma of A
>
> Regards,
> --sheik
>
> _______________________________________________
> Xotcl mailing list - Xotcl_at_alice.wu-wien.ac.at
> http://alice.wu-wien.ac.at/mailman/listinfo/xotcl

-- 
Uwe Zdun
Institute for Computer Science, University of Essen
Phone: +49 201 81 00 332, Fax: +49 201 81 00 398
zdun_at_{xotcl,computer,acm}.org, uwe.zdun_at_uni-essen.de