Re: Missing WGL function declarations in wingdi.h

2005-11-28 Thread Aric Cyr
Lionel Ulmer free.fr> writes: > > > Anyone have problems with me > > submitting a patch which would move the relevant (i.e. not all) parts of > > dlls/opengl32/wgl.h into include/wingdi.h? > > Not from me. It simply that when I did the OpenGL work, 'winelib' was not > really a priority and so I

RFC: Presentation for Desktop Architecture meeting, take two

2005-11-28 Thread Dan Kegel
The presentation has to be really short. Essentially, everything we want to say has to fit in just two slides! Here's my attempt: http://kegel.com/wine/wine-osdl-da05.pdf Can the folks who posted issues have a look at the X.org and/or Mesa categories in https://bugs.freedesktop.org/ and send m

REG_EXPAND_SZ not parsed correctly

2005-11-28 Thread Cihan Altinay
Hi, I have a .reg file exported from Windows that contains the following entry: "HelpLink"=hex(2):68,00,74,00,74,00,70,00,3a,00,2f,00,2f,00,77,00,77,00,77,00,\ 2e,00,6d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,2e,00,63,00,6f,\ 00,6d,00,2f,00,73,00,75,00,70,00,70,00,6f,00,72,00,74,00,

Re: resend: http.c: redirect corrections.

2005-11-28 Thread Robert Shearman
Aric Stewart wrote: Index: dlls/wininet/http.c === RCS file: /home/wine/wine/dlls/wininet/http.c,v retrieving revision 1.113 diff -u -r1.113 http.c --- dlls/wininet/http.c 22 Nov 2005 14:53:30 - 1.113 +++ dlls/wininet/http.

Re: msvcrt incompatibility in Origin 6.0 when saving documents

2005-11-28 Thread Olaf Leidinger
Hello again! > Try running the application with the debugger and builtin msvcrt. Perhaps > you get a backtrace of the crash. Otherwise try in the relay trace (builtin > msvcrt, showing the messagebox but not the crash) to find where the > messagebox is called. You can seach for the message text.

Re: Wine benchmarks

2005-11-28 Thread Tom Wickline
On 11/28/05, James Hawkins <[EMAIL PROTECTED]> wrote: > > > > Quake 3 > > > > Gentoo native the FPS is 400.7 demo 1 > > Wine 0.9.1 FPS 339.6 demo 1 > > > > By native do you mean the linux client for Quake 3? Yes. If so then that's > not a very accurate benchmark comparison. The linux client is

Re: Wine benchmarks

2005-11-28 Thread James Hawkins
> > Quake 3 > > Gentoo native the FPS is 400.7 demo 1 > Wine 0.9.1 FPS 339.6 demo 1 > By native do you mean the linux client for Quake 3? If so then that's not a very accurate benchmark comparison. The linux client is written specifically for linux and the calls are directly into the system, whe

Re: [Bug 3002] problems writting to serial ports on 2005-05-24 release

2005-11-28 Thread James Hawkins
On 11/25/05, Fernando Chmielewsky <[EMAIL PROTECTED]> wrote: > sorry I ask you this in this way... > I once tracked a bug in wine using CVS, but now I can't even get to > download the cvs tree, doing exactly the sama I did in the past: > creating ~/.cvspass with the single line > :pserver:[EMAIL PR

Re: [ntdll] fix GetProcAddress on mapped modules as data

