Re: Dereferencing a pointer in winedbg

2005-11-29 Thread Eric POUECH
http://www.winehq.org/hypermail/wine-devel/2005/03/0219.html (not sure it still applies cleanly, at least some tiny parts are now in CVS tree)A+ > Message du 30/11/05 05:13> De : "Vitaliy Margolen" <[EMAIL PROTECTED]>> A : "Eric Pouech" <[EMAIL PROTECTED]>> Copie à : wine-devel@winehq.org> Objet :

Re: [wined3d] update hw support

2005-11-29 Thread Marcus Meissner
On Wed, Nov 30, 2005 at 07:56:54AM +0100, Roderick Colenbrander wrote: > The way I would recommend for pci bus scanning is to parse > /proc/bus/pci/devices the only problem is that this is linux specific. > Something similar can be done on other OSes though. Another way which is > more portable is

Re: [wined3d] update hw support

2005-11-29 Thread Roderick Colenbrander
The way I would recommend for pci bus scanning is to parse /proc/bus/pci/devices the only problem is that this is linux specific. Something similar can be done on other OSes though. Another way which is more portable is to use libpci but it isn't installed on all systems. Guess something like this

riched20: register ListBox & ComboBox classes

2005-11-29 Thread Cihan Altinay
Hi, > This patch partially implements the undocumented REExtendedRegisterClass() > function by registering the two missing classes. That way MS Office 2003 and > probably other programs that rely on these classes display dialogs > completely which were empty before. > > Changelog: > Cihan Alt

Re: Dereferencing a pointer in winedbg

2005-11-29 Thread Vitaliy Margolen
Monday, November 28, 2005, 2:33:35 PM, Eric Pouech wrote: > 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 >

Re: Question about X11DRV_ChoosePixelFormatglXChooseFBConfig returns NULL (glError: 0)

2005-11-29 Thread Aric Cyr
Raphael club-internet.fr> writes: > > On Tuesday 29 November 2005 22:46, L. Lenders wrote: > > Just for the info: after some digging i found a quick > > hack to get rid of the error: comment line 208 in > > dlls/x11drv/opengl.c: > > > > //TEST_AND_ADD1(ppfd->dwFlags & PFD_STEREO, > > GLX_STEREO)

RE: Problem with serial port.

2005-11-29 Thread gslink
Did you check out that flow control is handled correctly from the Olivetti printer. I have had this happen in the past and in every case I found that either I was using the wrong flow control or not taking it into account.

Re: Implement symbolic link object in wineserver.

2005-11-29 Thread Vitaliy Margolen
Tuesday, November 29, 2005, 4:47:47 PM, Robert Shearman wrote: > Hi Vitaliy, > This patch looks pretty good, but needs some finishing touches. Are you > planning to continue the directory work to get objects to start > supporting it? Yes I do. It should be a straight forward for events, sections,

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

2005-11-29 Thread Raphael
On Tuesday 29 November 2005 22:46, L. Lenders wrote: > Just for the info: after some digging i found a quick > hack to get rid of the error: comment line 208 in > dlls/x11drv/opengl.c: > > //TEST_AND_ADD1(ppfd->dwFlags & PFD_STEREO, > GLX_STEREO); No, it's not the good way. Try my last patch on bu

Question about X11DRV_ChoosePixelFormat glXChooseFBConfig returns NULL (glError: 0)

2005-11-29 Thread L. Lenders
Just for the info: after some digging i found a quick hack to get rid of the error: comment line 208 in dlls/x11drv/opengl.c: //TEST_AND_ADD1(ppfd->dwFlags & PFD_STEREO, GLX_STEREO); Somehow setting the PFD_STEREO flag makes doom3 crash and triggers the error mentioned in the subject. After comm

Re: Implement symbolic link object in wineserver.

2005-11-29 Thread Robert Shearman
Hi Vitaliy, This patch looks pretty good, but needs some finishing touches. Are you planning to continue the directory work to get objects to start supporting it? Vitaliy Margolen wrote: diff --git a/server/object.h b/server/object.h index 0c2ee1a..1154e0a 100644 --- a/server/object.h +++ b

