>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
"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.
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
>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
"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
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
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
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
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
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
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
"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(
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
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_
14 matches
Mail list logo