Saulius Krasuckas wrote:
$ grep -Ir ^EXTRAINCL dlls/msxml3/
| dlls/msxml3/Makefile:EXTRAINCL =
| dlls/msxml3/Makefile.in:EXTRAINCL = @XML2INCL@
Is this supposed to be so? My makefile have empty EXTRAINCL var. Why?
No. Could you try running ./configure again and checking for XML2INCL
in
"Alexander Yaworsky" <[EMAIL PROTECTED]> wrote:
> > While browsing my old not answered e-mails I've found this one. Does
> > the attached patch help? It restricts the control to draw outside of
> > the item rect but not the whole control rect as it currently does.
> >
> No, it does not help.
Yes
I'm not aware of wine ever having such a thing, and I wish Microsoft did threaten us because that
would give the EU commission a good reason to go after them again (They already asked me if WGA is
violating users' rights, unfortunately they can't do much about it until it's optional). And if you
* On Tue, 2 Aug 2005, Mike McCormack wrote:
>
> This patch is a start on msxml3.
I think I am stuck with an error with this patch in the CVS tree:
| make[2]: Entering directory `/mnt/antras/usr/src/wine-cvs/wine/dlls/msxml3'
| gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__
-DC
On Tuesday 02 August 2005 01:17, Oliver Stieber wrote:
> --- Oliver Stieber <[EMAIL PROTECTED]> wrote:
> > Hi,
> > Somewhere between 20-07-2005 and 26-07-2005 I've been getting deadlocks
> > when I call some glx functions e.g. glXMakeCurrent, I've tracked to
> > problem down to a deadlock, prior t
On Wed, Aug 03, 2005 at 12:13:00PM -0500, Alex Villacís Lasso wrote:
> No luck. The patch did not change a thing in my configuration. It still
> fails with the exact same failed request.
Did you test any other OpenGL application (except 'glxinfo') with your
set-up to see if this is Wine specific
--- Andreas Schneider <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Hi,
>
> fr-25 doesn't display only a white bar in the middle. You can see the "demo"
> on
> the top, where normally a black bar is. And in the middle you se some colored
> vertical stripes.
>
My friend has a Linux PC and when he inserts a CD or DVD, it popups up the
cover art automatically and displays all sorts of extended data, like the
actors in the film, the studio that released the cd, etc. And we tried 100 or
so discs and it recognized every one perfectly, just as good as Wind
On Wed, 3 Aug 2005, Felix Nawothnig wrote:
Francois Gouget wrote:
[...]
However I believe that some people have put up automated replacements based
on the automated test framework. So pointing to this set of pages would be
nice (sorry I don't have the URL handy).
You mean http://test.winehq
Am Mittwoch, 3. August 2005 12:05 schrieb Kai Blin:
> * Kai Blin <[EMAIL PROTECTED]> [03/08/05, 02:03:27]:
> > +sec_status = QuerySecurityPackageInfo( sec_pkg_name, &pkg_info);
> > +
> > +ok((long)sec_status >= 0L, "Return value of QuerySecurityPackageInfo
> > should be >= 0, but is %ld\n",
Am Mittwoch, den 03.08.2005, 11:18 +0200 schrieb Francois Gouget:
> > On the WRT-Page "http://www.astro.gla.ac.uk/users/paulm/WRT/wrt.php";,
> > the link for "current status of Wine's conformance tests" is dead
> > ("http://fgouget.free.fr/wine/tests-en.shtml";).
>
> The list of tests was really
Oliver Stieber wrote:
--- Alex Villacís Lasso <[EMAIL PROTECTED]> wrote:
It looks like you running mesa which should work, I've just sent in a patch
that fixes a problem
I' getting which is very similar to yours '[x11drv] backout
d3d-stencil-support-os-2'. This may
correct the problem you are
Felix Nawothnig wrote:
Alex Villacís Lasso wrote:
wine-pthread: mixer.c:386: DSOUND_MixInBuffer: Assertion
`adjusted_remainder >= 0' failed.
wine: Unhandled exception (thread 000a), starting debugger...
WineDbg starting on pid 0x8
I guess this is preluded by some "length not a multiple of
> "Richard" == Richard Cohen <[EMAIL PROTECTED]> writes:
Richard> Uwe Bonnes wrote:
>> Go ahead with implementing ;-)
>>
Richard> Here is a implementation that can exclude relay calls from
Richard> builtin dlls. I used '' as the magic word because '%'
Richard> is poss
The DronezMark scores from a couple days back are incorrect!
I had VSync set in XP and that was the reason for Wine having such a huge
% increase over XP. I re-ran the test on XP and Wine with sound set to
Performance and VSync turned off. XP 1024x768x32 Wine 1024x768x24
Tom
Uwe Bonnes wrote:
Go ahead with implementing ;-)
Here is a implementation that can exclude relay calls from builtin dlls.
I used '' as the magic word because '%' is possible in file
names.
Calls to window procedures and DLL attach/detach are still shown, but
that is the same as the origin
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
fr-25 doesn't display only a white bar in the middle. You can see the "demo" on
the top, where normally a black bar is. And in the middle you se some colored
vertical stripes.
fixme:d3d:IWineD3DDeviceImpl_SetRenderState (0x403b50a0)->(161,1) not
Francois Gouget wrote:
On the WRT-Page "http://www.astro.gla.ac.uk/users/paulm/WRT/wrt.php";,
the link for "current status of Wine's conformance tests" is dead
("http://fgouget.free.fr/wine/tests-en.shtml";).
The list of tests was really a pain to manage by hand and as it has
grown a lot since t
Just ask. The ReactOS team have been working closely with the Wine project; I
don't see there's any problem.
Wesley Parish
On Wed, 03 Aug 2005 02:12, Jonathan Wilson wrote:
> > Feel free to go ahead and write one if you like :)
>
> One assumes ReactOS needs such a function, how do they do it?
* Kai Blin <[EMAIL PROTECTED]> [03/08/05, 02:03:27]:
> +sec_status = QuerySecurityPackageInfo( sec_pkg_name, &pkg_info);
> +
> +ok((long)sec_status >= 0L, "Return value of QuerySecurityPackageInfo
> should be >= 0, but is %ld\n", (long)sec_status);
> +
Never mind that. After running
Alexandre Julliard wrote:
No it's not correct, the current directory needs to be per-task for
Win16 apps.
OK, I'll check why it's not being set correctly, perhaps in WinExec.
Richard.
On Wed, 3 Aug 2005, Detlef Riekenberg wrote:
Hi Francois and Paul.
On the WRT-Page "http://www.astro.gla.ac.uk/users/paulm/WRT/wrt.php";,
the link for "current status of Wine's conformance tests" is dead
("http://fgouget.free.fr/wine/tests-en.shtml";).
The list of tests was really a pain to m
> "Alexandre" == Alexandre Julliard <[EMAIL PROTECTED]> writes:
Alexandre> Uwe Bonnes <[EMAIL PROTECTED]> writes:
>> For example the main program from the Xilinx ISE suite ise.exe starts
>> _pn.exe. If I understand right, "RelayFromInclude"="ise.exe" will
>> track relay calls o
Jeremy White <[EMAIL PROTECTED]> writes:
> However, this makes it clear to me that the yield
> in message.c is largely moot; you need to remove both
> that one and the one in ntdll/sync.c to have
> any material effect on Wine timing with messages.
Actually it should be enough to not yield in MsgW
Alex Villacís Lasso wrote:
Joseph Garvin wrote:
Garvin, in the worst-case scenario that I need to recompile from
source, will the source RPMS from Fedora 4 be enough?
I would guess no. If they do use some custom patchset, the source rpms
probably use it too. I would expect the binary rpms
Any comments on the WaitCommEvent patches? They have not been applied yet...
--
Uwe Bonnes[EMAIL PROTECTED]
Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt
- Tel. 06151 162516 Fax. 06151 164321 --
Uwe Bonnes <[EMAIL PROTECTED]> writes:
> For example the main program from the Xilinx ISE suite ise.exe starts
> _pn.exe. If I understand right, "RelayFromInclude"="ise.exe" will track
> relay calls of ise.exe,but not from _pn.exe.
Sure, but "RelayFromInclude"="ise.exe;_pn.exe" will track both.
> "Alexandre" == Alexandre Julliard <[EMAIL PROTECTED]> writes:
Alexandre> Uwe Bonnes <[EMAIL PROTECTED]> writes:
>> RelayFromInclude doesn't follow CreateProcess, if I understand things
>> right...
Alexandre> Not sure what you mean, it's in the registry so child
Alexandre
28 matches
Mail list logo