Re: [PATCH 03/14] mciwave: Do not lie about state when winmm fails in Pause or Resume.

2009-10-19 Thread Christian Gmeiner
Patch is missing -- Christian Gmeiner, MSc

Re: RFC: registry keys of serial ports

2009-09-11 Thread Christian Gmeiner
( device ); if (uuid_str) p_libhal_free_string( uuid_str ); if (mount_point) p_libhal_free_string( mount_point ); } Keep in mind that i am not sure if this source samples compile - was a quick copy paste action. What do you think about it? [1] http://wiki.winehq.org/USB -- Christian

Adding devices to registry with the help of hal

2008-02-20 Thread Christian Gmeiner
Hi all, I want you to present my current proof-of-conecpt. It shows how we can use hal.c of explorer to create registry keys for devices. Keep in mind that it only creates one registry key for each usb device at the moment. Before I investigate more time in this, I want to get some feedback about

Adding devices to registry with the help of hal

2008-02-20 Thread Christian Gmeiner
Hi all, I want you to present my current proof-of-conecpt. It shows how we can use hal.c of explorer to create registry keys for devices. Keep in mind that it only creates one registry key for each usb device at the moment. Before I investigate more time in this, I want to get some feedback about

Re: autorun perhaps dangerous (Was: Wine release 0.9.53)

2008-01-11 Thread Christian Gmeiner
2008/1/11, Marcus Meissner [EMAIL PROTECTED]: On Fri, Jan 11, 2008 at 05:36:04PM +0100, Alexandre Julliard wrote: This is release 0.9.53 of Wine, a free implementation of Windows on Unix. What's new in this release: - RunOnce and Run entries now executed on startup. This will

Re: [SETUPAPI] SetupDiCreateDeviceInfo

2006-07-17 Thread Christian Gmeiner
, please let me know it :) Greets, Christian -- Christian Gmeiner - student of computer science http://dxr3plugin.sf.net Wanna listen to good music? - http://www.purevolume.com/sinceyouaredead Hi Christian, I haven't checked if the logic is corret. But this certainly isn't

Re: [SETUPAPI] SetupDiCreateDeviceInfoA stub

2006-06-23 Thread Christian Gmeiner
On Thursday 22 June 2006 17:50, Detlef Riekenberg wrote: Hi Christian Gmeiner: It seems that there is no SetupDiCreateDeviceInfoW exporteded by setupapi.dll on windows SetupDiCreateDeviceInfoW is exported: http://support.microsoft.com/dllhelp/?dlltype=filel=55S=1alpha=setupapi. dll

Re: [Setuapi] implement SetupDiCreateDeviceInfoListExW - try 3

2006-06-15 Thread Christian Gmeiner
!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Christian Gmeiner - student of computer science http://dxr3plugin.sf.net Wanna listen to good music? - http://www.purevolume.com/sinceyouaredead

Re: [Setuapi] implement SetupDiCreateDeviceInfoListExW - try 3

