Re: alsa: device name

2005-06-12 Thread Kevin Koltzau
On Sunday 12 June 2005 09:52 pm, Jeremy White wrote: > I don't think this is correct. Our job is to enumerate To be honest I didn't think it was correct either, but the current solution does not work correctly either so I figured I'd give it a shot. I have default overridden to pass through dmix

Re: winefile: UNICODE

2005-06-12 Thread Dmitry Timoshkov
"Martin Fuchs" <[EMAIL PROTECTED]> wrote: > Changelog: > switch winefile to UNICODE mode Why to go through all this pain and not just make it unicode only? -- Dmitry.

Re: icons for wine

2005-06-12 Thread David Christian Berg
On Sun, 2005-06-12 at 13:41 -0400, Tom Wickline wrote: > On 6/12/05, David Christian Berg <[EMAIL PROTECTED]> wrote: > > > > there you'll find the latest version. > > Why not make some Wine related icons and ask the list/AJ for comments on them? > I took a look at the icons that you have and YES

Re: Could not load c:\windows\system\opengl32.dll Wine 20050524

2005-06-12 Thread J. Grant
Hi Tom, [...] Why not build from source? Do you mean from source tgz? I do not wish to polute my install, so I would not want to do that. If you meant build the package I think that is an option Something like this: apt-get build-dep wine apt-get --build source wine audio does not seem

Re: Could not load c:\windows\system\opengl32.dll Wine 20050524

2005-06-12 Thread J. Grant
Hi, Thanks for your reply. [...] The question is simply how much fool-proofing we should put in the Wine code to work around basic stuff like that. I spoke to the Debian package maintainer, their policy is to separate it all so users who do not need cups support do not have to install it seems

Re: alsa: device name

2005-06-12 Thread Jeremy White
Kevin, I don't think this is correct. Our job is to enumerate devices available to Wine; the 'default' device is generally card #0, device #0 on that card. A system may well have multiple card and multiple devices within a card; by setting this to 'default', you have prevented a meaningful scan

Re: [PATCH] FCI work for cabinet.dll [cabinet-fci-patch-02b.diff]

2005-06-12 Thread Dimi Paun
On Sun, 2005-06-12 at 21:12 +0100, Andrew Neil Ramage wrote: > Why not a compromise, then ? I'm sure three space indents are clear > enough, but do not involve excessive typing. (IIRC, M$ and Borland > both use 3-space) :) No, please don't. In the Wine tree we currently use 2, 4, 8 space indent

