Re: [Amsn-devel] ShellExecute changes Was: 0.96 TODO

2006-06-23 Thread Sander Hoentjen
yeah just needed to hear how good i am.. :P On Fri, 2006-06-23 at 14:10 -0400, Youness Alaoui wrote: > yes you were! actually, you found out how to get unicode string.. I didn't > know how! :) and you found where the problem lies, that it needs unicode > and the TCL_OK problem... > happy now?

Re: [Amsn-devel] ShellExecute changes Was: 0.96 TODO

2006-06-23 Thread Youness Alaoui
yes you were! actually, you found out how to get unicode string.. I didn't know how! :) and you found where the problem lies, that it needs unicode and the TCL_OK problem... happy now? :) KKRT On Fri, 23 Jun 2006 14:04:22 -0400, Sander Hoentjen <[EMAIL PROTECTED]> wrote: > But I was close

Re: [Amsn-devel] ShellExecute changes Was: 0.96 TODO

2006-06-23 Thread Sander Hoentjen
But I was close :P On Fri, 2006-06-23 at 13:47 -0400, Youness Alaoui wrote: > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shellexecute.asp > > this means we should not only use the GetUnicode to get a unicode string > from Tcl, bu

[Amsn-devel] ShellExecute changes Was: 0.96 TODO

2006-06-23 Thread Youness Alaoui
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/reference/functions/shellexecute.asp this means we should not only use the GetUnicode to get a unicode string from Tcl, but also change the ShellExecute call.. I've worked a lot with those type of function