"Ivan Peevski" <[EMAIL PROTECTED]> wrote:
> the pmode flag test should be:
> if it has the IREAD but not the IWRITE flag (read only)
> does that make sense? Is it doing what I think it is?
It should be:
if ((pmode & MSVCRT__S_IREAD) && !(pmode & MSVCRT__S_IWRITE))
...;
IMO it would be more
"Dylan Smith" <[EMAIL PROTECTED]> wrote:
> EditWordBreakProc documented the third parameter as being the number of
> unicode characters in the string for richedit 2.0 and up. It turns out
> that it should actually be the number of bytes in the string.
Have you tried to set a unicode word break p
>>
>>
> Not sure what they are complaining about - worked for me first time around.
> I think some people might have problems with:
> 1. Entering lower case text instead of caps
> 2. Not knowing (and not willing to find out) "who is the current maintainer".
>
> IMHO people should be able to figure
"Ivan Peevski" <[EMAIL PROTECTED]> wrote:
> + if (pmode & (MSVCRT__S_IREAD & !MSVCRT__S_IWRITE))
> +attrib |= FILE_ATTRIBUTE_READONLY;
The pmode flags test doesn't look right.
Also the 'attrib |= ' line has a trailing space.
--
Dmitry.
On Wed, Oct 22, 2008 at 10:13 PM, Ivan Peevski <[EMAIL PROTECTED]> wrote:
> Followed the documentation at
> http://msdn.microsoft.com/en-us/library/w7sa2b22(VS.80).aspx. Ignore pmode if
> the file already exist and emulate permissions as best we can during file
> creation.
>
> ---
> dlls/msvcrt
Zachary Goldberg wrote:
> On Wed, Oct 22, 2008 at 8:19 AM, Jeremy White <[EMAIL PROTECTED]> wrote:
>> Does anyone know *why* these people suffer? Is there something specific to
>> their
>> monitor or is it just a general struggle with captchas?
>>
>> Finally, is there someone who would be willing
"Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote:
> Changelog
> --
> Add dde.rh
Why are you plain copying it from PSDK?
--
Dmitry.
On Wed, Oct 22, 2008 at 8:19 AM, Jeremy White <[EMAIL PROTECTED]> wrote:
> Does anyone know *why* these people suffer? Is there something specific to
> their
> monitor or is it just a general struggle with captchas?
>
> Finally, is there someone who would be willing to help users through this?
>
2008/10/22 Stefan Dösinger <[EMAIL PROTECTED]>:
> Do you have any long-time intentions with this? Or are you just changing it
> because we don't need wined3d right now because d3d10 is a stub?
>
Wined3d's main entrypoint is WineDirect3DCreate, everything else
happens through COM objects. WineDirect
Do you have any long-time intentions with this? Or are you just changing it
because we don't need wined3d right now because d3d10 is a stub?
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:wine-patches-
> [EMAIL PROTECTED] On Behalf Of Henri Verbeet
> Sent: Wednesday, October 22, 2
NM figured it out...
some odd reason the git directory has to be mapped to a windows drive..
once I did that.. it all cleaned up...
chris
I have a general question on the make files...
specifically the make test portion of it.. Since talking to dan about
things this would be where I could be of most help.
I have an issue with the make test currently.. I am getting :
[EMAIL PROTECTED] wine-git]$ make test
make[1]: Entering direct
Vincent Povirk wrote:
> +tmp = Math.floor(1.1);
> +ok(tmp === 1, "Math.round(1.1) = " + tmp);
>
> Copy/paste error?
>
>
Yes, good catch, thanks.
Jacek
> Yes, so those users may benefit from the stub as well. And I do print
> a FIXME. This is nothing new, we've been ignoring invalid certificates
> in wininet for years where we should stop and show a UI.
When I tested with native cryptui and imported a cert, it didn't pick
the root store. So I'm
Dmitry wrote:
>> + BYTE key_state[256];
>> +...
>> + result = GetKeyboardState((LPBYTE)&key_state);
> the casts in the above code clearly
> show that the pointer syntax is wrong there.
Nah. It's ugly, but not wrong.
key_state == &key_state here.
- Dan
On Wednesday 22 October 2008 16:37:16 you wrote:
> I don't think that's typical usage at all: typical usage presents a
> UI. It's called from elsewhere in cryptui, so it's under the control
Sure, but the app may present its own UI like Outlook does, and call this
function with CRYPTUI_WIZ_NO_UI
On Wed, Oct 22, 2008 at 02:03:26PM +0100, Rob Shearman wrote:
> 2008/10/22 Huw Davies <[EMAIL PROTECTED]>:
> > On Wed, Oct 22, 2008 at 12:46:39PM +0100, Rob Shearman wrote:
> >> 2008/10/21 Huw Davies <[EMAIL PROTECTED]>:
> >> > @@ -1728,6 +1767,10 @@ static HRESULT WINAPI
> >> > DefaultHandler_IPe
> If I'm right about typical usage of this function it will do the right
> thing more often than not, which is pretty good for a stub.
I don't think that's typical usage at all: typical usage presents a
UI. It's called from elsewhere in cryptui, so it's under the control
of the user how frequent
Kai Blin <[EMAIL PROTECTED]> at Oct 22, 2008 12:36 AM wrote about wine users
forum registration issue
>
>On Tuesday 21 October 2008 18:25:19 Andreas Mohr wrote:
>
>Given that most people on this list don't seem to use the forum and thus don't
>notice, how about the people who actually use the fo
2008/10/22 Huw Davies <[EMAIL PROTECTED]>:
> On Wed, Oct 22, 2008 at 12:46:39PM +0100, Rob Shearman wrote:
>> 2008/10/21 Huw Davies <[EMAIL PROTECTED]>:
>> > @@ -1728,6 +1767,10 @@ static HRESULT WINAPI
>> > DefaultHandler_IPersistStorage_HandsOffStorage(
>> > if(SUCCEEDED(hr) && object_is_ru
Francois Gouget <[EMAIL PROTECTED]> at Oct 22, 2008 2:15 AM wrote about
configure: Require at least version 1.6 of gnutls.
>
>On Tue, 21 Oct 2008, James Mckenzie wrote:
>
>> Henri Verbeet <[EMAIL PROTECTED]> at Oct 21, 2008 10:04 AM wrote about
>> configure: Require at least version 1.6 of gnutls
Tomasz Salacinski wrote:
> I was trying to find a solution for bug 5351...
Are you trying to fix it, or just work around it?
"winetricks volnum" works around it just fine.
> I need to have Visual Studio on Linux (otherwise I will have
> to install Windows), and I can try to fix the problem. I can
"Alexandre Julliard" <[EMAIL PROTECTED]> wrote:
> +static BOOL hold_key(int vk)
> +{
> + BYTE key_state[256];
> + BOOL result;
> +
> + result = GetKeyboardState((LPBYTE)&key_state);
> + ok(result, "GetKeyboardState failed.\n");
> + if (!result) return FALSE;
> + key_state[vk] |= 0x80;
> + r
On Wed, Oct 22, 2008 at 12:46:39PM +0100, Rob Shearman wrote:
> 2008/10/21 Huw Davies <[EMAIL PROTECTED]>:
> > @@ -1728,6 +1767,10 @@ static HRESULT WINAPI
> > DefaultHandler_IPersistStorage_HandsOffStorage(
> > if(SUCCEEDED(hr) && object_is_running(This))
> > hr = IPersistStorage_Ha
On Wed, Oct 22, 2008 at 07:19:46AM -0500, Jeremy White wrote:
> > Right. So the forum software is broken, and all of the Wine devs would
> > rather
> > fix Wine than the forums? Sounds like a good case for ditching the forums.
>
> I disagree violently. The case for the forums is clear; users pr
> Right. So the forum software is broken, and all of the Wine devs would rather
> fix Wine than the forums? Sounds like a good case for ditching the forums.
I disagree violently. The case for the forums is clear; users prefer them by a
rather large amount.
If we're going to provide user facing
2008/10/21 Huw Davies <[EMAIL PROTECTED]>:
> +/***
> + * init_ole_stream
> + *
> + * Creates the '\1Ole' stream.
> + * The format of this stream is as follows:
> + *
> + * DWORD Version == 0x0201
> + * DWORD Flags - high bit
2008/10/21 Huw Davies <[EMAIL PROTECTED]>:
> @@ -1728,6 +1767,10 @@ static HRESULT WINAPI
> DefaultHandler_IPersistStorage_HandsOffStorage(
> if(SUCCEEDED(hr) && object_is_running(This))
> hr = IPersistStorage_HandsOffStorage(This->pPSDelegate);
>
> +old_stg = InterlockedExchange
Hello,
I was trying to find a solution for bug 5351 and I've found it.
When user is trying to install Visual Studio he gets a message:
Unable to find a volume for file extraction. Please verify that you
have proper permissions.
The problem is, that when vcssetup.exe is running, it is using func
On Wednesday 22 October 2008 10:47:25 Marcus Meissner wrote:
> > It's a stub of course, so it doesn't always do the right thing. We have
> > many of these in Wine, and that's OK as long as you are warned about the
> > shortcomings.
> >
> > If I'm right about typical usage of this function it will
Am Freitag, den 17.10.2008, 00:46 +0200 schrieb Michael Karcher:
> If libxml2 is new enough, it is possible to parse directly from the
> stream using xmlReadIO to avoid copying the whole stream contents to
> memory.
Testing native, it looks like this is the right approach. Piotr Caban
asked me whet
"Juan Lang" <[EMAIL PROTECTED]> writes:
> Changed a WARN to a FIXME. Any other suggestions?
I don't see the point. Is there really a platform that has /dev/random
but not /dev/urandom, and a /dev/random that is guaranteed not to block?
--
Alexandre Julliard
[EMAIL PROTECTED]
On Tue, 21 Oct 2008, Vincent Povirk wrote:
> Yep.
>
> It's still broken though; the string I allocated is too small (strlen
> excludes the null terminator), and that will be a problem if cmdline
> ends in a backslash.
Also it would be nice to avoid the HEAP_ZERO_MEMORY if we are going to
overwr
On Tue, 21 Oct 2008, James Mckenzie wrote:
> Henri Verbeet <[EMAIL PROTECTED]> at Oct 21, 2008 10:04 AM wrote about
> configure: Require at least version 1.6 of gnutls.
>
> Why are we looking to use gnutls 1.6? Is there a feature that is
> needed for Wine? If so, I will have to check Fink befo
On Wed, Oct 22, 2008 at 10:41:00AM +0200, Hans Leidekker wrote:
> On Tuesday 21 October 2008 19:06:20 Juan Lang wrote:
>
> > But you don't check whether those conditions are true, and you march
> > ahead and install the certificate into the root store whether or not
> > they are true. I'm sorry,
On Tuesday 21 October 2008 19:06:20 Juan Lang wrote:
> But you don't check whether those conditions are true, and you march
> ahead and install the certificate into the root store whether or not
> they are true. I'm sorry, but the code is just not correct. Please
> write some test cases.
It's a
On Tuesday 21 October 2008 18:25:19 Andreas Mohr wrote:
>
> This is now about the 30th time (no, REALLY, this __IS__ the 30th time,
> or possibly even 50th!) that someone has severe issues with WineHQ
> forum registration, in the last 12 or so months.
> Could someone _please_ finally do something
Hi,
On Tue, Oct 21, 2008 at 11:37:22AM -0400, [EMAIL PROTECTED] wrote:
> Hi--
>
> I'm a new user of linux and wine and was looking for some help with a
> database program that ALMOST runs. I found an entry on the forum with a
> problem
> similar to mine and wanted to comment, so I decided t
38 matches
Mail list logo