On Thu, 2006-11-09 at 10:18 -0500, Dimi Paun wrote:
> We are hoping to have it back up by the end of the day.
The wiki is back up! We are very sorry for the downtime,
and all the associated inconvenience this has caused.
We will try to beef up the infrastructure to avoid such
problems in the fu
Robert Shearman escribió:
[EMAIL PROTECTED] wrote:
In a tax app written in Visual Basic/ADO, I found the following problem:
In dlls/oleaut32/typelib.c, in function ITypeInfo_fnInvoke(), the
following code is found (around line 5569).
VARIANTARG *missing_arg = INVBUF_GET_MISSING_ARG_ARRAY(buffe
In qcap/pin.c, the function OutputPin_GetDeliveryBuffer() shows the
parameters tStart and tStop as being of type const REFERENCE_TIME *.
Looking at the SDK web site, I see a function called
CBaseOutputPin::GetDeliveryBuffer() that has similar parameters that are
non-const.
May I deconstify these p
I am beginning to suspect a problem with wine_server_call. I am confused
because I would have thought this was something that is pretty solid.
In HOOK_CallHooks we call SERVER_START_REQ( start_hook_chain ). When I put
debugging in the server I see that reply->active_hooks is getting properly
set
Hi, Segin!
I am working on mscoree to add Mono support the proper way. It works for
me but there are a few rough edges.
However, Mono installation should be optional and it would be nice to have
a warning that it's not present, eventually similar to the one that asks
to download Gecko.
Che
Huw Davies wrote:
> On Wed, Nov 08, 2006 at 09:56:54PM +, Andrew Talbot wrote:
>> @@ -666,16 +672,20 @@
>> if(psA->cPasteEntries > 0)
>> {
>> UINT i;
>> -for(i = 0; i < psA->cPasteEntries; i++)
>> +
>> +for(i = psA->cPasteEntries; i != 0;)
>
> Was there any
Folks,
We are experiencing some hardware problems on wiki.winehq.org.
I have taken the wiki down until we work through the issues
to protect the data. We are working to fix it, and to provide
better failover in the future. We are hoping to have it back
up by the end of the day.
I am sorry about