Re: RFC: wine ASIO driver available for testing

2006-09-01 Thread Eric Pouech
Robert Reif wrote: I just uploaded a simple wine ASIO driver to http://bugs.winehq.org/show_bug.cgi?id=2161 for testing and feedback. Please look at it and give me feedback. Playback works. Recording is untested due to lack of software. Full duplex doesn't work for me but I'm not sure if

Re: Temporary Git tree available

2006-09-01 Thread Mike McCormack
Saulius Krasuckas wrote: Could you, please, also attach gitweb interface to it and publish it? I know of no way to check "whatchanged -u" on a remote tree and also wouldn't like to pull mmbranch into my disk just for the current moment... I'm aware of gitweb and will consider installing it,

Re: usp10: Resend - usp10: Implement and test Script{Apply, Record}DigitSubstitution.

2006-09-01 Thread Mike McCormack
Albert Lee wrote: +TRACE("%p, %p, %p\n", sds, sc, ss); + +SCRIPT_DIGITSUBSTITUTE psds; + This causes a warning: gcc -m32 -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ -Wdeclaration-after-statement -Wwrite-stri

Re: Clarification

2006-09-01 Thread Juan Lang
Thanks Tom! I was indeed confused. I was wondering if it were some literary reference I was missing, like Tom Riddle in the Harry Potter books or something. /me stops scratching his head. --Juan __ Do You Yahoo!? Tired of spam? Yahoo! Mail has th

Re: Thank you

2006-09-01 Thread Hiji
We just shipped a public beta of CrossOver for the Mac. We're very excited about the Mac opportunities as we hope it will give us a much needed boost and allow us to accelerate our own contributions to Wine. I'm proud of our work on Wine - and I am very privileged to work with the folks at CodeWe

Clarification

2006-09-01 Thread Tom Booker
Hi everyone, I feel like I owe some of you some clarification with all of the names I have slung around here in the past as my own..I started contributing as Dustin Navea, then it switched to Dustin Booker, then to Tom Spear (aka Dustin Booker Dustin Navea), and finally to Tom Booker.  It's about t

Re: Temporary Git tree available

2006-09-01 Thread Saulius Krasuckas
Hello, Mike, * On Wed, 30 Aug 2006, Mike McCormack wrote: > As Alexandre has gone on holidays for a week, I've made available a > temporary Git tree containing most patches sent to wine-patches. Nice, thanks :) > You can pull my branch into your existing Git checkout as follows: > > git fetch

Re: Adding L"" defines to include files ?

2006-09-01 Thread Frank Richter
On 01.09.2006 09:43, Paul Vriens wrote: > I've seen several occurrences of these in our own include files, so one > should think there is no harm. You could look how e.g. the WC_* macros are defined in commctrl.h. -f.r.

Re: Adding L"" defines to include files ?

2006-09-01 Thread Paul Vriens
On Fri, 2006-09-01 at 10:06 +0200, Marcus Meissner wrote: > On Fri, Sep 01, 2006 at 09:43:40AM +0200, Paul Vriens wrote: > > Hi, > > > > I'm currently dealing with the DllRegister part of wintrust. One of it's > > include files (softpub.h) on Windows has: > > > > #define SP_POLICY_PROVIDER_DLL_NA

Re: Adding L"" defines to include files ?

2006-09-01 Thread Marcus Meissner
On Fri, Sep 01, 2006 at 09:43:40AM +0200, Paul Vriens wrote: > Hi, > > I'm currently dealing with the DllRegister part of wintrust. One of it's > include files (softpub.h) on Windows has: > > #define SP_POLICY_PROVIDER_DLL_NAME L"WINTRUST.DLL" > #define SP_INIT_FUNCTIONL"SoftpubInitia

Adding L"" defines to include files ?

2006-09-01 Thread Paul Vriens
Hi, I'm currently dealing with the DllRegister part of wintrust. One of it's include files (softpub.h) on Windows has: #define SP_POLICY_PROVIDER_DLL_NAME L"WINTRUST.DLL" #define SP_INIT_FUNCTIONL"SoftpubInitialize" #define SP_OBJTRUST_FUNCTIONL"SoftpubLoadMessage" #define SP_