Before I mess up with the whole library
Perhaps you would be kind enough to make the search and see if it is safe to make the switch.
Here is what I found :
====================================================
c:\j601\system\extras\help\user\sys_lista.htm (1)
<td valign="top">main window driver, name for 11!:0</td>

c:\j601\system\extras\help\user\wd.htm (1)
<pre>   wd=. 11!:0

c:\j601\system\extras\help\user\win_driver_cmd_ref_overview.htm (1)
<a href="wd_commands.htm">wd commands</a> are executed when x is 0 ( <font face=courier size=-1>11!:0</font> ).<br>

c:\j601\system\extras\util\minijx.ijs (4)
11!:0 'pc ijx closeok;xywh 0 0 300 200'
11!:0 'cc e editijx ws_hscroll ws_vscroll es_nohidesel rightmove bottommove'
11!:0 'setfont e ',>(5=9!:12'') { '"Courier New" 12';'monospaced 12'
11!:0 'pas 0 0;pgroup jijx;pshow'

c:\j601\system\main\stdlib.ijs (1)
ifwd=. 0 <: #@(11!:0) :: _1: 'qer'

c:\j601\system\main\sysenv.ijs (2)
IFCONSOLE=: 0 -: (11!:0) :: 0: ''
IFJAVA=: 'jjava'-: (11!:0) :: 0: 'qwd'

c:\j601\system\main\winlib.ijs (2)
NB.*wd v main window driver, name for 11!:0
wd=: 11!:0

c:\j601\system\packages\misc\xenos.ijs (1)
wd=: 11!:0          NB. windows driver
============================================================

----- Original Message ----- From: "bill lam" <[EMAIL PROTECTED]>
To: "General forum" <[email protected]>
Sent: Saturday, June 24, 2006 10:56 AM
Subject: Re: [Jgeneral] Crash on % 0 1 2 3


Claude Bélanger wrote:
No change. The problem is still there.

It becomes interesting. May be there are naked (11!:0) within J library.
You may try,

edit c:\j601\profile.ijs, add at the first line, adding

wd_z_=: 3 : 0
z=. 11!:0 y
'kernel32 CloseHandle % i i' 15!:0 [0
z
)

Then comment out the definition of wd inside winlib.ijs, and
search (using Find in Files) all occurrence of 11!:0 under J system and
replace them with wd.

HTH again

regards,
bill
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm



----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to