Hi Cihan,
What happens if you comment out #define STRETCH_VIA_DIB in
dlls/gdi/mfdrv/bitblt.c? This will make it use GetBitmapBits instead of
GetDIBits.
- Walter
On Wed, 11 Jan 2006, Cihan Altinay wrote:
> Since nobody seems to be able to help me with this problem at the moment
> I opened a
On Mon, 2 Jan 2006, Marcus Meissner wrote:
> Hi,
>
> requesting comments...
>
> This patch reduces the attack vector on metafiles.
>
> I originally wanted to filter only SETABORTPROC,
> but there are a lot of things that might be used
> to inject code.
>
> Comments?
Would it not be better to bl
Kuba Ober wrote:
> On Monday 31 October 2005 17:39, Walt Ogburn wrote:
> > Hi Marcos,
> >
> > What are the buttons supposed to look like? The ones in your screenshot
> > look OK to me.
>
> You do see that the bottom edge of each tool button is cut off, right? I don't
> think that's OK :)
>
> Kuba
>
>
Please remember to send to the whole list.
- Walter
--
-- Forwarded message --
Date: Tue, 1 Nov 2005 07:22:33 -0200
From: Marcos Vicente Cruz <[EMAIL PROTECTED]>
To: Walt Ogburn <[EMAIL PROTECTED]>
Subject: Re: Small visual issues with P-CAD2000 and wine 0.9
Hi,
Hi Marcos,
What are the buttons supposed to look like? The ones in your screenshot
look OK to me.
On Mon, 31 Oct 2005, Marcos Vicente Cruz wrote:
> HI,
>
> I having small visual issues in P-CAD 2000's toolbar on Linux since I've
> upgraded to wine 0.9. The buttons aren't displayed prope
Does wineserver -k not work for you?
On Mon, 31 Oct 2005 [EMAIL PROTECTED] wrote:
>
> I took the system right down to the login console and still cant clean up.
>
> Do I really have to reboot as the only way to clean up this mess?
>
> This is taking windows emulation too far!! ;)
>
>
On Mon, 3 Oct 2005, Boaz Harrosh wrote:
> Ken Larson wrote:
>
> > Thanks for the info.
> >
> > Ultimately, my app is a Java app.
>
> If I recall correctly someone has reported Installation of Sun's Java
> for windows under wine. Or was it A failure to install? I can't recall.
> How would you call
On Fri, 30 Sep 2005, Jakob Eriksson wrote:
> Alex Villacís Lasso wrote:
>
> >
> >
> > You can try installing and configuring this X server. It will not
> > output anything or use a console, but will behave otherwise like a
> > valid X server. Then you should point the DISPLAY environment variab
On Wed, 14 Sep 2005, Robert Shearman wrote:
>
> You're not being lazy enough. All of this stuff can be easily
> implemented in one go using CreateStdDispatch, as long as you know how
> to use it. Try the attached patch.
>
> Changelog:
> Return the standard font IDispatch interface created using
> C
Wait a minute, hold that - after this patch, you can't use Invoke any more
to get and set the members of IFontDisp! With the current code, it works.
Alexandre, please don't commit that yet.
Thanks,
Walter
On Wed, 14 Sep 2005, Robert Shearman wrote:
> Walt Ogburn wrote:
&
On Wed, 14 Sep 2005, Robert Shearman wrote:
>
> You're not being lazy enough. All of this stuff can be easily
> implemented in one go using CreateStdDispatch, as long as you know how
> to use it. Try the attached patch.
>
> Changelog:
> Return the standard font IDispatch interface created using
> C
On Mon, 12 Sep 2005, Robert Shearman wrote:
> Walt Ogburn wrote:
>
> >...
> >2. Call GetTypeInfo to get an ITypeInfo, and call DispGetIDsOfNames on
> >that. I think this means that the information should be extracted from
> >stdole32.tlb. Currently this do
Hi guys,
Eric Tanguy asked on wine-users a while back about getting some geography
games (http://olivier.leflon.free.fr/jeux/jeux.htm) to run. These seem to
be Visual Basic, so oleaut32 issues come up. We succeeded with the first
one (departments of France - font size problem fixed). Next, ther
Hi guys,
Sorry if I started a contentious discussion. I have looked into it a
little more and found some useful information. There was a discussion on
wine-devel about this topic back in March, which I had forgotten. You can
find a summary in the Wine newsletter from that month:
http://www.win
Thanks Mike. I think the fixed problem Chris mentioned was a different
one, so I'll see if I can make jack_fst work properly using your
suggestion.
- Walter
On Wed, 22 Jun 2005, Mike McCormack wrote:
>
> Walt Ogburn wrote:
>
> > #define BUFSIZE 1044096
> >
but I wasn't able to
> figure out why this time and haven't gone back to it in a few months.
>
> Chris
>
>
>
>
> On Tuesday 21 June 2005 10:02 pm, Alex Villac??s Lasso wrote:
> > Walt Ogburn wrote:
> > >Hi developers,
> > >
> > >I
Hi developers,
I'm trying to understand why the following simple program crashes. I
think this is the same problem that prevents jack_fst from running with
the current version of wine. (Jack_fst allows a lot of programs called
VSTs to be run, for audio work).
I compiled this with:
> winemaker .
On Thu, 10 Mar 2005, Uwe Bonnes wrote:
>
> Setting /proc/sys/vm/legacy_va_layout, like proposed by Ingo, lets the app
> finally run.
>
To Mark Knecht:
If you have a copy of jack_fst without the special memory allocation hack,
you might try it and see if this suggestion makes any difference. Ma
Hi Gerald,
The metafile.c warning is because of a test that is commented out in
dlls/gdi/test/metafile.c. It's commented out instead of protected with
todo because it doesn't just fail, it crashes. Perhaps the rtlstr test
warnings are there for similar reasons.
There's a patch to make the metaf
Sorry, I was thinking of the debug channels, but I don't know which ones
to use, short of turning on "trace+all."
- Walter
On Sat, 11 Dec 2004, David [iso-8859-1] Gümbel wrote:
> On Samstag 11 Dezember 2004 01:42, Walt Ogburn wrote:
> > Dump a trace into a file, then g
Dump a trace into a file, then grep for the username and password you
entered?
On Fri, 10 Dec 2004, David [iso-8859-15] Gümbel wrote:
> Hi everybody,
>
>
>
>
> I am trying to get an application to run under Wine that requires a login
> with a username and a password. The program runs all fine,
ter
On Thu, 9 Dec 2004, Gerald Pfeifer wrote:
> The following patch to dlls/gdi/tests/metafile.c
>
> revision 1.3
> date: 2004/12/09 11:37:59; author: julliard; state: Exp; lines: +236 -0
> Walt Ogburn <[EMAIL PROTECTED]>
> Added some tests for win-forma
To Dmitry Timoshkov -
I have started working on some tests (attached here) for metafile
functions in gdi. If these seem reasonable, should I add them to your
metafile.c test code, or move yours to enhmetafile.c and start a new
metafile.h?
Thanks,
Walter/*
* Unit tests for metafile functions
*
o META_CREATEPATTERNBRUSH.
Thanks.
Walter
On Tue, 30 Nov 2004, Huw D M Davies wrote:
> On Mon, Nov 29, 2004 at 09:16:49PM -0800, Walt Ogburn wrote:
> >
> > This fixes the problem that Emanuele Gisi reported last month in the Aloha
> > problem. With this patch BS_PATTERN brush
into the "else". It the ISO_Left_Tab
check went under the existing "if (ret == 0)", it would have to have its
own MultiByteToWideChar call, or use a goto. This way seemed a lot more
readable.
Thanks,
Walter
On Sat, 6 Nov 2004, Andreas Mohr wrote:
> Hi,
>
> On Sa
Hi Jon,
It looks to me like shift-tab works fine when it's used to navigate around
dialogs. It's only in things like text input that it tries to get
converted to Unicode and doesn't match anything.
Do you know what shift-tab does under such circumstances in Windows? If
it's the same as regular
lines, bits, info, coloruse );
else
lines = 0; /* FIXME: should copy from bmp->bitmap.bmBits */
}
}
On Thu, 4 Nov 2004, Huw D M Davies wrote:
> On Wed, Nov 03, 2004 at 09:24:08PM -0800, Walt Ogburn wrote:
> >
> > Changelog:
Hi Emanuele,
After poking around a bit, there seems to be a logical problem in Wine's
GDI code. From the backtrace, SelectObject on this object calls
BRUSH_SelectObject, which uses a bitmap and eventually GetDIBits,
which tries to CreateCompatibleDC (or sometimes DeleteDC instead).
However, Selec
Hi folks,
I have a question about dependencies when writing tests. Some tests use
LoadLibraryA and GetProcessAddress to get access to Windows / Wine APIs,
and other tests just include the appropriate header files and link to the
DLLs. One example of the first type is dlls/oleaut32/olefont.c:
==
s/concensus/consensus
On Tue, 26 Oct 2004, Filip Navara wrote:
> Francois Gouget wrote:
>
> >Index: wwn/wn20041015_244.xml
> >===
> >RCS file: /var/cvs/lostwages/wwn/wn20041015_244.xml,v
> >retrieving revision 1.1
> >diff -u -r1.1 w
I can't download the RH 20041019 packages either: "The mirror you've
selected, telia.dl.sourceforge.net does not currently have the file you
requested."
- Walter
On Mon, 25 Oct 2004, Bill Medland wrote:
> I am unable to download the RedHat 20041019 packages; any idea why? (Did they
> get buil
Hi Eric,
I suspected that might be the case. It just takes a little bit of
guessing to find the previous expression, since its size is not fixed.
Thanks,
Walter
> > no, we should point to the correct insn, I'll look into it.
> in fact, it'll be hard to change it. ia-32 reports insn after the o
2004, Eric Pouech wrote:
> Walt Ogburn a écrit :
> > Hi,
> >
> > Winedbg's watchpoints don't seem to work for me: when I try to watch a
> > memory location, winedbg responds that a watchpoint has been set at a
> > different, always constant location (I s
> On Monday 18 October 2004 19:19, Walt Ogburn wrote:
>
> > Also, is there a way to make the tests in oleaut32/tests/ run on the
> > native dlls? If so, I could more clearly show that the Windows version
> > doesn't null pvData.
>
> Wine's build system has suppo
Hi,
I am working on getting a scientific / engineering application called
SRIM (www.srim.org), specifically the batch-mode component SRModule of
SRIM 2003. This is a Visual Basic program, so there's lots of reliance on
oleaut32.dll.
In addition to freeing the data memory of the SafeArray, Wine's
Hi,
Winedbg's watchpoints don't seem to work for me: when I try to watch a
memory location, winedbg responds that a watchpoint has been set at a
different, always constant location (I suspect this is actually in
winedbg's memory space). Nothing happens when the location I was trying
to watch chan
36 matches
Mail list logo