I found that in J602 beta gscharJAVA also works for winxp, for testing, I made the following change,

3 : 0''
if. 1+.IFJAVA do.
  Jin=: (16 17 20 22 21 23 { a.), '123456789iojklxyz',a.
  Jout=: 33 34 37 39 38 40, a.i.'123456789IOJKLXYZ',a.
  gschar=: gscharJAVA f.
else.
  Wkey=: 33 34 37 39 38 40, a.i.'123456789IOJKLXYZ'
  Wkeystate=: 'qkeystate *',Wkey{a.
  Wshiftstate=: 'qkeystate *',16{a.
  gschar=: gscharWDW f.
end.
i.0 0
)

in opengl demo, the keys work for both java and winxp. If no other discrepancy found, I suggest dropping the win32 specific portion.

regards,
bill


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

Reply via email to