Re: Dereferencing a pointer in winedbg

2005-12-01 Thread Eric Pouech
please point me to it? I've spent last hour or so trying to find it. just a quicker one: does display /i $eax help here ? A+ -- Eric Pouech

wineconsole crashes with curses backend

2005-12-01 Thread Pavel Roskin
Hello, Eric and everybody! wineconsole crashes in WCCURSES_Refresh() when run without arguments. PRIVATE(data)-line is NULL in curses.c on line 354. Checking PRIVATE(data)-line fixes the problem. The breakage was introduced by revision 1.39 of wineconsole.c. Removing call to

reports are not well displayed

2005-12-01 Thread Curro Amores
Hi im getting crazy cos my access 97 application do what it wants when it wants. I have some kind of reports. The thing is that when i want to display them, the fonts are not well displayed, they are separated and bigger. But other reports are well displayed. I have copied all the ttf file

Re: wine-devel Digest, Vol 4, Issue 151

2005-12-01 Thread Alexandre Julliard
Brian Vincent [EMAIL PROTECTED] writes: On 11/30/05, Andrea Capiluppi [EMAIL PROTECTED] wrote: i'm involved in a study of the evolution of wine, based on its releases: so far i tried to collect what i could find on the web, but some of the earliest points i'm still missing: maybe somebody

Re: [NDR] Implement NdrClientCall2 and NdrServerCall2

2005-12-01 Thread Alexandre Julliard
Robert Shearman [EMAIL PROTECTED] writes: +shrl $2, %ecx\n\t /* divide by 4 */ +rep movsl\n\t /* Copy dword blocks */ +movl %eax, %ecx\n\t +andl $3, %ecx\n\t /* modulus 4 */ +rep movsb\n\t /* Copy remainder */ If the argument size

Re: Use struct instead of interface in forward declaration

2005-12-01 Thread Alexandre Julliard
Vincent Béron [EMAIL PROTECTED] writes: Changelog: Use struct instead of interface in forward declaration. Why? -- Alexandre Julliard [EMAIL PROTECTED]

Re: advpack: Handle dwFlags for DelNode with tests

