search for: wstr

Displaying 13 results from an estimated 13 matches for "wstr".

Did you mean: str
2007 Mar 19
4
Objects "uncompletely" displayed
Hello, I would like to ask some help about the following problem: I'm running a soft called beersmith (www.beersmith.com) with wine. The soft is running but some lists are uncompletely displayed. Only the first column is displayed but I can sort lists on unvisible columns. I already have asked help from the developpers but havn't received any usefull answers:
2012 Sep 04
2
[PATCH] Generalize HMAC implementation
...;hmac.h" #include "ntlm.h" #include "ntlm-des.h" @@ -60,12 +61,12 @@ } static void -hmac_md5_ucs2le_string_ucase(struct hmac_md5_context *ctx, const char *str) +hmac_md5_ucs2le_string_ucase(struct hmac_context *ctx, const char *str) { size_t len; unsigned char *wstr = t_unicode_str(str, 1, &len); - hmac_md5_update(ctx, wstr, len); + hmac_update(ctx, wstr, len); } static void ATTR_NULL(2) @@ -73,13 +74,13 @@ const unsigned char *hash_v1, unsigned char hash[NTLMSSP_V2_HASH_SIZE]) { - struct hmac_md5_context ctx; + struct hmac_context ctx...
2008 Jan 04
0
How do I print wide char string arguments!
Hopefully this is a straight forward issue and I''m missing something obvious. I''m trying to print a wchar_t [] argument from a simple example program like #include <stdio.h> #include <wchar.h> #include <unistd.h> void prout(wchar_t *wstr) { } int main() { wchar_t name[]=L"Angelo Rajadurai"; int i; for(i=0; i<1000 ; i++) { prout(name); sleep(1); } } With a D script like #!/usr/sbin/dtrace -s pid$target::prout:entry{ printf("Argument of %s is %s\n",probefunc,copyinstr(arg0)); } but it j...
2004 Aug 30
0
[PATCH] NTLM fixes
...vecot-cvs/src/lib-ntlm/ntlm-encrypt.c --- dovecot-cvs.vanilla/src/lib-ntlm/ntlm-encrypt.c 2004-07-30 07:01:24.000000000 +0400 +++ dovecot-cvs/src/lib-ntlm/ntlm-encrypt.c 2004-08-29 17:44:45.000000000 +0400 @@ -35,16 +35,6 @@ t_unicode_str(const char *src, int ucase return buffer_free_without_data(wstr); } -static void -ntlmssp_des_encrypt_triad(const unsigned char *hash, - const unsigned char *challenge, - unsigned char *response) -{ - deshash(response, hash, challenge); - deshash(response + 8, hash + 7, challenge); - deshash(response + 16, hash + 14, challenge); -} - const unsigned...
2020 Apr 20
0
Wine release 4.0.4
...ng entries 20465 Brothers In Arms Hell's Highway : Setup asks for DVD for every .cab file (SetupPromptForDiskA/W should only show a dialog if the file doesn't exist) 22030 LegoLand: crashes at main menu without native directmusic 24529 TSDoctor 1.0.58 fails to run 25264 treeview wstr overrun in TVN_GETDISPINFOW (ExamXML crashes when opening an XML file) 25728 UFO: Extraterrestrials Gold - crash at start caused by wine's built-in dsound/directmusic 30506 GdipGraphicsClear() needs to overwrite pixels, not alpha blend (Text misrendered in Brain Workshop) 34041 Skyrim...
2019 Nov 29
0
Wine release 4.21
...ersion\ProfileList\<UserSID>" registry subkey) 22030 LegoLand: crashes at main menu without native directmusic 23729 Need For Speed: Shift - throbbing glob around language and save game name not as noticable on Wine 23821 Super Mario Brothers X hangs in quartz? 25264 treeview wstr overrun in TVN_GETDISPINFOW (ExamXML crashes when opening an XML file) 26119 kernel32/pipe tests show some valgrind warnings 26721 Button and Static controls not painting in Win NT V6.00 and later modes 28506 kernel32/change.ok test fails occasionally on linux 28602 Ccleaner: installer...
2012 Dec 07
0
Wine release 1.5.19
...audio.drv: Convert some OSStatus errors to HRESULT. winecoreaudio.drv: Improve IsFormatSupported handling. wineoss.drv: Improve IsFormatSupported handling. winmm: Don't mask out SND_ALIAS_ID or SND_FILENAME in sndPlaySound. urlmon: Out string parameter should be ptr, not wstr. Andrew Talbot (34): printui: Remove unused variable. opengl32: Remove unused variable. ntprint: Remove unused variable. inkobj: Remove unused variable. imagehlp: Remove unused variable. xmllite: Void functions should not return a value. msvcp100: Remove s...
2016 Sep 02
0
Wine release 1.9.18
...e out the rops for copy_rect_32(). gdi32: Explicitly write out the rops for mask_rect_32(). gdi32: Split out the various offset cases for copy_rect_1() into separate functions. gdi32: Explicitly write out the rops for copy_rect_1(). uxtheme: Use 'ptr' instead of 'wstr' for [out] pointers. oleaut32/tests: Don't draw on the desktop window. oleaut32/tests: Remove test for broken NT 4.0 behaviour. crypt32/tests: Win 10 accepts carriage returns within a base64 four character block. comctl32/tests: Move the cursor off the parent window...
2010 Sep 18
0
Wine release 1.3.3
...): d3dx9: Implement D3DXCreateTextureFromResource*. d3dx9/tests: Add D3DXCreateTextureFromResource tests. Paul Vriens (5): include/evntrace.h: Add some definitions. advapi32: Add stubs for FlushTrace[AW]. dlls: Fix some specfiles with respect to 'str' and 'wstr' usage. msvcp80/msvcr90: Fix some typos in the forwards. msxml3/tests: Step to the next item on failure as well. Piotr Caban (4): shlwapi: Improved UrlCanonicalize implementation. shlwapi: Improved UrlEscapeW implementation. secur32: Handle extra data in schan_Ini...
2010 Mar 19
0
Wine release 1.1.41
...ash on ::DragLeave called without droptraget. shell32: Add SHCreateFileExtractIconW stub. shlwapi: Partially implement SHGetObjectCompatFlags with tests. avifil32: Registry access calls don't return HRESULT codes. msi: Convert IWineMsiRemoteDatabase BSTR parameters to LPCWSTR to avoid typecast. shlwapi: Don't cast WCHAR string to BSTR. quartz: Don't cast WSTR to BSTR, convert properly instead. comctl32/datetime: Use user locale for format. msxml3: Treat input BSTR as general WCHAR string for ::loadXML(). ole32: Turn FIXME to TRACE f...
2009 Sep 02
0
Wine release 1.1.29
...t (40): wined3d: Properly check if an attribute is used in loadVertexData(). wined3d: Properly check if an attribute is used in loadTexCoords(). wined3d: Properly check if an attribute is used in buffer_check_attribute(). wined3d: Properly check if an attribute is used in drawStridedSlowVs(). wined3d: Properly check if an attribute is used in state_colormat(). wined3d: Properly check if an attribute is used in drawStridedSlow(). wined3d: Properly check if an attribute is used in streamsrc(). wined3d: Properly check if an attribute is used in find_con...
2012 Oct 12
0
Wine release 1.5.15
...writeout (Coverity). wined3d: Move texture reference decrement to end of usage (Coverity). mshtml: Removed duplicate condition (Coverity). shell32: Check return value of SHGetSpecialFolderPathW (Coverity). dsound: Skip unknown sizes in tests (Coverity). advapi32: Free wstr in error case to avoid leak (Coverity). advapi32: Avoid memory leak on pipe read failure (Coverity). server: Removed duplicate close of acceptfd (Coverity). advapi32: Removed a double free issue on loop termination (Coverity). winetest: Close filehandle on run error (Coverit...
2008 Dec 05
0
Wine release 1.1.10
...d3d: Move GlPixelFormatDesc to wined3d_private.h where it belongs. wined3d: Remove sampled_format from IWineD3DBaseShaderClass, it isn't used anywhere. wined3d: Make shader texture format fixups more generic. wined3d: Get rid of vcheckGLcall. wined3d: Slightly improve drawStridedSlow() performance. wined3d: Remove a redundant condition in shader_get_opcode(). wined3d: Explicitly pass the version and instruction table to shader_get_opcode(). wined3d: Explicitly pass the shader version to shader_dump_decl_usage(). wined3d: Explicitly pass the shade...