2005-11-28 Thread Vitaliy Margolen
Monday, November 28, 2005, 4:34:08 PM, Raphael wrote: > On Tuesday 29 November 2005 00:03, Vitaliy Margolen wrote: >> Monday, November 28, 2005, 3:29:51 PM, Raphael wrote: >> > Hi, >> > fix crash on Corel 9 start >> > (http://bugs.winehq.org/show_bug.cgi?id=2884) >> > Changelog: >> > - don't cras

Re: powerpoint: images upside down

2005-11-28 Thread Cihan Altinay
Quoting Uwe Bonnes <[EMAIL PROTECTED]>: > > "Cihan" == Cihan Altinay <[EMAIL PROTECTED]> writes: > > Cihan> Hi, When using MS Powerpoint 2003 images are drawn upside down in > Cihan> fullscreen (presentation) mode but not in design mode. Also, > Cihan> text is drawn correctly as

Re: [msvcrt] how to handle msvcr*.dll ?

2005-11-28 Thread Robert Shearman
Uwe Bonnes wrote: "Raphael" == Raphael <[EMAIL PROTECTED]> writes: Raphael> On Monday 28 November 2005 19:46, Daniel Remenak wrote: >> >> . Windows does not and will not distribute them, and neither >> should wine. What about winelib on non-X86? msvcr*.dll =

Re: powerpoint: images upside down

2005-11-28 Thread Cihan Altinay
Quoting Huw D M Davies <[EMAIL PROTECTED]>: > On Mon, Nov 28, 2005 at 05:58:50PM +1000, Cihan Altinay wrote: > > Hi, > > > > When using MS Powerpoint 2003 images are drawn upside down in fullscreen > > (presentation) mode but not in design mode. > > Also, text is drawn correctly as seen on the at

Re: [ntdll] fix GetProcAddress on mapped modules as data

2005-11-28 Thread Raphael
On Tuesday 29 November 2005 00:03, Vitaliy Margolen wrote: > Monday, November 28, 2005, 3:29:51 PM, Raphael wrote: > > Hi, > > fix crash on Corel 9 start > > (http://bugs.winehq.org/show_bug.cgi?id=2884) > > Changelog: > > - don't crash on GetProcAddress when input mapped modules as data > > I th

Re: [msvcrt] how to handle msvcr*.dll ?

2005-11-28 Thread Uwe Bonnes
> "Raphael" == Raphael <[EMAIL PROTECTED]> writes: Raphael> On Monday 28 November 2005 19:46, Daniel Remenak wrote: >> >> . Windows does not and will not distribute them, and neither >> should wine. What about winelib on non-X86? Raphael> I know that but many applicati

Re: msvcrt incompatibility in Origin 6.0 when saving documents

2005-11-28 Thread Uwe Bonnes
> "Olaf" == Olaf Leidinger <[EMAIL PROTECTED]> writes: Olaf> Hello List! I'm testing Origin 6.0 using wine-0.9.1 and Olaf> everything is really fine except saving documents. I'm getting a Olaf> crash here. Just before that crash there is a dialog telling me: Olaf> "File not sa

Re: [ntdll] fix GetProcAddress on mapped modules as data

2005-11-28 Thread Vitaliy Margolen
Monday, November 28, 2005, 3:29:51 PM, Raphael wrote: > Hi, > fix crash on Corel 9 start > (http://bugs.winehq.org/show_bug.cgi?id=2884) > Changelog: > - don't crash on GetProcAddress when input mapped modules as data I think you need to make some tests of this. It shouldn't be to hard to load

Re: Question about X11DRV_ChoosePixelFormat glXChooseFBConfig returns NULL (glError: 0)

2005-11-28 Thread Raphael
On Monday 28 November 2005 20:37, L. Lenders wrote: > Hi,thanks for looking into this. Appearantly this bug > is different from the ones you're writing the patch > for. I found that when i run it like this: > WINEDEBUG=+relay,seh wine doom3.exe 2>/dev/null > the app comes up just fine. Somehow it n

Re: [msvcrt] how to handle msvcr*.dll ?

2005-11-28 Thread Raphael
On Monday 28 November 2005 19:46, Daniel Remenak wrote: > On 11/27/05, Raphael <[EMAIL PROTECTED]> wrote: > > Hi, > > > > since visual studio .net (2002,3,5) MS provides newer versions of > > msvcrt: - msvcr70.dll > > - msvcr71.dll > > - msvcr80.dll > > ... > > (and same equivalents for msvcp*

Re: Window geometry problem

2005-11-28 Thread Alex Villací­s Lasso
Pavel Troller wrote: Hi! I would like to report a long lasting problem with an application, which renders its main window incorrectly in wine. The app is "iRiver caption editor" and it can be freely downloaded at http://www.iriveramerica.com/download/ce.zip . Installation of the program is easy

Re: [DbgHelp]: SymGet{Next|Prev}Line64.

2005-11-28 Thread Robert Shearman
Eric Pouech wrote: /* dbghelp.c */ extern struct process* process_find_by_handle(HANDLE hProcess); +extern BOOL validate_addr64(DWORD64 addr); extern HANDLE hMsvcrt; extern BOOL validate_addr64(DWORD64 addr); validate_addr64 is duplicated. -- Rob Shearman

Re: Dereferencing a pointer in winedbg

2005-11-28 Thread Eric Pouech
Vitaliy Margolen wrote: Sunday, November 27, 2005, 10:50:39 PM, Marcus Meissner wrote: On Sun, Nov 27, 2005 at 06:35:15PM -0700, Vitaliy Margolen wrote: Is it possible to dereference a pointer in winedbg? Help says that "*$eax" is a valid expression. But when I'm trying to use it it saying: W

msvcrt incompatibility in Origin 6.0 when saving documents

2005-11-28 Thread Olaf Leidinger
Hello List! I'm testing Origin 6.0 using wine-0.9.1 and everything is really fine except saving documents. I'm getting a crash here. Just before that crash there is a dialog telling me: "File not saved. Please ensure that the disk isn't full" (roughly translated). Using a native version of msvc

Re: Missing WGL function declarations in wingdi.h

2005-11-28 Thread Lionel Ulmer
> Anyone have problems with me > submitting a patch which would move the relevant (i.e. not all) parts of > dlls/opengl32/wgl.h into include/wingdi.h? Not from me. It simply that when I did the OpenGL work, 'winelib' was not really a priority and so I did not think about putting the 'wgl.h' header

Re: Question about X11DRV_ChoosePixelFormat glXChooseFBConfig returns NULL (glError: 0)

2005-11-28 Thread L. Lenders
Hi,thanks for looking into this. Appearantly this bug is different from the ones you're writing the patch for. I found that when i run it like this: WINEDEBUG=+relay,seh wine doom3.exe 2>/dev/null the app comes up just fine. Somehow it needs to be slowed down a bit. I'll do some more digging to se

Re: Question about X11DRV_ChoosePixelFormat glXChooseFBConfig returns NULL (glError: 0)

2005-11-28 Thread Daniel
On Sun, Nov 27, 2005 at 03:24:32PM +, L. Lenders wrote: > Hi Daniel, i opened a bug for this with requested > info: bug 3956. Thanks for the help btw! regards Louis Ok, I managed to catch up. So let's see: 1. You do have client GLX 1.3, but server GLX 1.2 Raphael: That amounts to GLX versi

[netapi32/ds] Added some stubbed ds functions

2005-11-28 Thread Paul Vriens
Anything wrong with this one? Does it need to be split up? === Hi, I needed one of the stubs for Process Explorer V9.25. The calls are present in netapi32 on w2k and upwards. I welcome any remarks or suggestions. Changelog Added some stubbed Ds-calls Start of conformance tests for thes

Re: [msvcrt] how to handle msvcr*.dll ?

2005-11-28 Thread Daniel Remenak
On 11/27/05, Raphael <[EMAIL PROTECTED]> wrote: > Hi, > > since visual studio .net (2002,3,5) MS provides newer versions of msvcrt: > - msvcr70.dll > - msvcr71.dll > - msvcr80.dll > ... > (and same equivalents for msvcp*.dll) > > how we will handle that on wine: > - creating new dll forlders

Re: Compiling wine on Ubuntu amd64

2005-11-28 Thread Detlef Riekenberg
Am Montag, den 28.11.2005, 13:20 +0100 schrieb James Trotter: > I also encountered another quirk, and needed to install libxt-dev, > because the header file /usr/include/X11/Intrinsic.h was missing. The > Wine package should probably depend on libxt-dev. I entered a Bug for this Problem some Time

Re: [wined3d] Converting Wined3d to use WGL instead of GLX

2005-11-28 Thread Jakob Eriksson
Stefan Dösinger wrote: Am Freitag, 25. November 2005 18:00 schrieb Jakob Eriksson: Aric Cyr wrote: All in all I think it would be worth while, but I'd still like to hear from others so as not to waste (a lot!) of my time. ReactOS would benefit as well from your approach. F

Re: Bug fix to the latest wine 0.9.2 wincrypt.h

2005-11-28 Thread Nicholas Niro
Saulius Krasuckas wrote: * On Thu, 24 Nov 2005, Nicholas Niro wrote: * Juan Lang wrote: Except that MS's headers don't do that. You need to fix the files that include wincrypt.h instead. Does Mike's patch fix your problem? thanks for your response. The patch seemed to have wor

Re: Dereferencing a pointer in winedbg

2005-11-28 Thread Vitaliy Margolen
Sunday, November 27, 2005, 10:50:39 PM, Marcus Meissner wrote: > On Sun, Nov 27, 2005 at 06:35:15PM -0700, Vitaliy Margolen wrote: >> Is it possible to dereference a pointer in winedbg? Help says that >> "*$eax" is a valid expression. But when I'm trying to use it it saying: >> Wine-dbg>p *$eax >>

Re: Wine benchmarks

2005-11-28 Thread Tom Wickline
Just in case anyone is reading this thread... With 3DMark 03 I get a score of 560 :-) Tom

Re: D3DX9 SDK releases, DLL support (CIV4)

2005-11-28 Thread Oliver Stieber
--- Andrei Barbu <[EMAIL PROTECTED]> wrote: > Hi, > > I've been playing with getting CIV4 to run on wine. > http://appdb.winehq.org/appview.php?versionId=3632&iTestingId=125 > > I'm left with just one issue. Hi, Have you been able to find a no-cd patch for CIV4? > > D3DX9_26.DLL is missing.

Re: Compiling wine on Ubuntu amd64

2005-11-28 Thread James Trotter
I apologize, but it seems only half the mail was sent! Anyway, Here is what I wrote: Hi! I've installed Ubuntu 5.10 (Breezy Badger) on an amd64 machine. I wanted to install wine and noticed that it is not packaged for amd64, but I did see the comments on the bottom of this page http://winehq.or

Re: powerpoint: images upside down

2005-11-28 Thread Huw D M Davies
On Mon, Nov 28, 2005 at 05:58:50PM +1000, Cihan Altinay wrote: > Hi, > > When using MS Powerpoint 2003 images are drawn upside down in fullscreen > (presentation) mode but not in design mode. > Also, text is drawn correctly as seen on the attachments. > > I would appreciate a hint on what traces/

Re: powerpoint: images upside down

2005-11-28 Thread Uwe Bonnes
> "Cihan" == Cihan Altinay <[EMAIL PROTECTED]> writes: Cihan> Hi, When using MS Powerpoint 2003 images are drawn upside down in Cihan> fullscreen (presentation) mode but not in design mode. Also, Cihan> text is drawn correctly as seen on the attachments. Cihan> I would apprec

PATCH/RFC: imagelist rewrite to use N x M grid

2005-11-28 Thread Marcus Meissner
Hi, This patch is a rewrite of the imagelist handling to not use a Nx1 grid, but a NxM grid with M definable in the source (currently 4). I have tested against winrar, "file open" and "make check". It is not completely regression tested, so I am not wanting to submit it right now. But I welcome

powerpoint: images upside down

2005-11-28 Thread Cihan Altinay
Hi, When using MS Powerpoint 2003 images are drawn upside down in fullscreen (presentation) mode but not in design mode. Also, text is drawn correctly as seen on the attachments. I would appreciate a hint on what traces/logs to provide for more info as the dc & win output is quite long. Thanks,