Re: [Amsn-devel] Broken Windows binaries?

2006-06-28 Thread Philippe Valembois - Phil
Le Tuesday 27 June 2006 23:07, Youness Alaoui a écrit : Thanks! My mistake, I didn't know what stubs were at the time I made the extension (but weirdly enough, I initialized the Tk stubs...) I just noticed something in your diff, first, the Tcl/Tk stubs you initialized like this : - if

Re: [Amsn-devel] Broken Windows binaries?

2006-06-28 Thread Youness Alaoui
On Wed, 28 Jun 2006 12:06:58 -0400, Philippe Valembois - Phil [EMAIL PROTECTED] wrote: Le Tuesday 27 June 2006 23:07, Youness Alaoui a écrit : Thanks! My mistake, I didn't know what stubs were at the time I made the extension (but weirdly enough, I initialized the Tk stubs...) I just

Re: [Amsn-devel] Broken Windows binaries?

2006-06-27 Thread Sander Hoentjen
I don't see the problem with an updated amsn on windows On Tue, 2006-06-27 at 16:49 +0300, Vivia Nikolaidou wrote: http://amsn.sourceforge.net/forums/viewtopic.php?t=1269 Today's SVN on Windows crashes when someone tries to open a conversation window. Maybe one of the Windows binaries Phil

Re: [Amsn-devel] Broken Windows binaries?

2006-06-27 Thread Philippe Valembois - Phil
Trouble was with WinFlash... I compiled without testing (because I don't like Windows so I try to leave it as fast it's possible)... The trouble comes from the stubs (since I compiled it with stubs : it was the aim of my operation) it's because we didn't initialize the stubs for Tcl only the

Re: [Amsn-devel] Broken Windows binaries?

2006-06-27 Thread Youness Alaoui
Thanks! My mistake, I didn't know what stubs were at the time I made the extension (but weirdly enough, I initialized the Tk stubs...) I just noticed something in your diff, first, the Tcl/Tk stubs you initialized like this : - if (Tk_InitStubs(interp, 8.3, 0) == NULL) { + //Check