tips needed for implementing the common control ICC_STANDARD_CLASSES

James Hawkins truiken at gmail.com
Fri Aug 27 11:48:03 CDT 2004


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 installation of klite, a program called KLConfigWizard.exe is run.
 It's a dialog box with some text initially, then when you click the
next button, the user encounters a fatal error and we're sent to the
debugger.  The error is:

fixme:commctrl:InitCommonControlsEx Unknown class! dwICC=0x4000

    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.  I've
searched msdn for ICC_STANDARD_CLASSES, but it only turned up a link
to the INITCOMMONCONTROLSEX structure.  If anyone has any ideas or
hints that they can give me, I would really appreciate it.  Thanks for
your time.

-- 
James Hawkins



More information about the wine-devel mailing list