Regression - Photoshop CS3 tryout won't install anymore?

2008-12-14 Thread Dan Kegel
Bleah: http://bugs.winehq.org/show_bug.cgi?id=15590 Golly. After all the work we put into getting Photoshop running, I hope we don't regress...

Re: Wine64 hello world app runs!

2008-12-14 Thread Zachary Goldberg
2008/12/5 Maarten Lankhorst : > Hi guys, > > I can finally report success on the first ever win64 program running on > wine. The program was a textbook classic, but to make it work gcc had to > be changed a lot. This was done by Kai Tietz, who has put a lot of > effort in the task of making gcc acc

RE: d3dxof: Add a test to dump an X object data (enabled when objects.txt and templates.txt are present) (try 2)

2008-12-14 Thread Stefan Dösinger
Hi all, I just wanted to take the opportunity to draw some attention to Christian's great work on these higher-level DirectX libraries. I didn't really notice it until I accidentally ran some dx8 sdk samples with the builtin d3dxof and it just worked instead of complaining about lots of stubs. His

IE, mshtml.dll, oledb32.dll and vulnerability in XML parsing / data binding

2008-12-14 Thread Saulius Krasuckas
Hello, I noticed article about some IE issue: [1] And couldn't stop smiling at the amount and spectre of the workarounds needed to prevent attacks ;) And maybe Jacek (or some other mshtml guy) could test Wine's html engine against the external test case [2] to see whether we are better at han

Re: amstream: Some fixes

2008-12-14 Thread Vincent Povirk
Please send a separate patch for each group of related changes, per http://winehq.org/sending_patches Vincent Povirk On Sun, Dec 14, 2008 at 12:07 PM, Christian Costa wrote: > > > > >

Re: [resend2] gdi32/tests: Add a test for GdiGetCodePage().

2008-12-14 Thread Peter Oberndorfer
On Sonntag 14 Dezember 2008, ByeongSik Jeon wrote: > http://bugs.winehq.org/show_bug.cgi?id=16325 > > 2008-12-14 (Sun), 13:34 +0100, Paul Vriens wrote: > > Could you turn the skip in this piece of code: > > > > +if (!pGdiGetCodePage) > > +{ > > +skip("GdiGetCodePage not available

Re: [resend2] gdi32/tests: Add a test for GdiGetCodePage().

2008-12-14 Thread Paul Vriens
ByeongSik Jeon wrote: > http://bugs.winehq.org/show_bug.cgi?id=16325 > > 2008-12-14 (Sun), 13:34 +0100, Paul Vriens wrote: >> Could you turn the skip in this piece of code: >> >> +if (!pGdiGetCodePage) >> +{ >> +skip("GdiGetCodePage not available on this platform\n"); >> +

Re: [resend] gdi32/tests: Add a test for GdiGetCodePage().

2008-12-14 Thread Paul Vriens
ByeongSik Jeon wrote: > http://bugs.winehq.org/show_bug.cgi?id=16325 > --- > dlls/gdi32/tests/Makefile.in |2 +- > dlls/gdi32/tests/font.c | 152 > ++ > 2 files changed, 153 insertions(+), 1 deletions(-) > > > ---