Re: tips needed for implementing the common control ICC_STANDARD_CLASSES

2004-08-29 Thread James Hawkins
I did a full cvs update on the wine tree, recompiled and installed, and the kazaa lite wizard does not crash when you click next. I'm not exactly sure what caused this, but it is great to be able to move on. Thanks for all the help. On Sun, 29 Aug 2004 09:38:34 -0400, James Hawkins <[EMAIL PROTE

Re: tips needed for implementing the common control ICC_STANDARD_CLASSES

2004-08-29 Thread James Hawkins
Here is the output of the program and the backtrace. On Sun, 29 Aug 2004 10:55:02 +0100, Robert Shearman <[EMAIL PROTECTED]> wrote: > James Hawkins wrote: > > >>This is all just speculation, but maybe it's possible that Kazaa uses a > >>non-standard control in it's code? > >> > >> > If it works o

Re: tips needed for implementing the common control ICC_STANDARD_CLASSES

2004-08-29 Thread Robert Shearman
James Hawkins wrote: This is all just speculation, but maybe it's possible that Kazaa uses a non-standard control in it's code? If it works on Windows 2000, for example, (or using comctl32.dll v5.81 instead of v6) then this is not the cause. On Sat, 28 Aug 2004 22:17:24 -0400, [EMAIL PROTECT

Re: tips needed for implementing the common control ICC_STANDARD_CLASSES

2004-08-28 Thread James Hawkins
Ok I'll try to get that in. Thanks for the tip Juan. On Sat, 28 Aug 2004 22:26:22 -0700 (PDT), Juan Lang <[EMAIL PROTECTED]> wrote: > James wrote: > > The unknown class is one of the two control classes > > left to be implemented in commctrl: > > ICC_STANDARD_CLASSES. I would like to implement >

Re: tips needed for implementing the common control ICC_STANDARD_CLASSES

2004-08-28 Thread Juan Lang
James wrote: > The unknown class is one of the two control classes > left to be implemented in commctrl: > ICC_STANDARD_CLASSES. I would like to implement > this class, but I have no idea where to start. It doesn't look like you'd need to do anything special for the ICC_STANDARD_CLASSES case. Th

Re: tips needed for implementing the common control ICC_STANDARD_CLASSES

2004-08-28 Thread James Hawkins
> This is all just speculation, but maybe it's possible that Kazaa uses a > non-standard control in it's code? You could be right about this, but I'm pretty sure it's ICC_STANDARD_CLASSES that's needed, because the error I get when I try to run wine is: fixme:commctrl:InitCommonControlsEx Unknown

Re: tips needed for implementing the common control ICC_STANDARD_CLASSES

2004-08-28 Thread michael
On Fri, Aug 27, 2004 at 12:53:36PM -0400, James Hawkins wrote: > I'm reading through msdn some more and they say ICC_STANDARD_CLASSES should > > "Load one of the intrinsic User32 control classes. The user controls > include button, edit, static, listbox, combobox, and scrollbar." > > If I'm remem

Re: tips needed for implementing the common control ICC_STANDARD_CLASSES

2004-08-27 Thread James Hawkins
I'm reading through msdn some more and they say ICC_STANDARD_CLASSES should "Load one of the intrinsic User32 control classes. The user controls include button, edit, static, listbox, combobox, and scrollbar." If I'm remembering, those controls are already implemented in wine/controls. Maybe ICC

tips needed for implementing the common control ICC_STANDARD_CLASSES

2004-08-27 Thread James Hawkins
Hi, I've had a lot of people ask me about how well kazaa lite runs in wine, so I will be working on getting it to work. The install file is called klitekpp243e.exe, and the setup works great. (NOTE: im trying to get the app to work without having to use any native dlls) After the installatio