search for: lpcstr

Displaying 19 results from an estimated 19 matches for "lpcstr".

Did you mean: opcstr
2001 Aug 15
1
WineLib Warning?
...iling 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, LPCSTR, int); and thi...
2007 Nov 24
5
Service.start arguments failing or causing segfault
Hi, Unless I''m mistaken the final arguments to Service.start should be passed to the Daemon''s service_main method. Correct? I modified the Service.start method (now in CVS) to look something like this: def self.start(service, host=nil, *args) ... num_args = args.length if args.empty? args = nil else args.unshift(service) # Necessary?
2009 Jul 20
6
[patch 00/54] [Announce] Microsoft Hyper-V drivers for Linux
Hi all, I'm happy to announce, that after many months of discussions, Microsoft has released their Hyper-V Linux drivers under the GPLv2. Following this message, will be the patches that add the drivers to the drivers/staging/ tree, and a whole bunch of cleanups. It's taken a long road to get here, and I'd like to thank the following people who made this possible: - Steve
2009 Jul 20
6
[patch 00/54] [Announce] Microsoft Hyper-V drivers for Linux
Hi all, I'm happy to announce, that after many months of discussions, Microsoft has released their Hyper-V Linux drivers under the GPLv2. Following this message, will be the patches that add the drivers to the drivers/staging/ tree, and a whole bunch of cleanups. It's taken a long road to get here, and I'd like to thank the following people who made this possible: - Steve
2002 Feb 19
1
Shlwapi UNC problems with IE6
Hi, Using SHLWAPI in native mode with IE6 ends like this : $ wine --winver winme IEXPLORE.EXE [....] Unhandled exception: page fault on read access to 0x00000001 in 32-bit code (0x4081749c). In 32-bit mode. Symbol h_errno is invalid 0x4081749c (PathIsUNCServerShareA+0x44 [path.c:1308] in libshlwapi.so): cmpb $0x5c,0x0(%esi) 1308 if (lpszPath[0]=='\\' && lpszPath[1]=='\\')
2013 Sep 27
0
Wine release 1.7.3
...a test result as broken. Henri Verbeet (49): wined3d: Pass a resource to wined3d_resource_allocate_sysmem(). wined3d: Pass a resource to wined3d_resource_free_sysmem(). ddraw: Take surface usage into account when checking format capabilities in CreateSurface(). dxgi: Avoid LPCSTR. dxgi: Avoid LPVOID. ddraw: Fix render target refcount handling. ddraw: Don't set render target / depth stencil usage on sysmem surfaces. ddraw: Verify that the surface is a render target in d3d_device_create(). d3d10core: Avoid LPSTR. d3d10core: Avoid LPVOID...
2016 Feb 24
0
[PATCH 2/5] ntfs: remove unused variable and have ntfssect use char API calls
On 2/24/2016 08:02, Pete Batard via Syslinux wrote: > The variable 'ok' is never used and generates a warning. Remove it. Also > ntfssect.c is designed to be compiled in non Unicode mode when using > MSVC compilers, so remove all ambiguity about it (LPCTSTR -> LPCSTR, use > of 'A' API calls) so that it doesn't break when compiled in Unicode > mode, which is what Rufus uses with MSVC. > Did you happen to notice anything unusual when compiling with MinGW under Linux, once 'ok' was removed? I seem to recall warnings about unused re...
2001 Sep 24
1
Trouble with bitmap fonts
I have an (16-bit) application using a custom bitmap font, created by myself with the ancient MS C/C++ + Win3 SDK tools, and was interested if it would run under Wine. The program itself works beautifully, but the font only partially -- most of the glyphs are missing from the output. Numbers and some random characters display, but others are just blanks (scaling also looks bad, it's not
2013 Sep 13
0
Wine release 1.7.2
...decode the authorization value in the first leg. Henri Verbeet (50): wined3d: Move the MAXLOCKCOUNT constant to surface.c. wined3d: Get rid of some leftover comments referring to the GL lock. wined3d: Avoid some forward declarations. d3dx9: Avoid LPWSTR. d3dx9: Avoid LPCSTR. wined3d: Get rid of some leftover references to IWineD3D. wined3d: Rename wined3d_fake_gl_ctx to wined3d_caps_gl_ctx. wined3d: Don't clamp texture lookups in the GLSL fixed function fragment pipe. d3dx9: Avoid LPSTR. d3dx9: Avoid LPCVOID. wined3d: Use clamp(...
2008 Jun 04
1
Darwine Installation Problems
...from http.c:60: /opt/local/include/openssl/x509.h:207: error: syntax error before numeric constant In file included from /opt/local/include/openssl/ssl.h:183, from internet.h:48, from http.c:60: /opt/local/include/openssl/x509.h:929: error: syntax error before 'LPCSTR' /opt/local/include/openssl/x509.h:929: error: syntax error before '(' token /opt/local/include/openssl/x509.h:929: error: syntax error before numeric constant In file included from /opt/local/include/openssl/ssl.h:183, from internet.h:48, from http.c:6...
2010 Dec 13
1
Re: Help testing regression
Hi! I also need regression testing. Sadly, while try to install wine into my Ubuntu 10.10, for some old versions of Wine like wine-1.0, i get errors like Code: /usr/bin/install -c -m 644 `basename __install__/avifile.dll16` /usr/local/lib/wine/`basename __install__/avifile.dll16` /usr/bin/install: omitting directory `avifile.dll16' make[1]: *** [__install__/avifile.dll16] Error 1 make[1]:
2016 Feb 24
0
[PATCH 0/5] fix installer issues and enable some MSVC compatibility
...resses that. o [PATCH 2/5] ntfs: remove unused variable and have ntfssect use char The variable 'ok' is never used and generates a warning. Remove it. Also ntfssect.c is designed to be compiled in non Unicode mode when using MSVC compilers, so remove all ambiguity about it (LPCTSTR -> LPCSTR, use of 'A' API calls) so that it doesn't break when compiled in Unicode mode, which is what Rufus uses with MSVC. o [PATCH 3/5] installers: MSVC compatibility fixes More MSVC compatibility fixes, for packed structures. NB: In case you are aware of the issues that may come with MS vs...
2011 Sep 01
5
Another TAPI issue (Microkey Millennium)
Everything appears to install properly under wine when I'm setting up Millennium, but when I try to launch it, I get the following error: "The procedure entry point phoneInitializeExA could not be located in the dynamic link library tapi32.dll" I know tapi support in wine is woefully underdeveloped, but does anyone know if there's some kind of work-around for this kind of
2009 Nov 12
1
[ win32utils-Bugs-27425 ] win32-open3 doesn't build with 1.9.1
...: ''type'' win32/open3.c(267) : error C2059: syntax error : '')'' win32/open3.c(309) : error C2065: ''fptr'' : undeclared identifier win32/open3.c(309) : error C2296: ''*'' : illegal, left operand has type ''HFILE (__stdcall *)(LPCSTR,LPOFSTRUCT,UINT)'' win32/open3.c(310) : error C2143: syntax error : missing '';'' before ''type'' win32/open3.c(397) : error C2065: ''m1'' : undeclared identifier win32/open3.c(397) : warning C4047: ''='' : ''int'...
2017 Nov 09
10
Experiment on how to improve our temporary file handing.
Currently a power failure or other hard crash can cause lld leave a temporary file around. The same is true for other llvm tools. As an example, put a breakpoint in Writer.cpp:236 ("writeBuildId()") and restart the run a few times. You will get t.tmp43a735a t.tmp4deeabb t.tmp9bacdd3 t.tmpe4115c4 t.tmpeb01fff The same would happen if there was a fatal error between the
2016 Feb 24
6
[PATCH 2/5] ntfs: remove unused variable and have ntfssect use char API calls
The variable 'ok' is never used and generates a warning. Remove it. Also ntfssect.c is designed to be compiled in non Unicode mode when using MSVC compilers, so remove all ambiguity about it (LPCTSTR -> LPCSTR, use of 'A' API calls) so that it doesn't break when compiled in Unicode mode, which is what Rufus uses with MSVC. -------------- next part --------------
2009 Jan 02
0
Wine release 1.1.12
...bly versions if no compatible version is found. ntdll: Make the loader process relocations correctly for x86_64. dsound: Correct amount of buffers used for playing. Michael Karcher (4): include: Add missing local attributes to shobjidl.idl. include: Fix out string type from LPCSTR to LPSTR in shobjidl.idl. include: Add a missing [unique] to shobjidl.idl. widl: Recurse search for need of delegation. Michael Stefaniuc (6): msvcrt/tests: Use the C standard for multiline strings. opengl32: make_opengl: Do not add explicit casts of function pointers to vo...
2008 Apr 14
10
wine asio
Does wine asio still work with the current version of WINE? I tried installing it per the instructions and it didn't want to make.
2008 May 02
0
Wine release 0.9.61
...g RichEdit. winhelp: Added support for relative offsets in richedit rendered pages. Erik de Castro Lopo (5): include: Fix "warning: cast from pointer to integer of different size". user32/tests: Use SetWindowLongPtr instead of SetWindowLong. crypt32: Use LOWORD on LPCSTR type instead of casting to int. ntdll: Win64 fix for get_pointer_obfuscator. dbghelp: Fix pointer cast. Frans Kool (2): winecfg: Added missing Dutch translation. start: Fixed Dutch translations. Gerald Pfeifer (1): widl: Fix syntax to also work with older versions of...