Re: mapi32: Resolve FIXME regarding attachment lists in MAPISendMail function

2007-12-21 Thread James McKenzie
Lei Zhang wrote: > On Dec 21, 2007 2:36 AM, Hans Leidekker <[EMAIL PROTECTED]> wrote: > >> On Friday 21 December 2007 00:18:43 Mark Neyhart wrote: >> >> >>> Extend the MAILTO: string produced by the MAPISendMail function to include >>> an attachment list. Because I was unable to find any st

re: ole32: fix wrong timeout check

2007-12-21 Thread Dan Kegel
>-if ((dwTimeout != INFINITE) && (start_time + dwTimeout >= now)) >+if ((dwTimeout != INFINITE) && (now >= start_time + dwTimeout)) >From time immemorial, it has been drummed into me that one should always handle wraparound when checking timers. So something like DWORD delta =

re: Alexandre Julliard : kernel32: Store the initial directory as a full path in the process parameters

2007-12-21 Thread Dan Kegel
That patch seems to have caused a new batch of valgrind warnings: http://kegel.com/wine/valgrind/logs-2007-12-21/vg-kernel32_process-diff.txt e.g. + Conditional jump or move depends on uninitialised value(s) +at NtAllocateVirtualMemory (virtual.c:1359) +by RtlCreateProcessParameters (env.

Re: [1/4 try 3] wined3d: Activate GL context before making any GL calls in stretch_rect_fbo

2007-12-21 Thread Allan Tong
On Dec 21, 2007 9:35 AM, H. Verbeet <[EMAIL PROTECTED]> wrote: > On 21/12/2007, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > > Did you try your patches with the Deferred Shading sample from codesampler? > > http://www.codesampler.com/usersrc/usersrc_7.htm . It uses multiple render > > targets, so i

Re: mapi32: Resolve FIXME regarding attachment lists in MAPISendMail function

2007-12-21 Thread Mark Neyhart
Hans Leidekker wrote: > On Friday 21 December 2007 19:06:03 Mark Neyhart wrote: > >> How about if I use the &attachment= parameter only if a file list is >> provided by the caller to MAPISendMail? That way applications which are >> not attempting to provide attachments will work the same way as b

Re: mapi32: Resolve FIXME regarding attachment lists in MAPISendMail function

2007-12-21 Thread Mark Neyhart
Lei Zhang wrote: > On Dec 21, 2007 10:06 AM, Mark Neyhart <[EMAIL PROTECTED]> wrote: >> Lei, >> I am aware that Mozilla and Thunderbird do not support attachments via >> mailto. I resolved that with a simple wrapper which changes the mailto >> option into the standard command line options which do

Re: mapi32: Resolve FIXME regarding attachment lists in MAPISendMail function

2007-12-21 Thread Hans Leidekker
On Friday 21 December 2007 19:06:03 Mark Neyhart wrote: > How about if I use the &attachment= parameter only if a file list is > provided by the caller to MAPISendMail? That way applications which are > not attempting to provide attachments will work the same way as before. I don't think that's

Re: mapi32: Resolve FIXME regarding attachment lists in MAPISendMail function

2007-12-21 Thread Lei Zhang
On Dec 21, 2007 10:06 AM, Mark Neyhart <[EMAIL PROTECTED]> wrote: > > Lei, > I am aware that Mozilla and Thunderbird do not support attachments via > mailto. I resolved that with a simple wrapper which changes the mailto > option into the standard command line options which do support attachments.

Re: mapi32: Resolve FIXME regarding attachment lists in MAPISendMail function

2007-12-21 Thread Mark Neyhart
> On Dec 21, 2007 2:36 AM, Hans Leidekker <[EMAIL PROTECTED]> wrote: >> On Friday 21 December 2007 00:18:43 Mark Neyhart wrote: >> >>> Extend the MAILTO: string produced by the MAPISendMail function to include >>> an attachment list. Because I was unable to find any standard for MAILTO >>> regardin

Re: mapi32: Resolve FIXME regarding attachment lists in MAPISendMail function

2007-12-21 Thread Lei Zhang
On Dec 21, 2007 2:36 AM, Hans Leidekker <[EMAIL PROTECTED]> wrote: > On Friday 21 December 2007 00:18:43 Mark Neyhart wrote: > > > Extend the MAILTO: string produced by the MAPISendMail function to include > > an attachment list. Because I was unable to find any standard for MAILTO > > regarding at

Re: [1/4 try 3] wined3d: Activate GL context before making any GL calls in stretch_rect_fbo

2007-12-21 Thread H. Verbeet
Overall, the patches look pretty reasonable. On 21/12/2007, Stefan Dösinger <[EMAIL PROTECTED]> wrote: > Did you try your patches with the Deferred Shading sample from codesampler? > http://www.codesampler.com/usersrc/usersrc_7.htm . It uses multiple render > targets, so it is a quite interesting

Re: [1/4 try 3] wined3d: Activate GL context before making any GL calls in stretch_rect_fbo

2007-12-21 Thread Stefan Dösinger
Hi, I think your patches are on the right track, but there are a few issues to look at. I'll also need Henri's comments, as he wrote the fbo code. Did you try your patches with the Deferred Shading sample from codesampler? http://www.codesampler.com/usersrc/usersrc_7.htm . It uses multiple rend

RE: loader: Add --compile-info option to Wine.

2007-12-21 Thread Rolf Kalbermatter
Peter Beutner wrote: > btw., because you said "most of those gcc versions", is there > a gcc version that is known to not work with wine (beside > these copy protection issues)? I couldn't name a specific one but I think when 4.0 versions started to appear there were a few incidents of clearly

Re: mapi32: Resolve FIXME regarding attachment lists in MAPISendMail function

2007-12-21 Thread Hans Leidekker
On Friday 21 December 2007 00:18:43 Mark Neyhart wrote: > Extend the MAILTO: string produced by the MAPISendMail function to include > an attachment list. Because I was unable to find any standard for MAILTO > regarding attachments, I constructed the attachment list in the format > specified for M

Re: winex11.drv: driver.c: GET_USER_FUNC

2007-12-21 Thread Robert Shearman
Adam Rimon wrote: > Is there any reason for the /do { .. } while(0);/ in the > GET_USER_FUNC macro? It's a standard way of making sure that the macro is safe if you put it after an if statement or similar without opening a new block. -- Rob Shearman

winex11.drv: driver.c: GET_USER_FUNC

2007-12-21 Thread Adam Rimon
Hi, Is there any reason for the /do { .. } while(0);/ in the GET_USER_FUNC macro? -Adam

Re: Wine Direct3D progress

2007-12-21 Thread Tom Wickline
On Dec 21, 2007 12:52 AM, Tom Wickline <[EMAIL PROTECTED]> wrote: > 640MB 8800GTS, Gentoo Linux > That should say 8800GTX > > Tom >