Re: server: Return old privileges in adjust_token_privileges

2005-06-11 Thread James Hawkins
On 6/11/05, Robert Shearman <[EMAIL PROTECTED]> wrote: > > The code should already do what you are trying to do. The function > token_adjust_privileges copies the previous state of the privilege to > the output buffer and this works fine in the tests I have done. What is > the problem you are seei

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

2005-06-11 Thread Dimi Paun
On Sat, 2005-06-11 at 21:55 -0500, 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

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

2005-06-11 Thread Scott Ritchie
On Sat, 2005-06-11 at 20:55 +0100, Mike Hearn wrote: > On Sat, 2005-06-11 at 12:36 -0700, Scott Ritchie wrote: > > Well, increased Mac-only API usage would only be caused by an increase > > in Apple's marketshare. But if Apple's marketshare is going up because > > it is more useful now that Wine w

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

2005-06-11 Thread Dustin Navea
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 how to write up a sc

Re: Debugger under Solaris

2005-06-11 Thread Robert Lunnon
On Saturday 11 June 2005 19:46, David Laight wrote: > On Sat, Jun 11, 2005 at 09:17:09AM +1000, Robert Lunnon wrote: > > 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

Re: server: Return old privileges in adjust_token_privileges

2005-06-11 Thread Robert Shearman
James Hawkins wrote: Hi, NtAdjustPrivilegesToken returns the old privileges of the token in the PreviousState parameter before replacing them with the privileges in NewState. Changelog * Return old privileges in adjust_token_privileges. Hi James, The code should already do what you are t

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

2005-06-11 Thread Mike Hearn
On Sat, 2005-06-11 at 12:36 -0700, Scott Ritchie wrote: > Well, increased Mac-only API usage would only be caused by an increase > in Apple's marketshare. But if Apple's marketshare is going up because > it is more useful now that Wine works in more instances, then Linux > would be experiencing th

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

2005-06-11 Thread Scott Ritchie
On Sat, 2005-06-11 at 20:16 +0100, Mike Hearn wrote: > On Sat, 2005-06-11 at 11:40 -0700, Scott Ritchie wrote: > > If it works for Wine on Mac, why wouldn't it work for Wine on Linux? > > Well, Mac users/developers tend to write Mac software which isn't > portable anywhere. That's my primary conce

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

2005-06-11 Thread Mike Hearn
On Sat, 2005-06-11 at 11:40 -0700, Scott Ritchie wrote: > If it works for Wine on Mac, why wouldn't it work for Wine on Linux? Well, Mac users/developers tend to write Mac software which isn't portable anywhere. That's my primary concern. > Maybe if they do some sorta half-baked frankenstein port

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

2005-06-11 Thread Scott Ritchie
On Sat, 2005-06-11 at 16:37 +0100, Mike Hearn wrote: > On Thu, 09 Jun 2005 11:59:59 -0700, Scott Ritchie wrote: > > In short, Apple's move is nothing short of a tremendous potential boon. > > The alternative analysis is that it's bad, as it'll mean people porting > their apps from Win32 to the Mac

Re: Wine could cut the heart out of the Mac game business?

2005-06-11 Thread Scott Ritchie
On Sat, 2005-06-11 at 11:06 -0400, Tom Wickline wrote: > "Anonymous Developer: it all depends on WINE and the ability to run PC > games on the Mac. it could cut the heart out of the Mac game > business." > Not that I'm bothered by the quote, but we've had "anonymous developers" comment on the Win

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

2005-06-11 Thread J. Grant
Hello, I am expericing a problem due to updating my wine to 20050524 debian unstable package from wine 20050310. I think there could be a bug as OpenGL stopped working. I have included the info below, so hope someone will be able to confirm, or point me in the right direction if I need to revise

Re: avifil32, msvfw32 and friends

2005-06-11 Thread Jan Jezabek
Jan Jezabek wrote: Hi, What is the current state of VfW support? I have tried a few applications, and they seem to fail sooner or later: - virtualdub runs fine, but it's only possible to use RGB, cvid or ms video. I installed the xvid and divx vfw dll's to wine's c:\windows\system, updated th

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

2005-06-11 Thread Mike Hearn
On Thu, 09 Jun 2005 11:59:59 -0700, Scott Ritchie wrote: > In short, Apple's move is nothing short of a tremendous potential boon. The alternative analysis is that it's bad, as it'll mean people porting their apps from Win32 to the Mac APIs using Wine, and not Linux. Porting proprietary apps from

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

2005-06-11 Thread Dimi Paun
On Sat, 2005-06-11 at 16:37 +0200, Gerold J. Wucherpfennig wrote: > In my opinion BOOL is a crap and a real shortcoming > of the C programming language. [...] > And last: if(fNextCab==TRUE) makes it more obvious for the quick > source code reader when a BOOL value is compared than if(fNextCab). We

Wine could cut the heart out of the Mac game business?