Re: activeds.dll (#1_v2)

2005-06-12 Thread Tom Wickline
On 6/12/05, Detlef Riekenberg <[EMAIL PROTECTED]> wrote: > Hi. > > Changelog: > Added "activeds.dll" with some stubs to get the native > "printui.dll" (w2k) loaded for the command "/?" > (rundll32.exe printui.dll,PrintUIEntry "/?") > > (More patches will follow for winspoo

Re: Bug#313266: Please switch away from c2man (to e.g. doxygen)

2005-06-12 Thread Ove Kaaven
søn, 12,.06.2005 kl. 14.17 -0700, skrev Scott Ritchie: > This sounds like a good summer project for me to tackle while I'm > redoing the rest of the documentation. Phasing out c2man has been a > long time coming. As far as this bug is concerned, though, Wine already have, and now use its own c2ma

Re: Bug#313266: Please switch away from c2man (to e.g. doxygen)

2005-06-12 Thread Scott Ritchie
This sounds like a good summer project for me to tackle while I'm redoing the rest of the documentation. Phasing out c2man has been a long time coming. -Scott Ritchie On Sun, 2005-06-12 at 21:09 +0100, Martin Michlmayr wrote: > Package: wine > Version: 0.0.20050419-1 > Severity: wishlist > > Pl

MSVCRTD/tests/debug.c: buggy call to operator new

2005-06-12 Thread Saulius Krasuckas
Wrong value of 0 (_FREE_BLOCK) is passed as a second parameter (int nBlockUse) to the operator [1], which causes real DLL on real windows to pop up a MSVCRTD Library window, informing you: | Debug Error! | Error: memory allocation: bad memory block type. The test succeeds only on Wine: | void

Re: [PATCH] FCI work for cabinet.dll [cabinet-fci-patch-02b.diff]

2005-06-12 Thread Andrew Neil Ramage
Why not a compromise, then ? I'm sure three space indents are clear enough, but do not involve excessive typing. (IIRC, M$ and Borland both use 3-space) Andrew You can be the captain I will draw the chart Sailing into destiny Closer to the heart Closer to the Heart by Rush (A Farewell to Ki

wine and gdi+

2005-06-12 Thread Michael Büttner
Hi, I was checking wine for GDI+ support and noticed that there are no headers or anything at all. I did not find any further information, so i guess there's no work being done there? So, winelib is not an option. What about using wine and native gdiplus.dll, any experiences? What about the li

Re: Could not load c:\windows\system\opengl32.dll Wine 20050524

2005-06-12 Thread Lionel Ulmer
On Sun, Jun 12, 2005 at 01:00:14AM +0100, J. Grant wrote: > Could the important wine config such as this be clearly stated in the > output when it is the cause of a fault like this please? (If there is a > sane way to do it.. such as seeing the opengl32.dll does not exist before > the software fail

Re: [PATCH] FCI work for cabinet.dll [cabinet-fci-patch-02b.diff]

2005-06-12 Thread Tom Wickline
On 6/12/05, Dimi Paun <[EMAIL PROTECTED]> wrote: > -- if people mix tabs and spaces (and they do) the output is not sane > > Tab is 8 spaces. Why not go from 4-space indent as a request to a rule? And then in the future you can simple say this is the rule of coding etiquette here? Tom > > -

Re: [PATCH] FCI work for cabinet.dll [cabinet-fci-patch-02b.diff]

2005-06-12 Thread Dimi Paun
On Sun, 2005-06-12 at 10:03 -0500, Mitchell Mebane wrote: > I've always wondered, why not tabs? Any decent text editor can display > tabs however wide someone wants them to be. Wouldn't that solve the > whole problem? Or is there some other problem with tabs that I'm > missing? In fact, if editors

Re: icons for wine

2005-06-12 Thread Tom Wickline
On 6/12/05, David Christian Berg <[EMAIL PROTECTED]> wrote: > > there you'll find the latest version. Why not make some Wine related icons and ask the list/AJ for comments on them? I took a look at the icons that you have and YES there nice but none of them have anything to do with Wine. Tom >

icons for wine

2005-06-12 Thread David Christian Berg
Hey guys, I don't see a chance of the drawing of icons being accepted as a summer of code project, but still I think that my eXperience icons might just be what wine is looking for. They are SVGs, created with Inkscape. Check them out at http://home.tu-clausthal.de/~dcb/linux/experience/icons.tar.

Re: Could not load c:\windows\system\opengl32.dll Wine 20050524

2005-06-12 Thread Tom Wickline
On 6/11/05, J. Grant <[EMAIL PROTECTED]> wrote: > Hi, > > Just responding to my own post. I was discussing with people on > #winehq and found the cause of the problem. > > > ...calling LoadLibrary( 'c:\windows\system\opengl32.dll' ): failed > > This seems to be because debian unstable package h

Re: [PATCH] FCI work for cabinet.dll [cabinet-fci-patch-02b.diff]

2005-06-12 Thread Mitchell Mebane
Dustin Navea wrote: Ok, Now I am getting fed up with all this petty bickering over indent amounts.  Alexandre wants 4 space indents.  As soon as I get Linux installed on my box, I'm going to _MANUALLY_ go through every single file and make sure that we have 4 space indent, since I wouldnt know

Re: Could not load c:\windows\system\opengl32.dll Wine 20050524

2005-06-12 Thread J. Grant
Hi, Just responding to my own post. I was discussing with people on #winehq and found the cause of the problem. ...calling LoadLibrary( 'c:\windows\system\opengl32.dll' ): failed This seems to be because debian unstable package had opengl disabled for as opengl support seems to be in a separ

Re: [PATCH] FCI work for cabinet.dll [cabinet-fci-patch-02b.diff]

2005-06-12 Thread Dustin Navea
OHHH.. Boy do I feel a lil silly now. I was thinking it was pretty much a steadfast rule, but that if someone felt strongly about their indentation style, we would still accept their patch so that we could get more functionality, and at the same time encourage them to submit more.. Guess I wa

user32.dll SetSystemCursor

2005-06-12 Thread Tom Wickline
I have noticed while trying to get a couple games to work that they require SetSystemCursor and the function is documented here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/resources/cursors/cursorreference/cursorfunctions/setsystemcursor.asp A

Re: Some economic analysis of Apple's move to x86

2005-06-12 Thread Mike Hearn
On Sat, 2005-06-11 at 20:22 -0700, Scott Ritchie wrote: > This is true. However, Apple still has their main disutility working > against them - much higher prices, both due to software and hardware > costs. That's something they'll never be able to compete with Linux on, > since Linux is free and

KERNEL32/tests/console.c: suspending Ctrl-C handling

2005-06-12 Thread Saulius Krasuckas
This is done by calling SetConsoleCtrlHandler(NULL, TRUE). However, MSDN is correct at saying NULL won't work on win9x. I guess win9x intreprets NULL as a handler address w/o any checks and installs it into some chain. When we call GenerateConsoleCtrlEvent(CTRL_C_EVENT, 0) later, we get some

Dragon NS8 on wine

2005-06-12 Thread René Rebe
Hi all, despite my inital problems with the setup.exe of Naturally Speaking 8 wanting to install and USB 2 (EHCI) stack which failed due to "OS not supported" I found out that it is possible to run the .msi Microsoft Installer manually: Install the Microsoft Installer as downloadable somewhere

Re: [NtQuerySystemInformation #7] SystemTimeOfDayInformation (RESEND)

2005-06-12 Thread Alexandre Julliard
Paul Vriens <[EMAIL PROTECTED]> writes: > just found at that the behavior of NT and W2K/WinXP differ a lot for > SystemTimeOfDayInformation. > > The struct for NT is 32 Bytes compared to 48 for the others. Apart from > that returncodes etc.. are totally different. > > The included test explains

(no subject)

2005-06-12 Thread Michael Guennewig
To: Jan Jezabek <[EMAIL PROTECTED]> Cc: wine-devel@winehq.com Subject: Re: avifil32, msvfw32 and friends References: <[EMAIL PROTECTED]> <[EMAIL PROTECTED]> From: Michael Guennewig <[EMAIL PROTECTED]> Date: 12 Jun 2005 11:07:29 +0200 In-Reply-To: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]>

Re: Dragon NS7 on wine

2005-06-12 Thread René Rebe
Hi, On Saturday 11 June 2005 11:45, [EMAIL PROTECTED] wrote: > > and my registry does neither contain such an entry: > > not a reg entry it was in the file nsinstalled.ini in the directory I > indicated. Maybe I was not clear enough when I types "cat *ini" > > What do you have in ~/.wine/c/window

Re: Debugger under Solaris

2005-06-12 Thread Alexandre Julliard
Robert Lunnon <[EMAIL PROTECTED]> writes: > I need some help to implement the debugger under Solaris. In particular I > need > help with how ptrace interacts with the threading model under Linux which I > understand uses processes for threads. Since Solaris has user mode threads, > stopping a

Re: avifil32, msvfw32 and friends

2005-06-12 Thread Eric Pouech
Jan Jezabek a écrit : Thanks for your reply. I've already submitted a patch solving the first issue - the names of the drivers can now be retrieved from the registry in addition to system.ini. The second program seems to fail at AviStreamGetFrame, I'll try to do some more research today. It se