search for: comparestringa

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

Did you mean: comparestringw
2001 Aug 15
1
WineLib Warning?
When compiling the following line of code using WineLib 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, LPC...
2001 Dec 04
2
Serial problem with Zworld
...installed SuSE 7.3 linux including the supplied wine distro. I'm trying to run a single board computer from Zworld called the Rabbit. The specific app name is dcrab619.exe. The gui comes up with no problem but when it tries to talk to the serial port I get these messages from wine: err:string:CompareStringA (s1=(null),s2=""...): Invalide NULL string err:tooltips:TOOLTIPS_WindowProc unknown msg c017 wp=00000000 lp=40fc0b3c fixme:comm:SetupComm insize 400 outsize 4096 unimplemented stub Every time I try to connect to the Rabbit the "fixme" line above repeats. Does anyone have a cle...
2013 Jun 14
0
Wine release 1.6-rc2
...n GetLocalName(). riched20: Use helpers from header instead of internal functions. comdlg32: Store client GUID with SetClientGuid(). Nozomi Kodama (1): d3dx9: Fix the case output = input in D3DXVec3Cross. Tatyana Fokina (2): kernel32/tests: Add test with a large string for CompareStringA. kernel32: Check the size of the string in CompareStringA. -- Alexandre Julliard julliard at winehq.org
2018 Aug 17
0
Wine release 3.14
...DXT1 and DXT3 as well in volume_dxt5_test(). Daniel Lehman (4): odbc32: Rename functions to avoid conflicts with native drivers. oleaut32/tests: Add test for VarBstrFromI4. oleaut32: Extend value range before getting absolute value in VarBstrFromI4. kernel32/tests: Add some CompareStringA/W tests. Dmitry Timoshkov (6): kernel32: Add support for MOVEFILE_WRITE_THROUGH to MoveFile. kernel32: Add support for FILE_FLAG_WRITE_THROUGH to CreateFile. kernel32/tests: Add a test for holding a critical section during process termination. ntdll: Don't allow blockin...
2016 Feb 19
0
Wine release 1.9.4
...e destroying critical sections. mciqtz32: Unset DebugInfo->Spare[0] before destroying critical sections. winmm: Unset DebugInfo->Spare[0] before destroying critical sections. vmm.vxd: Fix protection flags passed to VirtualAlloc. kernel32/tests: Add additional tests for CompareStringA. opengl32: Ensure extension tables generated by make_opengl contain earliest GL_VERSION for each function. kernel32/tests: Add test to show that CompareStringW aborts on first non-matching character. kernel32/tests: Add a test to show that VirtualFree fails with type MEM_FREE....
2011 Jul 22
0
Wine release 1.3.25
...untime before running batch test file. cmd/tests: Add SET tests. cmd/tests: Add tests for recursive rmdir. cmd/tests: Test that ErrorLevel is set to 9009 when unknown commands are encountered. cmd/tests: Add tests for NUL handling. kernel32: Fix function description of CompareStringA and lstrcmpA. cmd/tests: Add CALL tests. cmd: Fix comment for CMD_PIPE. Grazvydas Ignotas (4): ntdll/tests: Add more debug register tests. server: Set RW and LEN bits of DR7 before setting DR0-DR3. server: Set debug enable bits briefly to commit the addresses to kerne...
2011 Oct 10
0
Wine release 1.3.30
...today label while setting new today date. comctl32/monthcal: After notification safely free buffer allocated on heap. comctl32/tests: Fix a test that depends on control size. comctl32/treeview: Free checkbox imagelist when control is about to be killed. kernel32/tests: Move CompareStringA data to a table. msxml3: Accept disabling of external entities loading. msxml3: Accept disabled parameter entities feature. msxml3: Accept lexical handler parameter entities switch. msxml3: Accept DTD prohibition feature. msxml3: Support setting unlimited xml stream le...
2009 Jan 16
0
Wine release 1.1.13
...s: Fix copy/paste typo in test output. ole32: Fix some comment typos. ole32: Some tests for IMoniker::IsRunning with NULL args. kernel32: Implemented GetErrorMode(). ntdll: Check pointers in NtAccessCheck to prevent access violation. kernel32/tests: Some todo tests for CompareStringA and lstrcmpi. advapi32/tests: Test for enumeration order preservation of reg keys. advapi32: Added SaferCreateLevel stub. Paul Bryan Roberts (1): libwine: Avoid writing to repository during install. Paul Vriens (24): d3d8/tests: Fix a test failure on VMware and VirtualBox....