On Tue, 21 Apr 2009, Xu Zuoqian wrote:
> if just remove the IFUNIX condition,the process will crash.
> is there a simple way to modify the addcallback verb to support windows?

It will crash in window (both 32 and 64 bit) because J implements
stdcall callback in window, but gtk always use c callback in both
linux or window.  You have to add machine code to to delegate a c
callback to stdcall callback and then add your caddcallback code.

-- 
regards,
====================================================
GPG key 1024D/4434BAB3 2008-08-24
gpg --keyserver subkeys.pgp.net --recv-keys 4434BAB3
唐詩217 李商隱  無題二首之一
    鳳尾香羅薄幾重  碧文圓頂夜深縫  扇裁月魄羞難掩  車走雷聲語未通
    曾是寂寥金燼暗  斷無消息石榴紅  斑騅只繫垂楊岸  何處西南任好風
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to