2005-12-01 Thread Alexandre Julliard
James Hawkins [EMAIL PROTECTED] writes: +/* Generate a path with wildcard suitable for iterating */ +if (CharPrevA(szFilename, szFilename + iLen) != \\) +{ I don't think this means what you think it means ;-) -- Alexandre Julliard [EMAIL PROTECTED]

RE: Problem with serial port.

2005-12-01 Thread Félix Ortega
Quoting gslink [EMAIL PROTECTED]: 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. Finally it results that my

Re: wldap - add stubs for ldap_search_init_page[A/W]

2005-12-01 Thread Hans Leidekker
On Thursday 01 December 2005 06:26, Steven Edwards wrote: +205 cdecl ldap_search_init_pageA(ptr str long str ptr long ptr ptr ptr long ptr) +206 cdecl ldap_search_init_pageW(ptr wstr long wstr ptr long ptr ptr ptr long ptr) The second to last parameter should be a 'long', not 'ptr'. I have all

execute an application with wine twice

2005-12-01 Thread Curro Amores
Hi is possible to run an application twice at the same time? I have an access 97 app. First time i run it perfect, but i would like to run it again without closing the first one. it crashes the output is trace:loaddll:load_builtin_dll Loaded module Lkernel32.dll : builtin

Re: Use struct instead of interface in forward declaration

2005-12-01 Thread Vincent Béron
Le jeu 01/12/2005 à 05:23, Alexandre Julliard a écrit : Vincent Béron [EMAIL PROTECTED] writes: Changelog: Use struct instead of interface in forward declaration. Why? Because winapi_check can't parse that statement, and it's the only one of that type (typdef interface IFoo IFoo) in

Re: Debugging Critical Section lockups

2005-12-01 Thread David D. Hagood
Robert Shearman wrote: Yep, example of what not to do in concurrent programming. You should Tell me about it - I do hard realtime for a living. One of the locks is the Win6 lock, another does not seem to have a name (shown as ? when things go bad). I wonder if, under Real Windows, the

Re: execute an application with wine twice

2005-12-01 Thread Stefan Dösinger
On Thursday 01 December 2005 12:56, Curro Amores wrote: Hi is possible to run an application twice at the same time? I have an access 97 app. First time i run it perfect, but i would like to run it again without closing the first one. It's likely that it detects that it's running already, and

Re: Use struct instead of interface in forward declaration

2005-12-01 Thread Alexandre Julliard
Vincent Béron [EMAIL PROTECTED] writes: I guess fixing winapi_check to parse those correctly is in order then? And widl to generate a typedef interface? winapi_check should definitely understand interface, yes. Fixing widl would be nice too. -- Alexandre Julliard [EMAIL PROTECTED]

Re: advpack: Handle dwFlags for DelNode with tests

2005-12-01 Thread James Hawkins
On 12/1/05, Alexandre Julliard [EMAIL PROTECTED] wrote: James Hawkins [EMAIL PROTECTED] writes: +/* Generate a path with wildcard suitable for iterating */ +if (CharPrevA(szFilename, szFilename + iLen) != \\) +{ I don't think this means what you think it means ;-)

Re: advpack: Handle dwFlags for DelNode with tests

2005-12-01 Thread Andreas Mohr
Hi, On Thu, Dec 01, 2005 at 02:45:37PM +, James Hawkins wrote: On 12/1/05, Alexandre Julliard [EMAIL PROTECTED] wrote: James Hawkins [EMAIL PROTECTED] writes: +/* Generate a path with wildcard suitable for iterating */ +if (CharPrevA(szFilename, szFilename + iLen)

Re: wine-devel Digest, Vol 4, Issue 151

2005-12-01 Thread Saulius Krasuckas
* On Thu, 1 Dec 2005, Alexandre Julliard wrote: the new git repository on WineHQ contains all the releases I have, going back to 1993. You can browse it at http://source.winehq.org/git Wow, Alexandre, you are incredible. By the any kind means of this term. :-] I am amazed. Lots of thanks.

Re: Dereferencing a pointer in winedbg

2005-12-01 Thread Vitaliy Margolen
Thursday, December 1, 2005, 1:12:00 AM, Eric Pouech wrote: please point me to it? I've spent last hour or so trying to find it. just a quicker one: does display /i $eax help here ? No, it doesn't. I need display /i *$eax - $eax is the pointer to a code pointer... Thanks anyway. Vitaliy

Re: winspool: GetPrinterDriverDirectory updated from win9x to NT/win9x

2005-12-01 Thread Alexandre Julliard
Detlef Riekenberg [EMAIL PROTECTED] writes: Changelog: - Add Function validate_envW to validate the user-supplied Printing Environment (respect Windows Version - Setting) - Change GetPrinterDriverDirectoryW on top of validate_envW to Report the native Path for NT and Win9x - Fix 2 Bugs

Re: [wined3d] update hw support

2005-12-01 Thread Mike Hearn
HAL? OK it's not much less Linux specific right now than anything else, but HAL is supposed to be the canonical hardware abstraction so it makes sense to use it. On Wed, 30 Nov 2005 07:56:54 +0100, Roderick Colenbrander wrote: PS: if one of you know a way to implement pci bus scanning on wine

Re: Load Library failed

2005-12-01 Thread Ananth M
The problem is due to the Dll Name UpperCase. It is solved , Thank you On 12/1/05, Ananth M [EMAIL PROTECTED] wrote: Hi All I am having a Simple DLL that was developed and used by the Windows Application. I am trying to port this windows DLL into linux to create the .so file and want to use the

opengl support in wine

2005-12-01 Thread Tomas Carnecky
I've had a discussion with someone through this list about wine and libGL.so. It was about wine using dlopen(libGL.so) instead of linking directly with libGL.so. I still don't understand why the wine developers have made this decision. I'm again at the point where I need to hook OpenGL (glX)

Load Library failed

2005-12-01 Thread Ananth M
Hi All I am having a Simple DLL that was developed and used by the Windows Application. I am trying to port this windows DLL into linux to create the .so file and want to use the same. As metioned in the winedump tool, I generated the spec file using the command winedump spec simple.dll

state of wine on amd64 with ia32

2005-12-01 Thread Christoph Frick
hiho can someone enlightenme, what the current state of this is? i run a dual opteron with ubuntu linux on it. after some symlinking with the ia32-libs and a change in wine (SYS_sigaction - SYS_rt_sigaction (read this in a very old post from 2004 or so) it finally compiled (using gcc-4.0 -m32).

Re: [dib.c] 3. Remove identity colormap changing for monochrome bitmaps

2005-12-01 Thread Alexandre Julliard
Oldrich Jedlicka [EMAIL PROTECTED] writes: This fixes colors in monochrome bitmaps that were overwritten by identity colormap every time. Changelog: * Remove the identity color map overwriting on all monochrome bitmaps This breaks the tests: bitmap.c:399: Test failed: lower left pixel is

Re: Fix issues with interfaces

2005-12-01 Thread Vincent Béron
Le jeu 01/12/2005 à 12:49, Vincent Béron a écrit : Changelog: widl was forward defining interfaces as structs, use interface instead. Let winapi_check understand interface. Please ignore, there are some other things to change in widl as well. Vincent

Wine in relation to domains,accounts and such

2005-12-01 Thread Paul Vriens
Hi, are there any plans (or need for that matter) to have domains and accounts implemented like windows does. Do we need for example a SID of our own or should we able to generate one (winecfg ?). Apart from the numerous stubs there doesn't seem to be much in place, please correct me if I'm

Re: state of wine on amd64 with ia32

2005-12-01 Thread Alexandre Julliard
Christoph Frick [EMAIL PROTECTED] writes: hiho can someone enlightenme, what the current state of this is? i run a dual opteron with ubuntu linux on it. after some symlinking with the ia32-libs and a change in wine (SYS_sigaction - SYS_rt_sigaction (read this in a very old post from 2004 or

Re: [dib.c] 3. Remove identity colormap changing for monochrome bitmaps

2005-12-01 Thread Oldrich Jedlicka
Thanks Alexandre, I will have a look at it more closely as the inverted colors in monochrome bitmaps are maybe a more general problem - if BitBlt is using palette of both bitmaps and in copying from XImage into DIB it is inverted again - I will check it. Actually I discovered this first time

Re: opengl support in wine

2005-12-01 Thread Stefan Dösinger
There is absolutely no reason not to link with libGL.so directly: Even if you make OpenGL a hard dependency, nothing will break. Just announce it well so that everybody understands the change and make --disable-opengl the default option. Now everyone can get wine and it will work

ConfigureNotify messages queuing up

2005-12-01 Thread Mikael Lindqvist
Hello dear Wine developers, I was using Flash MX under Wine yesterday and I noticed that when I resize the window, the contents swirl around as resize messages get processed. I thought that maybe this could be avoided if the code in wine that processes ConfigureNotify messages from X and passes

Re: opengl support in wine

2005-12-01 Thread Stefan Dösinger
I want to create fraps for linux. Using XShmGetImage() and friends is too slow. So my first approach was to create a fullscreen opengl app and do glReadPixels(). But this performs very badly when there are two opengl applications running at the same time (fps drops from Now what are my

Re: Compile error in dlls/wininet/netconnection.c

2005-12-01 Thread Robert Shearman
Pavel Roskin wrote: Hello, Robert! Your last change in dlls/wininet/netconnection.c breaks compilation without openssl: Sorry about that. I had tested compiling without openssl, but I made a last minute change to add that function that I didn't test. netconnection.c:246: error: syntax

Re: state of wine on amd64 with ia32

2005-12-01 Thread Marcus Meissner
On Thu, Dec 01, 2005 at 06:09:26PM +0100, Christoph Frick wrote: hiho can someone enlightenme, what the current state of this is? i run a dual opteron with ubuntu linux on it. after some symlinking with the ia32-libs and a change in wine (SYS_sigaction - SYS_rt_sigaction (read this in a

Re: [x11drv] fix bug 3956: correct behavior of ChoosePixelFormat

2005-12-01 Thread Raphael
On Wednesday 30 November 2005 09:32, Raphael wrote: Hi, Changelog: - handle DONTCARE flags on ChoosePixelFormat - DOUBLEBUFFER and STEREO are non-mandatorie options (ie if not available find a compatible pixel format without). So try without if we cannot find a valid fbconfig with this

Re: [msxml] libuuid

2005-12-01 Thread Huw D M Davies
On Thu, Dec 01, 2005 at 10:02:25PM +0100, Raphael wrote: Hi, Changelog: - add needed uuid generation I don't think libuuid should contain the msxml2 uuids; at least the version I have doesn't. Huw.

Re: [wined3d] update hw support

2005-12-01 Thread Raphael
On Wednesday 30 November 2005 22:32, Mike Hearn wrote: HAL? OK it's not much less Linux specific right now than anything else, but HAL is supposed to be the canonical hardware abstraction so it makes sense to use it. On Wed, 30 Nov 2005 07:56:54 +0100, Roderick Colenbrander wrote: PS: if

Re: [msxml] libuuid

2005-12-01 Thread Raphael
On Thursday 01 December 2005 22:43, Huw D M Davies wrote: On Thu, Dec 01, 2005 at 10:02:25PM +0100, Raphael wrote: Hi, Changelog: - add needed uuid generation I don't think libuuid should contain the msxml2 uuids; at least the version I have doesn't. Huw. ?? its only an archive

A working winelib application

2005-12-01 Thread Toan T Nguyen
Hi, This is to let you know that I'm porting Quake 2 Evolved (Q2E) program to Linux using winelib. It compiles and works beautifully, at least on my PentiumM laptop (I actually link with native linux libjpeg, zlib, openal and dl at the compile time, winelib is used for opengl, winmm and wsock32).

Re: [NDR] Implement NdrClientCall2 and NdrServerCall2

2005-12-01 Thread David Laight
On Thu, Dec 01, 2005 at 11:09:29AM +0100, Alexandre Julliard wrote: Robert Shearman [EMAIL PROTECTED] writes: +shrl $2, %ecx\n\t /* divide by 4 */ +rep movsl\n\t /* Copy dword blocks */ +movl %eax, %ecx\n\t +andl $3, %ecx\n\t /* modulus 4 */

Re: ConfigureNotify messages queuing up

2005-12-01 Thread Robert Shearman
Mikael Lindqvist wrote: Hello dear Wine developers, I was using Flash MX under Wine yesterday and I noticed that when I resize the window, the contents swirl around as resize messages get processed. I thought that maybe this could be avoided if the code in wine that processes ConfigureNotify

Re: ConfigureNotify messages queuing up

2005-12-01 Thread Mikael Lindqvist
On Thu, 2005-12-01 at 16:22 -0600, Robert Shearman wrote: Mikael Lindqvist wrote: Hello dear Wine developers, I was using Flash MX under Wine yesterday and I noticed that when I resize the window, the contents swirl around as resize messages get processed. I thought that maybe this could

Re: SHDOCVW: Added implementation of IConnectionPoint::Advise and Unadvise.

2005-12-01 Thread Robert Shearman
Jacek Caban wrote: @@ -181,15 +184,52 @@ static HRESULT WINAPI ConnectionPoint_Ad DWORD *pdwCookie) { ConnectionPoint *This = CONPOINT_THIS(iface); -FIXME((%p)-(%p %p)\n, This, pUnkSink, pdwCookie); -return E_NOTIMPL; +IDispatch

winspool: GetPrinterDriverDirectory updated to NT/win9x (resend)

2005-12-01 Thread Detlef Riekenberg
Resend with suggestions from Alexandre: GetVersion() was used to often. - We do not Check for WIN32S. - For Win9x, we use the same Path as NT is using for Windows 4.0 (%winsysdir%\spool\drivers\win40) Changelog: - Add Function validate_envW to validate the user-supplied Printing

Re: opengl support in wine

2005-12-01 Thread Tomas Carnecky
Stefan Dösinger wrote: Why do you want to hook GL functions? I consider this a hacky workaround for bugs which should be fixed otherwise, but I might be wrong with this. The only thing I know is a workaround for the fglrx driver, but for Wine, this was fixed elsewhere. I want to create

Compilation also fails on old RH

2005-12-01 Thread Paul Millar
Hi, Just to say that a fairly recent patch to wldap32 causes compilation to fail under an old RedHat 7.3 machine (yeah, I'm just waiting on installing debian :-) Anyhow, I guess some extra autoconf tests might fix it, but it is an old version of openssl (openssl-0.9.6b-35.7). HTH, Paul

Re: SHDOCVW: Added implementation of IConnectionPoint::Advise and Unadvise.

2005-12-01 Thread Jacek Caban
Robert Shearman wrote: I think you need to AddRef disp here and release it appropriately in both Unadvise and on the final release. You're right, I forgot to release it in Unadvise, but I don't have to AddRef disp here as I get it from QueryInterface. I'll send an updated patch. Thanks,

Compile error in dlls/wininet/netconnection.c

2005-12-01 Thread Pavel Roskin
Hello, Robert! Your last change in dlls/wininet/netconnection.c breaks compilation without openssl: netconnection.c:246: error: syntax error before '*' token make: *** [netconnection.o] Error 1 It happens because check_hostname() uses an argument of unknown type X509. Also, check_hostname() is

Re: opengl support in wine

2005-12-01 Thread Tomas Carnecky
Stefan Dösinger wrote: I want to create fraps for linux. Using XShmGetImage() and friends is too slow. So my first approach was to create a fullscreen opengl app and do glReadPixels(). But this performs very badly when there are two opengl applications running at the same time (fps drops from

Re: advpack: Handle dwFlags for DelNode with tests

2005-12-01 Thread Mike Hearn
On Thu, 01 Dec 2005 11:28:29 +0100, Alexandre Julliard wrote: +/* Generate a path with wildcard suitable for iterating */ +if (CharPrevA(szFilename, szFilename + iLen) != \\) +{ James, it should be if (CharPrevA(szFilename, szFilename + iLen) != '\\') { } Note the

Re: opengl support in wine

2005-12-01 Thread Tomas Carnecky
Stefan Dösinger wrote: * The fglrx driver: glReadPixels, glWritePixels, glTexImage2D and friends are _terribly_ slow with this driver( 1 fps when accessing the back buffer). Just follow the Direct3D discussions or search the archives, this problem has been discussed before, and it will come up

Suggestion for the FAQ.

2005-12-01 Thread Robin Holt
I was trying to use wine with some M$ software from behind our company firewall. All outgoing connections need to go through our proxy server. I was surprised when the proxy server question did not appear in the FAQ. To get it to work, I edited my ~/.wine/user.reg and added

wine-faq: Macintel?

2005-12-01 Thread Frankie
Please please please update your FAQ to tell us the dev status of Wine on OSX x86. -- http://spamreaper.org/frankie -F .

[RESEND] riched20: register ListBox ComboBox classes

2005-12-01 Thread Cihan Altinay
Another attempt to get some feedback for this patch... 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