Re: Outlook-friendly stub for CreatePrivateObjectSecurity

2010-12-07 Thread Dmitry Timoshkov
Nick Sukharev wrote: > +if (!InitializeSecurityDescriptor(*NewDescriptor, > SECURITY_DESCRIPTOR_REVISION)) { > + HeapFree(GetProcessHeap(), 0, *NewDescriptor); > +return FALSE; > +} You are mixing tabs and spaces. -- Dmitry.

CreatePrivateObjectSecurity implementation

2010-12-07 Thread Nick Sukharev
I found that stub implementation for CreatePrivateObjectSecurity / DestroyPrivateObjectSecurity prevents Microsoft Exchange client from working properly. After changing these stubs to return an empty security descriptor and destroy it Exchange works much better. It can now read mail and calendar.

Re: [PATCH 1/4] wineaddon.cpl: Added initial Wine Add-ons Manager stub.

2010-12-07 Thread James McKenzie
On 12/6/10 1:41 PM, Juan Lang wrote: Hey ! I said I didn't want to be rude and that's still true RTFM is a kind of philosophy It's very hard to make RTFM not seem rude. Anything with the F word in it is, in my opinion, best left off this list. +1, Juan. Spell it out, Read the Fine Manual is w

Re: ntdll: Implement missing 64 bit shifts

2010-12-07 Thread Erich Hoover
On Tue, Dec 7, 2010 at 10:51 AM, Mike Gibson wrote: > ... > The vast majority of platforms seem to do arithmetic right shift.  It would > be better to have a #define that indicates what the right shifting behavior > is.  Only on those platforms where right shift isn't arithmetic would the > slo

winetricks dotnet30 install seems to be working again

2010-12-07 Thread Dan Kegel
For me, with today's winetricks from svn and wine from git, winetricks dotnet30 seems to work well. It appears to hang at the end because of http://bugs.winehq.org/show_bug.cgi?id=25059 but that's cosmetic; if you look for the icon hiding on the taskbar, you'll see the installer completed. Don'

Trace/breakpoint trap using VS2008 remote debugger

2010-12-07 Thread Joe Dluzen
Hi all, I've got the Visual Studio Remote Debugger working with breakpoints, but not with forcing the process to pause. It immediately exits with "Trace/breakpoint trap." I've tried looking up the error, but it seems that no one has this specific set of circumstances. Any ideas? Thanks, Joe

Re: winemenubuilder: Include icons in .url menus

2010-12-07 Thread Andrew Bogott
On 12/7/10 3:09 PM, Paul Vriens wrote: On 12/07/2010 06:45 PM, Andrew Bogott wrote: This should supersede the previous version of this patch. This one plugs a memory leak present in the last version. Hi Andrew, The previous patch has already been committed. Yep -- Alexandre did his push a

Re: winemenubuilder: Include icons in .url menus

2010-12-07 Thread Paul Vriens
On 12/07/2010 06:45 PM, Andrew Bogott wrote: This should supersede the previous version of this patch. This one plugs a memory leak present in the last version. Hi Andrew, The previous patch has already been committed. -- Cheers, Paul.

RE: ntdll: Implement missing 64 bit shifts

2010-12-07 Thread Mike Gibson
Alexandre Julliard [julli...@winehq.org] writes: > Mike Gibson writes: > > > +/** > > + *_allshr (NTDLL.@) > > + * > > + * Right arithmetic shift a 64 bit integer > > + * > > + * PARAMS > > + * a [I] Initia

Re: [PATCH 1/4] wineaddon.cpl: Added initial Wine Add-ons Manager stub.

2010-12-07 Thread Alexandre Julliard
Hans Leidekker writes: > Yes, we considered that. It means we need to be able to create a > cabinet file, which needs to be done with open source tools if we want > distributions to include the packages. Wine itself seems to be about > the only option there, but we don't support compression. If

Re: [PATCH 1/4] wineaddon.cpl: Added initial Wine Add-ons Manager stub.

2010-12-07 Thread Hans Leidekker
On Mon, 2010-12-06 at 23:14 +0100, Alexandre Julliard wrote: > > where 7zS.sfx is the self-extractor and wine_gecko-1.1.0.cfg looks > > like this: > > > > ;!...@install@!UTF-8! > > Title="Wine Gecko 1.1.0" > > BeginPrompt="Do you want to install Wine Gecko 1.1.0?" > > ExecuteFile="wine_gecko-1.1.0

re: [SOLVED] Cannot install Python on wine

2010-12-07 Thread Alan W. Irwin
On 2010-12-06 18:49-0800 Dan Kegel wrote: Does winetricks python26 work for you? The answer to your question (for wine-1.3.8, at least) is yes it does, and that lead to a complete solution! I am CCing to the list as well because others will be interested in that solution to my original quest