2006-06-14 Thread Christian Gmeiner
On Wednesday 14 June 2006 01:45, Detlef Riekenberg wrote: Hi Detlef Hi Christian Gmeiner: Sorry for the new version, but i got rid of the whitspace stuff and also added a check if Reserved != NULL. I hope that this patch is ready to commit now. +if (MachineName != NULL

Hal and functions in setupapi

2006-06-06 Thread Christian Gmeiner
Hi all... at the momemt i am reading into functions to get some informations about e.g. cdrom drives. At the moment i am loking into SetupDiGetClassDevsW to support GUID_DEVINTERFACE_CDROM and later USB devices. My overall goal is it to get Line 6 software for my guitart effect board (USB)

Re: [SOC] ASIO

2006-04-27 Thread Christian Gmeiner
by looking at orginal SDK. So if we dont do copypaste, all should be okay. OF: An other question: How will the projects gets assigned to a student? -- Christian Gmeiner - student of computer science http://dxr3plugin.sf.net http://itb04.ath.cx http://javamill.ath.cx

[SOC] ASIO

2006-04-18 Thread Christian Gmeiner
What is ASIO? ASIO is a driver interface for pro-audio apps developed by Steinberg. It's somewhat similar to our beloved Jack sound server, but not as advanced. I thought about implementing ASIO for wine so we are one step neaer to a running Cubase. I have also some advanced audio hardware

[mlang.dll] DllCanUnloadNow

2006-03-03 Thread Christian Gmeiner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 This patch + implements LockServer + implements DllCanUnloadNow + add some needed calls to LockModule() UnlockModule() If it didn't get into cvs i want a mail with the cause. - -- Christian Gmeiner - student of computer science http

cvs build fails

2006-02-28 Thread Christian Gmeiner
to `glStencilOpSeparate' /home/austriancoder/development/wine/dlls/wined3d/device.c:3799: undefined reference to `glStencilFuncSeparate' collect2: ld gab 1 als Ende-Status zurück - -- Christian Gmeiner - student of computer science http://dxr3plugin.sf.net http://itb04.ath.cx http://javamill.ath.cx

Hotkey

2006-02-23 Thread Christian Gmeiner
every time a user presses a button, if there are some pressed other too. If this is also true, look if it is a hotkey and send to the correct window the correct message. What do you think about this? Thanks, Christian - -- Christian Gmeiner - student of computer science http://dxr3plugin.sf.net

Directx 8 and wined3d

2006-02-09 Thread Christian Gmeiner
converted to use wined3d or is it a good idea to write a patch for it? Thanks, Chiristian -- Christian Gmeiner - student of computer science http://dxr3plugin.sf.net http://itb04.ath.cx

Re: Directx 8 and wined3d

2006-02-09 Thread Christian Gmeiner
11:56, Christian Gmeiner wrote: Hi all. I have here a directx 8 game - first splinter cell - and i get this fixme: fixme:d3d_surface:IDirect3DSurface8Impl_UnlockRect Unsupported Format 22 in locking func So i looked at wine source and found out that format 22 (WINED3DFMT_X8R8G8B8

dxiag question

2005-12-09 Thread Christian Gmeiner
) fixme:dxdiag:IDxDiagContainerImpl_AddChildContainer (0x7fd665d0, LDxDiag_DirectPlay, 0x7fd72118) So.. i think it is very important to fix this and then the setup could say that directx is installed. Now my question: is anybody working on this? Thanks, Christian -- Christian Gmeiner - student of computer

winecfg: add options to switch between installed directx versions

2005-12-07 Thread Christian Gmeiner
Hi all. I wanted to install Need for Speed - Most wanted under wine and the setup told me, that directx is not installed. So i think we need a way to set installed/used directx version in winecfg. Do you think its worth to start developing a patch in this direction? Thanks -- Christian

Re: [MSI] DllCanUnloadNow try2

2005-12-04 Thread Christian Gmeiner
Dmitry Timoshkov wrote: Christian Gmeiner [EMAIL PROTECTED] wrote: +/** + * Dll lifetime tracking declaration + */ +void LockModule(void) +{ +InterlockedIncrement(dll_count); +} + +void UnlockModule(void

DllCanUnloadNow for dlls/msi

2005-11-30 Thread Christian Gmeiner
, and it should fail then -Release() the object, and DllCanUnloadNow should succeed Can somebody give me some links or maybe a litte source to make such a test? Thanks, Christian -- Christian Gmeiner - student of computer science http://dxr3plugin.sf.net http://itb04.ath.cx

directx 7/8/9

2005-10-26 Thread Christian Gmeiner
! err:ddraw:set_render_state Unhandled dwRenderStateType D3DRENDERSTATE_VERTEXBLEND (0097) value : ! Is somebody working on this? Greets, Christian -- Christian Gmeiner Developer for Rockbox (http://www.rockbox.org) Maintainer of the DXR3-Plugin for VDR: http://sourceforge.net

Debuging Splinter Cell 1 - found bug in kernel32?

2005-10-15 Thread Christian Gmeiner
The full log can be found here: http://x-factor.dyndns.org/~austriancoder/splinter_cell1.log.bz2 (1,5 M) Maybe somebody can confirm that it is a kernel32 bug and may can fix it, or give me a hint were i can fix it. Thanks, Christian -- Christian Gmeiner Developer for Rockbox (http