wineconsole also became invisible with that regression.
Your patch fixes it, thank goodness.
Am Friday 04 September 2009 20:28:31 schrieb James Mckenzie:
> Interesting. I was going to comment that the EM_FORMATRANGE problem may be
> the cause, but this may be due to the CUPS implementation or some other
> reason on the Mac. Unfortunately, my only printer, which was an inkjet,
> would hav
On Fri, Sep 04, 2009 at 11:20:08AM -0700, chris ahrendt wrote:
> [../wine-git/dlls/wineoss.drv/mmaux.c:150]: (error) Resource leak: mixer
> [../wine-git/dlls/wineoss.drv/mmaux.c:211]: (error) Resource leak: mixer
Is a bug, patch sent.
> [../wine-git/programs/oleview/pane.c:152]: (error) Possible
Yes, this patch solved problem. Great thanks. But there is another one.
It hangs on another call of GetOverlappedResult, where windows going on.
It hangs the same way - function always return, because
ovOverlapped.Internal is STATUS_PENDING. In attached file part of new
test problem, to show where
On Wednesday 02 September 2009 04:15:22 Peter Dons Tychsen wrote:
> XTYPE_EXECUTE DDE transaction for winebrowser is broken.
> The handler currently expects a MultiByte character input, which is
> wrong.
>
> The handler is win-unicode, and will always receive such strings.
> The encoding of the str
On Fri, Sep 4, Roderick Colenbrander
>
>On Fri, Sep 4, 2009 at 7:04 PM, Dylan Smith wrote:
>> On Wed, Sep 2, 2009 at 12:15 PM, wrote:
>>> Hi,
>>>
>>> although wine in MacOSX works generally good enough (see test.winehq.org
>>> about
>>> release 1.1.28), I recently visited the print menu in notep
[../wine-git/dlls/msvcrt/tests/file.c:982]: (error) Deallocating a
deallocated pointer: stream2
[../wine-git/dlls/msvcrt/tests/file.c:966]: (error) Resource leak: stream3
[../wine-git/dlls/msvcrt/tests/file.c:973]: (error) Resource leak: stream4
[../wine-git/dlls/msvcrt/tests/heap.c:433]: (possible
On Fri, Sep 4, 2009 at 7:04 PM, Dylan Smith wrote:
> On Wed, Sep 2, 2009 at 12:15 PM, wrote:
>> Hi,
>>
>> although wine in MacOSX works generally good enough (see test.winehq.org
>> about
>> release 1.1.28), I recently visited the print menu in notepad and wordpad to
>> see whether printing would
On Tue, Sep 1, 2009 at 14:20, Vladimir Pankratov wrote:
> Hello all.
>
> What do you think about this? What's wrong in this patch? Any comments?
>
> Vladimir Pankratov wrote:
Hi, I think it needs some more tests as stated in RFC 1738, all valid:
telnet://user:passw...@host:98
http://host:777/path
On Wed, Sep 2, 2009 at 12:15 PM, wrote:
> Hi,
>
> although wine in MacOSX works generally good enough (see test.winehq.org about
> release 1.1.28), I recently visited the print menu in notepad and wordpad to
> see whether printing would work (in order to complete the FAQ).
>
> All that happened is
Hi Jörg,
good news :) Only one brief response, I don't know much about this area:
On Fri, Sep 4, 2009 at 5:09 AM, wrote:
> - Is there some central place in dsound for enforcing the invariant instead
> of identical code in the half dozen OSS/ALSA/CoreAudio/Jack etc. drivers?
No, or, not to my
"Ilya Shpigor" wrote:
+hdc = CreateEnhMetaFileA(0, NULL, NULL, NULL);
+
+SetRect(&rc_sclip, 100, 100, GetSystemMetrics(SM_CXSCREEN),
GetSystemMetrics(SM_CYSCREEN));
+hrgn = CreateRectRgn(rc_sclip.left, rc_sclip.top, rc_sclip.right,
rc_sclip.bottom);
+SelectClipRgn(hdc, hrgn);
Hi,
if your app worked well in OSS HW driver mode but not in emulation mode,
the following patch may help you. For me, it fixed the following:
- wrong playback speed in some apps (bug #19901);
- spurious errors about block size:
err:dsound:DSOUND_MixInBuffer length not a multiple of block siz
--- On Mon, 24/8/09, Vincent Pelletier wrote:
> Le dimanche 23 août 2009 21:02:33,
> Hin-Tak Leung a écrit :
> > I don't know why a german translation would affect my
> environment
> > (LANG=en_GB.utf8) and setting LANG=C does not fix the
> problem.
>
> I just yesterday found a similar fix for a
Hello all.
What do you think about this? What's wrong in this patch? Any comments?
Vladimir Pankratov wrote:
Hello all.
Added test for IsValidURL.
Now test shows error codes and tests exact code.
Thanks Jacek.
changed files:
dlls/urlmon/tests/misc.c
Thanks.
Hi,
although wine in MacOSX works generally good enough (see test.winehq.org about
release 1.1.28), I recently visited the print menu in notepad and wordpad to
see whether printing would work (in order to complete the FAQ).
All that happened is that the printer ejected a blank page.
Was anyone m
2009/9/4 Ismael Barros² :
> I've been looking into iphlpapi/ip.h (just learned bit fields
> exist...); would this implementation be fine?
>
> #include "pshpack1.h"
>
> typedef struct tagDPSP_MSG_HEADER
> {
> #ifdef WORDS_BIGENDIAN
> DWORD size:20;
> DWORD token:12;
> #else
> DWORD token:12
On Tue, Sep 1, 2009 at 12:43 PM, Henri Verbeet wrote:
> 2009/9/1 Ismael Barros² :
>> Is there any standard way to deal with this cases? Any example in the
>> codebase?
>>
> For packing, look for "#include " and "#include
> " in some of the headers. For byte ordering look at how
> htonl etc. are de
18 matches
Mail list logo