search for: comparestringw

Displaying 8 results from an estimated 8 matches for "comparestringw".

2005 Oct 04
1
very close but some small error
...ing wine acslX which should start it I get lots of code returning along with the following errors. Can anyone tell me if this is fixable, or not worth wasting time on? Secondly if it is fixable where would I go to look for information? Thanks and Regards Jim ------------------------ ixme:nls:CompareStringW Ignoring unknown style 0x10000000 fixme:nls:CompareStringW Ignoring unknown style 0x10000000 fixme:nls:CompareStringW Ignoring unknown style 0x10000000 fixme:nls:CompareStringW Ignoring unknown style 0x10000000 fixme:nls:CompareStringW Ignoring unknown style 0x10000000 fixme:nls:CompareStringW Igno...
2001 Aug 15
1
WineLib Warning?
...neLib 20010731 you get a warning message. // generates a warning CompareString(LOCALE_USER_DEFAULT, dwFlags, s1, -1, s2, -1); These warning relates to the defines found in include/winbase.h file where we have: UINT WINAPI CompareStringA(DWORD,DWORD,LPCSTR,DWORD,LPCSTR,DWORD); UINT WINAPI CompareStringW(DWORD,DWORD,LPCWSTR,DWORD,LPCWSTR,DWORD); In the Borland 5.2 include file these API's are defined as: int WINAPI CompareStringA(LCID, DWORD, LPCSTR, int, LPCSTR, int); int WINAPI CompareStringW(LCID, DWORD, LPCSTR, int, LPCSTR, int); and this is what the Borland Windows SDK help file says:...
2016 Apr 12
0
Wine release 1.8.2
...mory to load program!' 37115 Calling ReadFile from WINBASEAPI (WinBase.h) with zero read length causes hang 37288 Not implemented feature System.Drawing.Pen.ResetTransform() 37536 Native MSVCP120.dll override requires implementation of msvcr120.dll._W_Gettnames (Desura client) 37556 CompareStringW should abort on the first nonmatching character to avoid invalid memory access. 38314 Mouse Wheel doesn't work for Jagged Alliance 2 version 1.13 (it uses MOUSEHOOKSTRUCTEX) 39591 Crimzon Clover: Page fault on launch 39838 Wreckfest Server: Crashes at startup, unimplemented function KE...
2004 May 03
0
wine-users digest, Vol 1 #1756 - 15 msgs
...1rh73winehq > and I'm running on RH7.3 > > Steve. > > > --__--__-- > > Message: 8 > Subject: how can i solve this problem??? > From: Falcifer <falcifer2001@yahoo.es> > To: wine-users@winehq.org > Date: Fri, 30 Apr 2004 12:37:16 +0200 > > fixme:nls:CompareStringW Ignoring unknown style 0x10000000 > fixme:hook:NotifyWinEvent (32768,0x20049,-4,2)-stub! > fixme:nls:CompareStringW Ignoring unknown style 0x10000000 > fixme:hook:NotifyWinEvent (32768,0x20049,-4,3)-stub! > fixme:hook:NotifyWinEvent (32774,0x20049,-4,1)-stub! > X Error of failed requ...
2016 Feb 19
0
Wine release 1.9.4
...(PlayStation emulator) fails on startup, complaining with 'Not enough memory to load program!' 37288 Not implemented feature System.Drawing.Pen.ResetTransform() 37373 No Limits 2: Help files fails to show text. Needs Times New Roman, or dwrite ability to use font replacements 37556 CompareStringW should abort on the first nonmatching character to avoid invalid memory access. 38314 Mouse Wheel doesn't work for Jagged Alliance 2 version 1.13 (it uses MOUSEHOOKSTRUCTEX) 39433 mshtml:xmlhttprequest fails on IE 7 39792 Saturn PCB Design Toolkit 6.86 fails to load, reporting missing...
2019 May 24
0
Wine release 4.9
...P_SetUsages. hidclass.sys: Limit written data to the actual report size. winebus.sys: Fix typo in endpoint name. winebus.sys: Correctly set HID device input number in device endpoint path. winebus.sys: Restore IG_ substring in gamepads endpoint path. kernel32: Add more CompareStringW tests. libwine: Add helper function to compare character weights. libwine: Decompose characters before comparing in wine_compare_string. libwine: Ignore 0 weights as described in Unicode collation algorithm. Roman Stingler (3): include: Added some process creation Flags....
2011 Aug 26
0
Wine release 1.3.27
...ces. avifil32: The stream format string cannot really be translated so remove it from the resources. psapi/tests: Fix the EnumProcessModules() test and provide more diagnostic information if it fails. Fr?d?ric Delanoy (36): cmd: Use CSTR_* instead of hardcoded values as result of CompareStringW. cmd: Remove reference to no longer existing WCMD_read_console from header file. cmd: Clarify some trace messages. cmd/tests: Fix bug where an output line was marked as matching when the expected line only differs by a terminal @space at . cmd: Fix a FOR parsing bug when mul...
2008 Mar 07
0
Wine release 0.9.57
...shdocvw: Don't use typeof as it's not portable. urlmon: Don't use typeof as it's not portable. msi: Fix the buffer size calculation in msi_build_createsql_prelude. msi: Fix buffer size calculation in build_default_format. oleaut32: Don't store result of CompareStringW in HRESULT in OLEFontImpl_IsEqual. oleaut32: Fix size calculation in OLEFontImpl_GetSizeMax for multi-byte locale environments. oleaut32: Fix local variable shadowing in OLEFontImpl_Invoke. dbghelp: Define NONAMELESSUNION in dwarf.c and type.c as they access VARIANT fields directl...