On Thu, 2010-04-22 at 17:36 -0600, C.W. Betts wrote:
> > We should investigate if the native server can be used by Photoshop.
> > Then we could write a stub Bonjour service so that Photoshop will not
> > attempt to install its own version.
>
> One question about making a Windows service: would the
On Apr 22, 2010, at 1:09 PM, Hans Leidekker wrote:
> On Thu, 2010-04-22 at 11:56 -0600, C.W. Betts wrote:
>
>> The Photoshop CS3 installer seems to stall during installation due to
>> the lack of Bonjour (bug 15590). This patch attempts to fix it.
>
> No, it now succeeds in starting Bonjour, ev
On Thu, 2010-04-22 at 11:56 -0600, C.W. Betts wrote:
> The Photoshop CS3 installer seems to stall during installation due to
> the lack of Bonjour (bug 15590). This patch attempts to fix it.
No, it now succeeds in starting Bonjour, even if there's a native
mdns server running (see comment #36). T
Alexandre Julliard winehq.org> writes:
>
> Jui-Hao Chiang gmail.com> writes:
>
> > Hi, All:
> >
> > I also find out 2 special things
> > (1) The address of the array which causes the exception happens to be
> > the memory-mapped address of comctl32.dll (check the /proc/../smaps)
> > (2) If the
Jui-Hao Chiang writes:
> Hi, All:
>
> I also find out 2 special things
> (1) The address of the array which causes the exception happens to be
> the memory-mapped address of comctl32.dll (check the /proc/../smaps)
> (2) If the address of the array is pointing to heap (from my malloc),
> or some o
Hi, All:
I also find out 2 special things
(1) The address of the array which causes the exception happens to be
the memory-mapped address of comctl32.dll (check the /proc/../smaps)
(2) If the address of the array is pointing to heap (from my malloc),
or some other places which are not occupied by
André Hentschel writes:
> ---
> dlls/imm32/tests/imm32.c | 56 +
> 1 files changed, 51 insertions(+), 5 deletions(-)
It fails here:
../../../tools/runtest -q -P wine -M imm32.dll -T ../../.. -p imm32_test.exe.so
imm32.c && touch imm32.ok
imm32.c:3
On 4/21/2010 21:32, Gerald Pfeifer wrote:
ChangeLog:
Remove variable hwndheader which is not really used from test_items.
diff --git a/dlls/comctl32/tests/listview.c b/dlls/comctl32/tests/listview.c
index 2c5ef70..06f2ddd 100644
--- a/dlls/comctl32/tests/listview.c
+++ b/dlls/comctl32/tests/list
Jeff Latimer writes:
> The presence of numerics, linefeeds and carriage returns etc causes a
> new ScriptItem to be created. This patch tests that ScriptItems are
> created for LF and CR characters. It also tidies up the test strings
> and removes whitepace.
It fails here:
../../../tools/runt