2005-06-11 Thread Tom Wickline
Anyone here care to speculate on what Wine on the future Apple x86 will bring to that platform gloom or doom ? The reason why I ask is, while reading the article "Game Developers React To Intel Switch" Wine in mentioned twice once by "Glenda Adams - Aspyr Media" "Tech Support is one big issue that

Re: Dragon NS7 on wine

2005-06-11 Thread wino
On Sat, 11 Jun 2005 16:28:28 +0200, <[EMAIL PROTECTED]> wrote: On Sat, 11 Jun 2005 01:13:20 +0200, <[EMAIL PROTECTED]> wrote: On Fri, 10 Jun 2005 23:23:20 +0200, René Rebe <[EMAIL PROTECTED]> wrote: I can start the audio setup seperatly - that part seem to work on my side :-((( I was able

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

2005-06-11 Thread Gerold J. Wucherpfennig
On Wednesday 08 June 2005 19:16, you wrote: > From: "Gerold J. Wucherpfennig" <[EMAIL PROTECTED]> > > Cool stuff Gerold. A few nits: > > + if(PFCI_INT(hfci)->fNextCab==TRUE) { > > It's better to avoid explicit comparison with TRUE. > What if fNextCab is 10, not 1? It's still true, but > it will fa

Re: Dragon NS7 on wine

2005-06-11 Thread wino
On Sat, 11 Jun 2005 01:13:20 +0200, <[EMAIL PROTECTED]> wrote: On Fri, 10 Jun 2005 23:23:20 +0200, René Rebe <[EMAIL PROTECTED]> wrote: I can start the audio setup seperatly - that part seem to work on my side :-((( I was able to run wine audio.exe It seems that running the audio setup f

Re: avifil32, msvfw32 and friends

2005-06-11 Thread Jan Jezabek
Eric Pouech wrote: [snip] it's parly implemented (mainly what has been needed so far). Some drivers are still missing. It should be able to load any driver. More traces are needed to understand what goes wrong. A+ Hi, Thanks for your reply. I've already submitted a patch solving the first

Re: avifil32, msvfw32 and friends

2005-06-11 Thread Eric Pouech
Jan Jezabek a écrit : Hi, What is the current state of VfW support? I have tried a few applications, and they seem to fail sooner or later: - virtualdub runs fine, but it's only possible to use RGB, cvid or ms video. I installed the xvid and divx vfw dll's to wine's c:\windows\system, updated

Re: How to add winmm.dll driver from within msacm32.dll?

2005-06-11 Thread Eric Pouech
How is this solved in other cases (that is, in a way that does not prevent the resulting patch from being accepted)? the way to go would be to no longer rely on winmm.SendDriverMessage, but to directly store in ACM structures the address of the DriverProc. In the case of acmDriverAdd, you would

Re: OK I give up

2005-06-11 Thread Gregory M. Turner
On Saturday 11 June 2005 03:37, James Hawkins wrote: > On 6/10/05, Gregory M. Turner <[EMAIL PROTECTED]> wrote: > > How do I run the wine test suite under Windows again? I want to do this > > by compiling from source. > > > > I know the answer is out there -- maybe I have even asked this once > >

Re: Dragon NS7 on wine

2005-06-11 Thread wino
On Sat, 11 Jun 2005 09:55:24 +0200, René Rebe <[EMAIL PROTECTED]> wrote: I never got v8 to install - and I always start will clean wine installs, since I make a tar snapshot everytime I got s.th. new to work - and also tried with less stuff installed to see if e.g. some other applications change

Re: Debugger under Solaris

2005-06-11 Thread David Laight
On Sat, Jun 11, 2005 at 09:17:09AM +1000, Robert Lunnon wrote: > 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 thr

Re: Dragon NS7 on wine

2005-06-11 Thread René Rebe
HI, On Saturday 11 June 2005 02:02, you wrote: > Just found this. Another location for your dll. Again the exact err msg > would be helpful maybe. I gave it in the previous mail: > err:module:find_forwarded_export module not found for forward > 'Ole32.DllRegisterServer' used by L"C:\\windows\\s

Re: Dragon NS7 on wine

2005-06-11 Thread René Rebe
Hi, On Saturday 11 June 2005 02:02, [EMAIL PROTECTED] wrote: > >> You could try copying it to /windows/system > > > > Tried that - no difference. > > bash# ls ~/.wine/c/windows/Speech/Dragon > Elantts.dll dd10enum.dll dnstk10.dll nsinstalled.ini nsvbld50.dll > Uninst.isu dmfc.dll elant

Re: Dragon NS7 on wine

2005-06-11 Thread René Rebe
Hi, On Saturday 11 June 2005 01:13, you wrote: > On Fri, 10 Jun 2005 23:23:20 +0200, René Rebe <[EMAIL PROTECTED]> wrote: > > I can start the audio setup seperatly - that part seem to work on my > > side :-((( > > I was able to run wine audio.exe > > I let is start and turn off the mike ! Then I