On Sat, Nov 5, 2011 at 6:08 AM, Rony G. Flatscher <
rony.flatsc...@wu-wien.ac.at> wrote:
> In a lecture about introducing ooRexx and interfacing with Windows, I have
> been forced to use ooRexx
> 3.2, because it allows one to embed ooRexx code in HTML files that get
> processed by the MS Internet
> Explorer ("DHTML").
> ...
>
> As nowadays more and more Windows computers are rolled out with Windows 7,
> it becomes a serious
> problem, if ooRexx 3.2 cannot be used in a stable manner, because MSIE
> breaks-down, after processing
> an event with ooRexx code (upon return from the ooRexx routine)!
>
> For that reason I am searching for advice: is it possible, and if so, how
> to configure the ooRexx
> 3.2 installation on Windows 7 such, that ooRexx programs can be carried
> out in a stable manner under
>
Rony, I was using 3.2.0 on Windows just the other day and I didn't see any
problems.
If I understand you correctly, it is when you use WSH, that you see
problems and that it is Internet Explorer that crashes. If that is not
correct, then ... well explain to me what I'm not understanding. <grin>
The whole, entire, reason that WSH is disabled in ooRexx 4.0.0 and on is
that it was implemented using undocumented kernel entries that are *completely
unsafe*. Rick would not release 4.0.0 with a feature, WSH, that he knew
was unsafe and was likely to crash. That WSH is not stable and causes
Internet Explorer in Windows 7 to crash, is not a surprise. It is
predictable.
>From what I saw in the code, WSH was not written in a generic way, it was
written in a reactive way. It was written in an approach that said, 'oh,
Internet Explorer sends a 0x7 here sometimes. We'll check for a 0x7 and
then do this...' As soon as Internet explorer changes, that code would
break.
--
Mark Miesfeld
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel