Displaying 20 results from an estimated 22 matches for "dxguid".
Did you mean:
ldxguid
2008 Nov 19
7
Appiing patches to wine GIT
I have never applied patches to wine, so i have a question:
I downloaded wine git , then copied cursor-patches-1.1.8.patch to wine source dir, then
When i entered
$patch -p1 < cursor-patches-1.1.8.patch
#receive
$Reversed (or previously applied) patch detected! Assume -R? [n]
Does it miens that patch no needed? Already installed?
2009 Dec 26
3
Unable to compile wine on WinXP with Cygwin
...'.
make[2]: Leaving directory `/home/Alex/wine-git/dlls/dxerr8'
make[2]: Entering directory `/home/Alex/wine-git/dlls/dxerr9'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Alex/wine-git/dlls/dxerr9'
make[2]: Entering directory `/home/Alex/wine-git/dlls/dxguid'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Alex/wine-git/dlls/dxguid'
make[2]: Entering directory `/home/Alex/wine-git/dlls/strmiids'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/Alex/wine-git/dlls/strmiids'
make[2]:...
2005 Mar 31
0
installing Win32 Compilers
...g once it got to
commandline.txt fdlibm.lib lcccrt0.obj libcrt0s.obj stdlib.idx
complex.lib gdbmdll.lib lcccrt0s.obj libml.lib tcconio.lib
daguid.lib gdbm.lib lcc.lib regexp.lib UUID.LIB
dx8math.lib glaux.lib libc.lib scrnsave.lib weditres.lib
dxguid.lib iostream.lib libcrt0.obj shell32.lib wizard/
until I stopped it. Consequently it hung on installing Sleepycat's db.
I'll erase the installation and try again, this time saving the error
messages.
Wesley Parish
PS But wow, it felt good, watching MinGW32 install _without_...
2007 Apr 30
1
Building ZDoom with winelib
...ing to port Skulltag (which is based on ZDoom)
to Linux and if ZDoom can't be build with Winelib, Skulltag can't be
either.
With little modifications I was able to compile ZDoom with winegcc,
but during linking the GNU linker ld crashes, with a malloc error.
This only happens if I link the dxguid library, but need to link it,
sice I get undefined references otherwise.
It happens to me under Ubuntu 7.04 and openSUSE 10.2 with the Wine
version supplied by these distros. Under Ubuntu I also tried Wine
0.9.35 and 0.9.36.
AFAIK ld should not crash, no matter what I try to link. So this seems
t...
2004 Apr 15
1
error during "make"; can't find ./tools/wineinstall
You have to run ./tools/wineinstall as a normal user, not root.
Ivan.
2007 Mar 19
1
Wile: Error when executing "make" in SimplyMepis 3.4.3
...esktop/wine-0.9.28/dlls/dxerr8'
make[2]: Entering directory
`/home/zheng/Desktop/wine-0.9.28/dlls/dxerr9'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/zheng/Desktop/wine-0.9.28/dlls/dxerr9'
make[2]: Entering directory
`/home/zheng/Desktop/wine-0.9.28/dlls/dxguid'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/zheng/Desktop/wine-0.9.28/dlls/dxguid'
make[2]: Entering directory
`/home/zheng/Desktop/wine-0.9.28/dlls/strmiids'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/zheng/Desktop/win...
2004 May 10
1
probs w/ make and make install
cd `dirname dlls/__install-lib__` && make install-lib
rm -f libdxerr8.a && ln -s dxerr8/libdxerr8.a libdxerr8.a
rm -f libdxerr9.a && ln -s dxerr9/libdxerr9.a libdxerr9.a
rm -f libdxguid.a && ln -s dxguid/libdxguid.a libdxguid.a
rm -f libuuid.a && ln -s uuid/libuuid.a libuuid.a
cd `dirname advapi32/__install__` && make install
../../tools/mkinstalldirs -m 755 /usr/local/lib/wine
/usr/bin/install -c advapi32.dll.so
/usr/local/lib/wine/advapi32.dll.so
cd `di...
2014 May 02
0
Wine release 1.7.18
...drawdib.
msvfw32: Drawdib doesn't support inverted DIBs.
msvfw32: Fix uncompressed bitmap size handling in DrawDibDraw.
Alex Henrie (1):
bcrypt: Add stub for BCryptOpenAlgorithmProvider.
Alexandre Julliard (8):
msvcrt: Update comments for non-exported functions.
dxguid: Remove some symbols that aren't exported in native.
ntdll: Don't wait for writes to complete in NtFlushVirtualMemory.
gdi32/tests: Don't fetch the bits into the DIB itself.
msvcp90: Fix the mbstowcs_s macro return value.
winegcc: Only pass large-address-aware op...
2015 Dec 12
0
Wine release 1.8-rc4
...r32: SetLayeredWindowAttributes is no longer a stub.
user32: Preserve the surface contents when changing the WS_EX_LAYERED bit.
Revert "opengl32: Store alternative function in wglGetProcAddress."
Alistair Leslie-Hughes (3):
configure: Create d3dx10 import library.
dxguid: Include d3dx10.h.
wevtapi: Add EvtClose stub.
Andrew Eikum (1):
winepulse.drv: Print a winediag error when PA buffer size is too small.
Austin English (1):
fusion: Add a stub for CopyPDBs.
Boyuan Yang (1):
readme: Add Simplified Chinese translation.
Dmitry Timoshkov (6)...
2011 Mar 15
4
HUNK #N Problems When Applying A Patch For Wine 1.3.15
...b/dlls/user32/Makefile.in
index 3dbde26..d1ebfe8 100644
--- a/dlls/user32/Makefile.in
+++ b/dlls/user32/Makefile.in
@@ -1,7 +1,7 @@
EXTRADEFS = -D_USER32_ -D_WINABLE_
MODULE = user32.dll
IMPORTLIB = user32
-IMPORTS = gdi32 version advapi32
+IMPORTS = gdi32 version advapi32 dinput8 dinput dxguid
DELAYIMPORTS = imm32
C_SRCS = \
diff --git a/dlls/user32/input.c b/dlls/user32/input.c
index 6e1e459..c0a3b42 100644
--- a/dlls/user32/input.c
+++ b/dlls/user32/input.c
@@ -22,6 +22,14 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
+/*
+ * Modififed by R...
2007 Jan 09
0
Wine release 0.9.29
...server: Add a generic apc_call structure to make it easier to extend, and more type-safe.
make_requests: Grab status names from async_terminate calls too.
server: Don't fail to map a shared section if the final sector is truncated.
dsound: The dsconf.h GUIDs are now in libdxguid.
Update copyright info for the new year.
Andrew Talbot (26):
sane.ds: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
dmband: Remove unused file-static variable.
wnaspi32: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
ntdll: Qualify use of WINE_DEFAULT_DEBUG_CHANNEL.
ms...
2009 Jul 17
0
Wine release 1.1.26
...ringA on error.
Daniel Nylander (1):
appwiz.cpl: Add Swedish translation.
David Adam (18):
d3dx9_36: Fix tests to make them pass in Windows.
d3dx9_36: Fix the sprite tests to make them pass in Windows.
d3dx9: Fix the prototype of some functions.
d3dx9: Add d3dx9.h in dxguid.
d3dx9: Merge d3dx8 core into d3dx9.
d3dx9: Merge d3dx8 mesh into d3dx9.
d3dx9: Merge d3dx8 mesh tests into d3dx9.
d3dx9: Merge d3dx8 math into d3dx9.
d3dx9: Clean-up the spec file.
d3dx9: Merge d3dx8 math tests into d3dx9.
d3dx9: Remove the useless d3dx8 i...
2020 Aug 01
0
Wine release 5.14
...ry "inline" qualifiers.
wined3d: Get rid of default label in debug_cs_op() switch.
ntdll: Don't read current CPU frequency on Linux.
include: Add ID3D10Device1 forward declaration.
include: Flesh out d3dx10math.h a bit more.
d3dcompiler: Don't link to dxguid or uuid.
Myah Caron (4):
include: Add IShellLinkDual interface.
amstream: Implement IMediaStreamFilter::GetDuration.
amstream: Implement IAMMultiMediaStream::GetDuration.
amstream: Implement IMediaStreamFilter::GetStopPosition.
Nikolay Sivov (9):
comctl32/listview: D...
2014 May 16
0
Wine release 1.7.19
...ayx: Initial msgtid variable (Valgrind).
netcfgx: Fix memory leak (valgrind).
dpnet/tests: Add IDirectPlay8Client tests.
dpnet: Implement IDirectPlay8Client Initialize.
dpnet: Store DPN_SP_CAPS as part of the object.
dpnet: Implement IDirectPlay8Client GetSPCaps.
dxguid: Include dplobby8.h.
dpnet: Implement IDirectPlay8LobbiedApplication Initialize.
Aric Stewart (1):
user32: Pass WM_IME_CONTROL messages to the IME.
Aurimas Fi?eras (1):
po: Update Lithuanian translation.
Austin English (1):
user32: Add a stub for RegisterTouchWindow.
Bru...
2018 Feb 02
0
Wine release 3.1
...ptions.
dxgi: Implement dxgi_swapchain_GetDesc1().
dxgi: Implement dxgi_swapchain_GetFullscreenDesc().
dxgi/tests: Introduce check_interface() function.
dxgi: Implement dxgi_factory_EnumAdapterByLuid().
dxgi/tests: Add test for adapter locally unique identifiers.
dxguid: Add more Direct3D IIDs.
dxgi/tests: Fix crash in test_output_desc().
wined3d: Add buffer usage to wined3d_swapchain_desc.
dxgi: Stop ignoring buffer usage.
d3d11: Use proper bind flags for swapchain textures.
dxgi/tests: Add test for back buffer usage flags.
wid...
2018 Feb 16
0
Wine release 3.2
...3d11_immediate_context_ResolveSubresource().
d3d11: Implement d3d10_device_ResolveSubresource().
wined3d: Query supported sample counts for multisample textures.
dxgi/tests: Add test for CreateDXGIFactory2().
dxgi: Implement IDXGIFactory5.
include: Add d3d12.idl.
dxguid: Add D3D12 IIDs.
d3d12: Add dll.
d3d12/tests: Add test for COM interfaces.
dxgi: Use assignment instead of memcpy().
d3d8/tests: Add test for changing multisample type of implicit swapchain.
wined3d: Align OpenGL version comments for newer core functions.
wined3d...
2007 Aug 24
0
Wine release 0.9.44
...Notify.
winealsa: Add initial dscapturedriver stub.
winealsa: Implement IDsCaptureDriverImpl_Open.
winealsa: Add IDsCaptureDriverBuffer stub.
winealsa: Add support for opening/closing dsound capture buffer.
winealsa: Add support for playing dsound capture buffer.
dxguid: Remove dsdriver.h from imports.
winealsa: Report card name in volume control fixme.
dsound: Handle failing of IDsDriver_CreateSoundBuffer better.
dsound: Move assignment of DSBCAPS_LOC to primary buffer creation time.
dsound: Transparantly fall back to software mode if hard...
2008 Feb 22
0
Wine release 0.9.56
...Object16 from 32-bit code.
wineboot: Delete files from dllcache once they have been installed.
Avoid the nounistd option that doesn't exist on older flex, define YY_NO_UNISTD_H instead.
server: Don't access the process after send_client_fd as it may have been killed.
dxguid: Add a few more iids.
uuid: Remove a few iids that don't belong here.
uuid: Fixed the CLSID_Picture_EnhMetafile definition.
user32: Pass the modified SetWindowPos flags to the set_window_pos server request.
winex11: Re-introduce a separate X11 window for the client area...
2010 Nov 12
0
Wine release 1.3.7
...Add implementation of IGameStatistics::GetCategoryTitle.
gameux: Add implementation of IGameStatistics::GetStatistic.
Rico Sch?ller (5):
d3dcompiler: Add D3DReflect() stub.
include: Add ID3D11ShaderReflection interface.
include: Add ID3D10ShaderReflection1 interface.
dxguid: Add shader and dx11 includes to dx10guid.c.
d3dcompiler: Add stub ID3D11ShaderReflection interface.
Stefan D?singer (3):
wined3d: Don't pass the texture stages to basetexture_apply_state_changes.
wined3d: Don't change GL_TEXTURE* when using the arb fragment pipeline....
2008 Oct 24
0
Wine release 1.1.7
...le().
wined3d: The container is always non-NULL if GetContainer() succeeds.
wined3d: Remove a redundant local variable in apply_draw_buffer().
wined3d: Modifying GL_TEXTURE_MIN_FILTER modifies both the MINFILTER and MIPFILTER sampler states.
d3d10: Create an importlib.
dxguid: Add d3d10 GUIDs.
dxgi: Add the IDXGIObject interface.
dxgi: Add the IDXGIDeviceSubObject interface.
dxgi: Add the IDXGISurface interface.
dxgi: Add the IDXGIOutput interface.
dxgi: Add the IDXGISwapChain interface.
dxgi: Add the IDXGIAdapter interface.
sec...