Re: Success Stories?

2004-10-29 Thread Brian Vincent
On Thu, 28 Oct 2004 16:58:25 -0700 (PDT), M-Halo [EMAIL PROTECTED] wrote: I'd be happy to start pulling something together! I don't know how soon I can have something done, but I can definately start brainstorming something in my head, Google around for other stories, and find a way to

Re: USER32: add a short test for child windows

2004-10-29 Thread Dmitry Timoshkov
Mike McCormack [EMAIL PROTECTED] wrote: ChangeLog: * add a short test for child windows Could you please merge it with existing win.c tests? -- Dmitry.

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

2004-10-29 Thread Dan Kegel
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's configure can't find /usr/include/openssl/ssl.h. But I

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_kill

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: 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 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. -- Dimi.

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's

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 in

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

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

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 identical

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

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;

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. So if I

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. This