Re: I need help, please

2007-09-28 Thread Carl-Daniel Hailfinger
Hi David, On 28.09.2007 17:28, David Outteridge wrote: > Thank you for the reply, Dan, a reply is appreciated. > > I must write that I am surprised by this response - your website seems > to be asking for help at all levels. I am not quite convinced that Yes, any help is appreciated and you c

Re: Compiling Wine on Fedora 7 64-bit (opengl fails)

2007-06-19 Thread Carl-Daniel Hailfinger
On 19.06.2007 18:06, Paul Vriens wrote: > Hi, > > I'm a total newbie to the 64-bit world (just built a system this > weekend) and now I'm trying to get Wine compiled. > > It fails with (the first failure that is): > > LD_LIBRARY_PATH="../../libs/wine:$LD_LIBRARY_PATH" ../../tools/wrc/wrc > --nos

Re: Small Direct3D milestone

2007-05-20 Thread Carl-Daniel Hailfinger
On 19.05.2007 21:55, Stefan Dösinger wrote: >> Did you change something affecting D3D multithreaded apps? > I am currently working on this. Some fundamental work went into wine somewhen > between .33 and .35, but its not active yet. It was just some data structure > modifications to handle multip

Re: Small Direct3D milestone

2007-05-19 Thread Carl-Daniel Hailfinger
Hi! On 11.05.2007 21:16, Stefan Dösinger wrote: > With Wine 0.9.37 we've archieved something that I allow myself to call a > small > milestone - All Direct3D7 Immediate mode SDK demos successfully perform their > intended rendering. Congratulations! > Two major problems are left though, namel

Re: [programs/regedit] Fix command line processing for /? patch

2007-04-27 Thread Carl-Daniel Hailfinger
On 27.04.2007 21:58, Tom Spear wrote: > On 4/27/07, Tom Spear <[EMAIL PROTECTED]> wrote: >> On 4/27/07, Tom Spear <[EMAIL PROTECTED]> wrote: >> > On 4/27/07, Tom Spear <[EMAIL PROTECTED]> wrote: >> > > On 4/27/07, Alexandre Julliard <[EMAIL PROTECTED]> wrote: >> > > > You don't want to do that, eve

ExtTextOut with rotation and MM_ANISOTROPIC inverted coordinates

2007-03-30 Thread Carl-Daniel Hailfinger
Hi, I have a problem with rotated Text displayed by ExtTextOut after SetMapMode(hdc, MM_ANISOTROPIC); SetWindowExtEx(hdc, 1000, -1000, NULL); Basically, giving one negative parameter to SetWindowExtEx should reverse the direction (clockwise/counterclockwise) in which rotation is done. It works in

Re: Excluding a Windows version from the tests

2007-03-30 Thread Carl-Daniel Hailfinger
On 30.03.2007 09:14, Alexandre Julliard wrote: > Stefan Dösinger <[EMAIL PROTECTED]> writes: > >> Shouldn't then the wine code do a version check too and behave differently >> if >> the winver is set to win98? > > Only if there is an app that does the same version check and depends > on both be

Re: Build script for older RPM distros

2007-03-22 Thread Carl-Daniel Hailfinger
Hi, On 22.03.2007 20:12, Lei Zhang wrote: > It looks like we have not been doing a good job of maintaining Wine > RPMs for older RH (derived) systems. On the Wine download page > (http://www.winehq.org/site/download) the text link for RH/Fedora is a > 404, and the icon links to an out of date page

Re: Accessing File > 4gb problem (was: Debugging Supreme Commander)

2007-03-21 Thread Carl-Daniel Hailfinger
On 20.03.2007 15:08, Stephan Rose wrote: > So apparently the issue comes down the lseek failing with > 4 gig files only > on cd-rom drives and ends up not being a wine bug after all as far as I can > tell. I will try to install it from the hard drive in a little bit and see > if it succeeds then. I

Re: Resend: Add d3drmdef.h header file - try 3

2007-03-20 Thread Carl-Daniel Hailfinger
On 20.03.2007 09:37, Dmitry Timoshkov wrote: > "Vijay Kiran Kamuju" <[EMAIL PROTECTED]> wrote: > >> I know its very tough to get patches done by newbies to get in, esp wine. > > It's absolutely not hard to get patches accepted, be it Wine or any other > project. But it's absolutely required to li

Re: Submitting winetricks to winehq tree?

2007-03-14 Thread Carl-Daniel Hailfinger
Hi, On 14.03.2007 20:01, Dan Kegel wrote: > I haven't been villified yet, so let me try harder. Should winetricks > be committed to the winehq tree? It would be handy for people > triaging Wine bugs to see if e.g. native dcom, odbc, or corefonts > hide a bug. Sorry if this has been answered bef

Code audit (was: Re: Working on DIBEngine for SOC)

2007-03-05 Thread Carl-Daniel Hailfinger
On 05.03.2007 22:57, Rolf Kalbermatter wrote: > > ReactOS you better don't mention here in Wine. As long as ReactOS has not > been fully audited from an independent organization to not contain any > copied code not under a compatible open source license, Wine will not > accept any code that looks

Re: Forum proposal

2007-03-01 Thread Carl-Daniel Hailfinger
On 01.03.2007 23:25, Alexandre Julliard wrote: > Carl-Daniel Hailfinger <[EMAIL PROTECTED]> writes: > >> Now imagine a breakin on a site hosted on winehq. The consequences >> would be far worse than for the average toy project. Wine depends on >> people trusting us

Re: Forum proposal

2007-03-01 Thread Carl-Daniel Hailfinger
On 01.03.2007 20:09, Luis C. Busquets Pérez wrote: > Why not having both? Running a forum does not exclude continuing with > the mailing lists and could add users and developpers who find more easy > coordinate through a forum. > > Configuring phpBB (www.phpbb.com) does not take more than 1 hour .

rotated text in ExtTextOut

2006-10-31 Thread Carl-Daniel Hailfinger
Hi, I have a problem displaying rotated text in Wine where the rotation under Windows is counterclockwise, but the rotation in Wine is clockwise. The patch I came up with rotates the text in the right direction, but the individual characters are still rotated in the wrong direction. The attached W