Re: Success Stories?

2004-10-29 Thread Scott Ritchie
>Are there any plans to spotlight Wine-use success >stories on the WineHQ home page? I always think of >how Disney used Wine to run Photoshop 7 so they could >move to a Linux platform. I'm sure it could draw >additional attention/ support and provide additional >credibility to non-Wine users. Th

Re: question about modal messageboxes.

2004-10-29 Thread Alexandre Julliard
"Ivan Leo Puoti" <[EMAIL PROTECTED]> writes: >>WS_EX_TOPMOST does nothing on Wine anyway, so I wouldn't worry too >>much about it. We certainly don't want 2 different resources, but it >>would probably be cleaner to remove DS_SYSMODAL on the existing >>resource, since the default is MB_APPLMODAL.

Re: SHDOCVW: download the Mozilla Active X control on demand (take 2)

2004-10-29 Thread Alexandre Julliard
Mike McCormack <[EMAIL PROTECTED]> writes: > This patch downloads the mozilla active control on demand. It needs > the following registry key to be present to function correctly: > > [Software\\Wine\\Mozilla Control] 1089668326 > "Url"="http://www.iol.ie/~locka/mozilla/MozillaControl16.exe"; > "P

Re: question about modal messageboxes.

2004-10-29 Thread Ivan Leo Puoti
>WS_EX_TOPMOST does nothing on Wine anyway, so I wouldn't worry too >much about it. We certainly don't want 2 different resources, but it >would probably be cleaner to remove DS_SYSMODAL on the existing >resource, since the default is MB_APPLMODAL. So if I get WS_EX_TOPMOST to work should I use 2 r

Re: question about modal messageboxes.

2004-10-29 Thread Alexandre Julliard
"Ivan Leo Puoti" <[EMAIL PROTECTED]> writes: > I looked at MSDN docs for MessageBox > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/dialogboxes/dialogboxreference/dialogboxfunctions/messagebox.asp > and found that MB_SYSTEMMODAL is iden

Re: signaling unix threads

2004-10-29 Thread Alexandre Julliard
Jukka Heinonen <[EMAIL PROTECTED]> writes: > Now, I have tried this approach and it seems to work. I have > some prototype implementation lying around but I was thinking > about doing something more complicated at the time, > like using SIGUSR2 handler for doing Win32 remote operations > discussed

question about modal messageboxes.

2004-10-29 Thread Ivan Leo Puoti
I looked at MSDN docs for MessageBox http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/windowing/dialogboxes/dialogboxreference/dialogboxfunctions/messagebox.asp and found that MB_SYSTEMMODAL is identical to MB_APPLMODAL, the only difference is that t

Re: rsaenh

2004-10-29 Thread Juan Lang
Michael wrote: > If I use /dev/random in my patch the unit tests take more than three > minutes without any user interaction. As to be expected, it runs faster > if I move the mouse around wildly to generate entropy => You're right, this seems unreasonable for 32 bytes of random data, especially

We hit 5mb for 3 months running!

2004-10-29 Thread Mike Hearn
Hey guys, Here's a great excuse for a party: wine-patches has had 5mb of traffic per month for the last three months now. Apart from a short dip over the summer, it looks like we've been consistently generating 5mb/month for most of the year! 2003 was mostly hovering around the 4mb level, and 2

Re: Wine, openssl, kerberos, and "fixme:crypt:RSA_CPAcquireContext You have to install libcrypto.so..."

2004-10-29 Thread Vincent Béron
Le ven 29/10/2004 à 01:56, Dan Kegel a écrit : > Maybe this is old hat, but: > > I ran into the message > fixme:crypt:RSA_CPAcquireContext You have to install libcrypto.so and development > headers in order to use crypto API > while running an app. Looking at the code, > it's only issued if wine

Re: SHDOCVW: download the Mozilla Active X control on demand (take 2)

2004-10-29 Thread Dimitrie O. Paun
On Fri, Oct 29, 2004 at 10:08:32AM +0200, Andreas Mohr wrote: > Hi, > > Well, the least we should do is have the URL point to WineHQ and then > use a forward page to his URL IMHO. > Hosting it on WineHQ would probably be the best way indeed. Nah, this is what our SourceForge page is for. -- Dim

Re: USER32: add a short test for child windows (take 2)

2004-10-29 Thread Dmitry Timoshkov
"Mike McCormack" <[EMAIL PROTECTED]> wrote: > ChangeLog: > * add a short test for child windows > START_TEST(win) > { > +test_child_window(); > + > pGetAncestor = (void *)GetProcAddress( GetModuleHandleA("user32.dll"), > "GetAncestor" ); > pGetWindowInfo = (void *)GetProcAddress(

Re: SHDOCVW: download the Mozilla Active X control on demand (take 2)

2004-10-29 Thread Andreas Mohr
Hi, On Fri, Oct 29, 2004 at 01:52:27PM +0900, Mike McCormack wrote: > I think we should not put Adam's page in our registry by default, but > perhaps host the control on WineHQ somewhere and use the URL for that > instead, so as not to direct too much traffic to Adam's page... Well, the least we

Re: signaling unix threads

2004-10-29 Thread Jukka Heinonen
Markus Amsler wrote: > There's a fundamental bug in winedos/dosvm. c[1]. SIGUSR2 is sent to the > current process, but it should be sent to the dosvm thread. This causes > various ugly bugs. > I found no way signaling a unix thread, without modifing the wineserver. > I have implemented a thread_