Re: msvcrt incompatibility in Origin 6.0 when saving documents

2005-11-29 Thread Olaf Leidinger
Hello again! Running Origin6.0 with WINEDEBUG="+snoop,+relay" with and without native msvcrt, tailing, cutting and wc-ing and finally diffing the output I found the following: First of all using the native version I get some msvcrt._EH_prolog calls I can't find in the builtin version. all wi

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

2005-11-29 Thread Vitaliy Margolen
Tuesday, November 29, 2005, 1:37:01 PM, Marcus Meissner wrote: > On Tue, Nov 29, 2005 at 01:24:47PM -0700, Vitaliy Margolen wrote: >> Tuesday, November 29, 2005, 12:58:55 PM, Marcus Meissner wrote: >> > On Mon, Nov 28, 2005 at 09:55:57PM -0600, Dustin Navea wrote: >> >> H. I havent tested due

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

2005-11-29 Thread Marcus Meissner
On Tue, Nov 29, 2005 at 01:24:47PM -0700, Vitaliy Margolen wrote: > Tuesday, November 29, 2005, 12:58:55 PM, Marcus Meissner wrote: > > On Mon, Nov 28, 2005 at 09:55:57PM -0600, Dustin Navea wrote: > >> H. I havent tested due to sys overhaul, but it seems that this > >> should work. Just out

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

2005-11-29 Thread Vitaliy Margolen
Tuesday, November 29, 2005, 12:58:55 PM, Marcus Meissner wrote: > On Mon, Nov 28, 2005 at 09:55:57PM -0600, Dustin Navea wrote: >> H. I havent tested due to sys overhaul, but it seems that this >> should work. Just out of curiosity, what was the reason for picking 4 >> as the magic number?

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

2005-11-29 Thread Marcus Meissner
On Mon, Nov 28, 2005 at 09:55:57PM -0600, Dustin Navea wrote: > H. I havent tested due to sys overhaul, but it seems that this > should work. Just out of curiosity, what was the reason for picking 4 > as the magic number? Randomness. Any number could be used. However I got another suggest

Re: WSACleanup fix.

2005-11-29 Thread Robert Shearman
Rein Klazes wrote: On Tue, 29 Nov 2005 10:33:49 -0600, you wrote: if (num_startup) +{ +num_startup--; return 0; +} Yes, that is more correct. Re-reading the MSDN this is what should be happening. Changelog: dlls/winsock: socket.c dlls/winsock/te

Re: WSACleanup fix.

2005-11-29 Thread Vitaliy Margolen
Tuesday, November 29, 2005, 12:10:52 PM, Rein Klazes wrote: > On Tue, 29 Nov 2005 10:33:49 -0600, you wrote: >> if (num_startup) >>+{ >>+num_startup--; >> return 0; >>+} > Yes, that is more correct. Re-reading the MSDN this is what should be > happening. > Changelog:

Re: WSACleanup fix.

