search for: initcommoncontrolsex

Displaying 11 results from an estimated 11 matches for "initcommoncontrolsex".

2007 Mar 19
2
Wine and Skype
...with wine (never need Windows programs, really) and I tried to use what had been installed by Mandriva. Testing wine, it's all right with the preconfigured programs I can access from the wine menu. Trying to use Skype, i get some error messages: fixme:actctx:QueryActCtxW stub! fixme:commctrl:InitCommonControlsEx Unknown class! dwICC=0x4000 fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy fixme:bitblt:X11DRV_BitBlt potential optimization - client-side DIB copy fixme:bitblt:X11DRV_BitBlt potential optimization -...
2004 Nov 28
0
COM port for weatherstation
...windows partition was an empty FAT32 partition. I cannot get the COM port working and I do not know how to react on the wine FIXME messages (actually I only use the binaries and install with apt/get the Debian packages). When I start the Feger software I get the following messages: fixme:commctrl:InitCommonControlsEx Unknown class! dwICC=0x8000 fixme:font:WineEngCreateFontInstance just using first face for now fixme:comm:SetupComm insize 500 outsize 500 unimplemented stub Trying to define the problem of the COM port, we connected 2 PCs and installed a ser_test.exe under wine and so we have seen, that we can re...
2004 Jun 29
0
Error getting windows program to work under Wine
Hello, I've had pretty good success with the few remnants of Windows apps I want to run under Wine except for a Telephone Book app from Savannah.com. When I try to launch I get the following error and was wondering if anybody had any suggestions: fixme:commctrl:InitCommonControlsEx Unknown class! dwICC=0x8000 err:dc:DCE_FreeWindowDCE [0x1005b] GetDC() without ReleaseDC()! Thanks. Blaine Owens
2004 Mar 13
0
error messages
Could someone please explain what I should do to rectify this message that I get on trying to run a simple application in wine. ( Notepd works fine) ----------------------------------------------------- mcop warning: user defined signal handler found for SIG_PIPE, overriding fixme:commctrl:InitCommonControlsEx Unknown class! dwICC=0x8000 XIO: fatal IO error 2 (Success) on X server ":0.0" after 4017 requests (4012 known processed) with 0 events remaining. -------------------------------------------------- Regards. - Maz. _____________________________________________________________ L...
2001 Sep 02
1
List View control
Hello all, I'm trying to code up a win32 program and run it using wine. It is pretty basic at this point -- just using a List View box. Now here is the problem -- I cut and pasted the code out of the platform sdk, and it seems that the window class is not defined. How can I get this control to run under wine (List View Control)?
2005 Mar 12
1
wine20050310 DC++ 0.670 -Is Active mode possible?
...Kind regards, Cedric de Wijs The output of wine on the console: wine DCPlusPlus.exe Warning: the specified System directory L"c:\\windows\\system" is not accessible. err:font:ReadFontDir Can't open directory "/home/cedric/.wine/dosdevices/c:/windows/Fonts" fixme:commctrl:InitCommonControlsEx Unknown class! dwICC=0x4000 err:x11drv:X11DRV_CreateBitmap Trying to make bitmap with planes=1, bpp=32 fixme:htmlhelp:HtmlHelpW ((nil), (null), 28, 5153872): stub fixme:listview:LISTVIEW_SetColumnOrderArray iCount 10 lpiArray 0x4e36e8 fixme:winsock:NtStatusToWSAError Status code c0000024 converted...
2004 May 31
0
Gunbound
...n I wine it i see its window all black with the two boxes for the login and password, i enter this information and click in the botton right corner where the "Start Game" button is supposed to be and i get this output on console. [jjc@localhost GunBound]$ wine GunBound.exe fixme:commctrl:InitCommonControlsEx Unknown class! dwICC=0x8000 fixme:ole:CoRegisterMessageFilter stub err:shdocvw:SHDOCVW_TryLoadMozillaControl Can't load the Mozilla ActiveX control fixme:shdocvw:WBPCI2_GetGUID stub: dwGuidKind = 1, pGUID = {00000000-0000-0000-0000-000000000000} fixme:shdocvw:WBPCI2_GetGUID Wrongly returning IP...
2003 Nov 11
0
myie2 not working
...her myie2 or another ver of IE? I am running wine on redhat 9. wine myie.exe fixme:system:SystemParametersInfoA Unimplemented action: 4132 (SPI_GETDROPSHADOW) fixme:system:SystemParametersInfoA Unimplemented action: 4132 (SPI_GETDROPSHADOW) fixme:ole:CoRegisterMessageFilter stub fixme:commctrl:InitCommonControlsEx Unknown class! dwICC=0x8000 fixme:font:WineEngCreateFontInstance just using first face for now wine: Unhandled exception (thread 0009), starting debugger... WineDbg starting on pid 8 No debug information in ELF 'wine' ((nil)) Breakpoint 1 at 0x4000cf70 No debug information in ELF '/usr/...
2008 Feb 08
0
Wine release 0.9.55
...ives. d3dx8: Fix the D3DXMatrixAffineTransformation() prototype. d3dx8: Make d3dx8core.h C++ compatible. d3dx8: Add the d3dx8mesh.h header and move the relevant function declarations there. d3dx8: Fix the D3DXAssembleShaderFromFileA/W() prototypes. comctl32/tests: Call InitCommonControlsEx() if available, fall back to InitCommonControls() for the older controls, and skip the tests altogether for the newer ones. riched20: Fix the name of the lpUsedDefChar field of GETTEXTEX. Gerald Pfeifer (2): d3d9: Fix the type of three loop variables. configure: Use GCC's -Wt...
2007 Dec 14
0
Wine release 0.9.51
...Get the test to run on Windows 95. hlink: Fix the HlinkUpdateStackItem() prototype. ddraw/tests: Fix compilation on systems that don't support nameless unions. comtcl32/tests: Dynamically load ImageList_SetImageCount() because it is missing on Windows 95. comctl32/tests: InitCommonControlsEx() is missing on Windows 95 so call InitCommonControls() instead. comctl32/tests: Avoid SHDeleteKeyA() because it does not exist on Windows 95. Gerald Pfeifer (7): comctl32: Remove extraneous check (unsigned < 0). wined3d: Fix handling of a special case in IWineD3DImpl_FillGLCa...
2007 Jan 25
0
Wine release 0.9.30
...dedSlow a bit. wined3d: Store the stream number in the strided structure. wined3d: Implement per stream offsets. Stefan Leichter (1): winecoreaudio.drv: Print each 64-bit integer as two 32-bit integers. Thomas Weidenmueller (3): shell32: Fix prototypes. comctl32: Fix InitCommonControlsEx prototype. shell32: Implement the property sheet extension array functions. Vitaliy Margolen (22): dinput: Fix trace formatting. dinput: Remove duplicate Keyboard->Poll it is the same as base class. dinput: Pass complete DataFormat structure to find_property. dinpu...