2005-11-29 Thread Rein Klazes
On Tue, 29 Nov 2005 10:33:49 -0600, you wrote: > if (num_startup) >+{ >+num_startup--; > return 0; >+} Yes, that is more correct. Re-reading the MSDN this is what should be happening. Changelog: dlls/winsock: socket.c dlls/winsock/tests : sock.c (With

Re: Compiling wine on Ubuntu amd64

2005-11-29 Thread Peter Beutner
keep wine-devel list cc'ed. James Trotter schrieb: > On 11/29/05, Peter Beutner <[EMAIL PROTECTED]> wrote: >> >>I think we should rather get rid of including >>/usr/include/X11/Intrinsic.h. >>The code in x11drv which include this header doesn't even link against >>libXt. >>(and afaik no other part

Re: msvcrt incompatibility in Origin 6.0 when saving documents

2005-11-29 Thread Tobias Burnus
Hello, Olaf Leidinger wrote: 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 nat

Re: Please HELP, info required about 'DIB_Status_GdiMod' and 'DIB_Status_AppMod'

2005-11-29 Thread Robert Shearman
Marinescu-Ghetau Iulian wrote: Hello, Could anyone give me some more info on X11DRV_CoerceDIBSection function and the logic behind using 'DIB_Status_GdiMod' and 'DIB_Status_AppMod' stats? I am trying to repair a bug (3902) that has to do with application waiting exccessivly on some locks an

Re: RESEND: Page Fault With Freetype calls fixed

2005-11-29 Thread Alexandre Julliard
Rein Klazes <[EMAIL PROTECTED]> writes: > Not included in the new release, no comments. Is there a problem with > this one ? I think it would be cleaner to have WineEngGetFontData do the right thing directly, instead of calling it twice. -- Alexandre Julliard [EMAIL PROTECTED]

Re: Question about current Shell Folder registry settings...

2005-11-29 Thread Michael Jung
Hi Markus, On Tuesday 29 November 2005 14:47, Markus Gömmel wrote: > Can anybody tell me why "Desktop" is set to Z: instead of set to > "c:\windows\profiles\mgoemmel\Desktop"? The code that figures the paths for the 'Personal' and 'Desktop' shellfolders is in dlls/shell32/shellpath.c's _SHGetDef

Re: WSACleanup fix.

2005-11-29 Thread Robert Shearman
Rein Klazes wrote: --- wine/dlls/winsock/socket.c 2005-11-24 17:00:02.0 +0100 +++ mywine/dlls/winsock/socket.c2005-11-29 14:58:24.0 +0100 @@ -830,8 +830,10 @@ int WINAPI WSAStartup(WORD wVersionReque */ INT WINAPI WSACleanup(void) { -if (num_startup) +if (num_st

Re; Question about current Shell Folder registry settings...

2005-11-29 Thread Juan Lang
Hi Markus, > Desktopz:\home\mgoemmel\Desktop (snip) > Can anybody tell me why "Desktop" is set to Z: instead of set > to "c:\windows\profiles\mgoemmel\Desktop"? Because this (z:\home\mgoemmel\Desktop) is the location of your Linux desktop. If you save stuff to "Desktop," you e

Does the Windows version of Mozilla need to be installed to use the Mozilla ActiveX plugin?

2005-11-29 Thread David D. Hagood
Does the Windows version of Mozilla need to be in place for the Mozilla Active X control to work, or is there a way to point the control at my Linux install of Mozilla?

Re: msvcrt incompatibility in Origin 6.0 when saving documents

2005-11-29 Thread Tobias Burnus
Hello, Olaf Leidinger wrote: 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 nat

Re: Latest CVS download opensolaris, AMD 64, build errors

2005-11-29 Thread Robert Lunnon
On Mon, 28 Nov 2005 01:56 pm, Mike McCormack wrote: > David Clack wrote: > > I'm on OpenSolaris B27, on an AMD 64 system, I'm getting these errors > > from the build. > > I guess not alot of people use that configuration ... > Did you apply the patches from http://www.blastwave.org/wine

Question about current Shell Folder registry settings...

2005-11-29 Thread Markus G�mmel
Hello, HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/ShellFolders has the following settings on a freshly installed system after first calling wine: AppDatac:\windows\profiles\mgoemmel\Application Data Cookiesc:\windows\profiles\mgoemmel\Coo

Re: Implement directory object in wineserver.

2005-11-29 Thread Steven Edwards
Hi, On 11/28/05, Vitaliy Margolen <[EMAIL PROTECTED]> wrote: > Change tests accordingly. This reminded me, I meant to send you a note when this test was first added. The test needs some loving for Windows Server 2003. om.c:190: Test failed: Failed create returned valid handle! (80905558) om.c:20

Re: msvcrt incompatibility in Origin 6.0 when saving documents

2005-11-29 Thread Rein Klazes
On Tue, 29 Nov 2005 02:43:39 +0100, you wrote: >... some _mbsinc calls > >... some putc calls > >And finally ... > >0009:Call msvcrt.fclose(7fe8fa90) ret=7f81ecf0 [snip] >0009:Ret msvcrt.fclose() retval= ret=7f81ecf0 >0009:Call kernel32.OpenFile(7fe60252 >"i:\\mnt\\privat\\Origin6\\UNT

reports are not well shown

2005-11-29 Thread Curro Amores
Hi im runing my acces97 application. The problem is when im going to watch a report, letters are not well shown. I have installed all the fonts (arial...) and it keeps on. The text seems to be justified. I have traced the program trace:loaddll:load_builtin_dll Loaded module L"c:\\windows\\sys

Re: REG_EXPAND_SZ not parsed correctly

2005-11-29 Thread Francois Gouget
On Tue, 29 Nov 2005, Cihan Altinay wrote: 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

Please HELP, info required about 'DIB_Status_GdiMod' and 'DIB_Status_AppMod'

2005-11-29 Thread Marinescu-Ghetau Iulian
Hello, Could anyone give me some more info on X11DRV_CoerceDIBSection function and the logic behind using 'DIB_Status_GdiMod' and 'DIB_Status_AppMod' stats? I am trying to repair a bug (3902) that has to do with application waiting exccessivly on some locks and i am kind of lost ;( Any help w

Re: Problem with serial port

2005-11-29 Thread Uwe Bonnes
> "Félix" == Félix Ortega <[EMAIL PROTECTED]> writes: Félix> I'm starting to thing that there is a problem with the way the Félix> serial port is initialized, but I don't have any proof of that. Didn't Cihan already found some mismatches in initialization. Perhaps there is more misma

Re: Problem with serial port

2005-11-29 Thread Félix Ortega
Quoting Uwe Bonnes <[EMAIL PROTECTED]>: "Félix" == Félix Ortega <[EMAIL PROTECTED]> writes: Félix> Sorry, with my desesperation I forgot to tell you the version of Félix> wine I'm running is the 0.9.2 version. I have tried 0.9.0 and Félix> 0.9.1, with the same result. The strange thin

Re: Problem with serial port

2005-11-29 Thread Cihan Altinay
Uwe Bonnes wrote: Perpaps some serial spy would be of help. Capture the communication of the windows program with the device, do the same under wine and compare. However I don't have a suggestion for a serial caputure program for you :-( How about the freeware Portmon from sysinternals: http:/

Re: Problem with serial port

2005-11-29 Thread Uwe Bonnes
> "Félix" == Félix Ortega <[EMAIL PROTECTED]> writes: Félix> Sorry, with my desesperation I forgot to tell you the version of Félix> wine I'm running is the 0.9.2 version. I have tried 0.9.0 and Félix> 0.9.1, with the same result. The strange thing is the driver does Félix> not

Re: Problem with serial port

2005-11-29 Thread Félix Ortega
Sorry, with my desesperation I forgot to tell you the version of wine I'm running is the 0.9.2 version. I have tried 0.9.0 and 0.9.1, with the same result. The strange thing is the driver does not use the WaitCommEvent call, tha I think is work in progress now. I have another driver for a similar

Re: Problem with serial port

2005-11-29 Thread Uwe Bonnes
> "Félix" == Félix Ortega <[EMAIL PROTECTED]> writes: Félix> Quoting Cihan Altinay <[EMAIL PROTECTED]>: >> Quoting Félix Ortega <[EMAIL PROTECTED]>: >> >>> I'm trying to make work a driver for a financial printer (Olivetti >>> Pr20) on wine. I'm having problems with the se

Re: msvcrt incompatibility in Origin 6.0 when saving documents

2005-11-29 Thread Uwe Bonnes
> "Olaf" == Olaf Leidinger <[EMAIL PROTECTED]> writes: Olaf> 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

Re: Problem with serial port

2005-11-29 Thread Félix Ortega
Quoting Cihan Altinay <[EMAIL PROTECTED]>: Quoting Félix Ortega <[EMAIL PROTECTED]>: I'm trying to make work a driver for a financial printer (Olivetti Pr20) on wine. I'm having problems with the serial port, it seems that no data is written to the device. I have tried everything I have thinke

Re: Compiling wine on Ubuntu amd64

2005-11-29 Thread Peter Beutner
James Trotter schrieb: > 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 think we should rather get rid of including /usr/include/X11/Intrinsic.h. The c