Re: Compiler problems

2003-11-20 Thread Marcelo Duarte
I get an succes on compiling winearts after installing glibc-devel-static, but in the loader directory still error: make[1]: Entering directory `/home/mduarte/wine-20031118/loader' gcc -c -I. -I. -I../include -I../include-Wall -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -W

Compiling winearts - please replay!

2003-11-20 Thread Marcelo Duarte
I updated to new wine version and had errors, cvs update, and errors persists: make[2]: Entering directory `/home/mduarte/wine-20031118/dlls/winmm/winearts' gcc -shared -Wl,-Bsymbolic,-z,defs winearts.drv.spec.oarts.o audio.o winearts.drv.dbg.o -o winearts.drv.so -L../../../libs/wine -lwine

Re: WineX relation to Wine

2003-11-20 Thread Tom
Gavriel State wrote: All of this info can be found here: http://www.transgaming.com/license.php?source=1 The LGPLed components in the WineX tree are: * dlls/avicap32/ (libavicap32.so) * dlls/msdmo/ (libmsdmo.so) * dlls/quartz/ (libquartz.so) * dlls/msacm/winemp3 (libwinemp3.so)

Re: WineX relation to Wine

2003-11-20 Thread Dmitry Timoshkov
"Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: > > I don't think it's in their interests to provide an exhaustive list. > > Why not? 1. Apparently their new policy directly prohibits contributing to WineHQ. 2. Taking into account #1 it's in their interests to keep AFPL borders fuzzy as much as po

Re: wine/ graphics/x11drv/xfont.c graphics/x11drv/ ...

2003-11-20 Thread Alexandre Julliard
"Dimitrie O. Paun" <[EMAIL PROTECTED]> writes: > Yay! Getting rid of the TSX functions seems to be within our > reach now. I hope this is the plan, right? :) Yes, and ultimately not only to get rid of the TSX functions but of all the explicit X11 locking too. These days I think it's reasonable to

Re: wine/ graphics/x11drv/xfont.c graphics/x11drv/ ...

2003-11-20 Thread Dimitrie O. Paun
On November 20, 2003 07:17 pm, Alexandre Julliard wrote: > Get rid of a bunch of TSX functions. Yay! Getting rid of the TSX functions seems to be within our reach now. I hope this is the plan, right? :) -- Dimi.

Re: regedt: fix couple of HeapReAlloc()s

2003-11-20 Thread Dimitrie O. Paun
On November 20, 2003 07:08 pm, Steven Edwards wrote: > I think HeapReAlloc problem exists in the listbox control. We have a > patch in ReactOS CVS for it but I dont have time to try and merge it. Nope, I don't think there are. I've just reviewed the code, and AFAICS it's just fine. It's been fixed

Re: include files

2003-11-20 Thread Francois Gouget
On Thu, 20 Nov 2003, Alexandre Julliard wrote: > Ralf Juengling <[EMAIL PROTECTED]> writes: > > > Why doesn't it also add > > /whereever/include/wine/msvcrt ? > > Because not everybody wants to use msvcrt. Unless you need some > specific features of the Windows C run time, in a Winelib app you are

Re: regedt: fix couple of HeapReAlloc()s

2003-11-20 Thread Steven Edwards
I think HeapReAlloc problem exists in the listbox control. We have a patch in ReactOS CVS for it but I dont have time to try and merge it. Thanks Steven --- "Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: > ChangeLog > HeapReAlloc() does not allocate memory. > > Index: programs/regedit/regproc

Re: _end Symbol and Mac OS X

2003-11-20 Thread Alexandre Julliard
"Pierre d'Herbemont" <[EMAIL PROTECTED]> writes: > I'll look deeper before my next try. I'll also try to see if there is > a way to implement such a function directly in the darwin's code too. I'd suggest using a bss symbol instead, the value should be close enough for what we need and it avoids

Re: include files

2003-11-20 Thread Alexandre Julliard
Ralf Juengling <[EMAIL PROTECTED]> writes: > So my solution to make it compile was to remove wine's > 'math.h'. That's why I would say the include files are > incomplete. How do other people deal with a case like the > one I described? By submitting a patch to add the missing definitions --

Re: include files

2003-11-20 Thread Ralf Juengling
On Thu, 2003-11-20 at 11:21, Alexandre Julliard wrote: > Ralf Juengling <[EMAIL PROTECTED]> writes: > > > Why doesn't it also add > > /whereever/include/wine/msvcrt ? > > Because not everybody wants to use msvcrt. Unless you need some > specific features of the Windows C run time, in a Winelib ap

Re: include files

2003-11-20 Thread Ralf Juengling
Thanks. On Thu, 2003-11-20 at 11:21, Alexandre Julliard wrote: > Ralf Juengling <[EMAIL PROTECTED]> writes: > > > Why doesn't it also add > > /whereever/include/wine/msvcrt ? > > Because not everybody wants to use msvcrt. Unless you need some > specific features of the Windows C run time, in a W

Re: _end Symbol and Mac OS X

2003-11-20 Thread Pierre d'Herbemont
On 20 nov. 03, at 04:50, Alexandre Julliard wrote: "Pierre d'Herbemont" <[EMAIL PROTECTED]> writes: On Mac OS X There is no _end symbol. There is a convenience function get_end() to replace it, mainly because of the Mach-O file format. So we have to get the value of get_end at launch time and st

Re: Further loader/pthread.c issues

2003-11-20 Thread Gerald Pfeifer
On Sat, 15 Nov 2003, Francois Gouget wrote: > My understanding is that Posix threads have never been and will never be > sufficient for Wine. The only reason we have a pthreads version of Wine > is that on recent Linux distributions the way they are implemented makes > it possible for Wine to achie

Re: Windows programs no more running with the new wine-glibc

2003-11-20 Thread Vincent Béron
Le jeu 20/11/2003 à 18:13, Sylvain Petreolle a écrit : > Vincent, > after doing some tests, > even with this applied, I must run Wine several times to have a windows > program starting, otherwise I have the error message. > > Do you thnk that downloading prelink is another workaround ? If you on

Re: Windows programs no more running with the new wine-glibc

2003-11-20 Thread Sylvain Petreolle
Vincent, after doing some tests, even with this applied, I must run Wine several times to have a windows program starting, otherwise I have the error message. Do you thnk that downloading prelink is another workaround ? > If you're hit by this, in file /etc/sysconfig/prelink, change > PRELINK_OP

Re: removed problem with OpenGL extensions under X11

2003-11-20 Thread Daniel Skorka
Sorry, wrong list. Reposted to [EMAIL PROTECTED] Daniel

removed problem with OpenGL extensions under X11

2003-11-20 Thread Daniel Skorka
This patch fixes a problem with bad OpenGL libraries wich uncorrectly report the Extensions they support. Those libs would incorrectly report not supporting glXGetProcAddresARB, on which wine relies for OpenGL extension support. The problem was noticed with libGL from XFree86 4.2 under Linux x86.

Re: WineX relation to Wine

2003-11-20 Thread Gavriel State
All of this info can be found here: http://www.transgaming.com/license.php?source=1 The LGPLed components in the WineX tree are: * dlls/avicap32/ (libavicap32.so) * dlls/msdmo/ (libmsdmo.so) * dlls/quartz/ (libquartz.so) * dlls/msacm/winemp3 (libwinemp3.so) * dlls/wininet (lib

Re: wineps: fix a few HeapReAlloc()s

2003-11-20 Thread Dimitrie O. Paun
On November 20, 2003 04:33 pm, Huw D M Davies wrote: > All of these are unnecessary afaics. glyphList gets alloc'ed in > GlyphListInit and the two glyph_sent's are alloc'ed in > T{1|42}_download_header Thank you, I dropped them from my tree. Alexandre, please ignore that patch. -- Dimi.

Re: wineps: fix a few HeapReAlloc()s

2003-11-20 Thread Huw D M Davies
On Thu, Nov 20, 2003 at 03:33:48PM -0500, Dimitrie O. Paun wrote: > Huw, > I didn't dig deep enough to see if glyphList/->glyph_sent > can't be NULL at that point, but it wasn't obvious to me > that they can't. You know this part a lot better than myself, > can you please check that I'm not adding

Re: Reject wildcards in directory names

2003-11-20 Thread Alexandre Julliard
Hans Leidekker <[EMAIL PROTECTED]> writes: > But then the other parameter check is redundant as well: > > if (!path || !*path) > ... > > Should I remove that one from CreateDirectoryA? This is done > in other places too by the way. Should I remove those as well? Those that are not needed yes;

Re: [624] Agent 2.0 Beta Dialog crashes

2003-11-20 Thread Gerhard W. Gruber
I just downloaded the latest version 625 and now it works. -- Gerhard Gruber Maintainer of SoftICE for Linux - http://sourceforge.net/projects/pice Fast application launcher - http://sourceforge.net/projects/launchmenu

Re: [624] Agent 2.0 Beta Dialog crashes

2003-11-20 Thread Dimitrie O. Paun
On November 20, 2003 03:33 pm, Gerhard W. Gruber wrote: > When I download newsgroup articles and I selecte any article in any > newsgroup, then right-click and choose Index from the context menu, Agent > crashes. This works under Windows, so this is a Wine problem. A backtrace would be good, so we

Re: rpcrt4: fix NULL pointer access

2003-11-20 Thread Gregory M. Turner
On Thursday 20 November 2003 02:26 pm, Dimitrie O. Paun wrote: > Ran into this while browsing the code, it seems to > be a NULL pointer reference waiting to happen. > Am I missing something? > > ChangeLog > Bail when we're out of memory. > > Index: dlls/rpcrt4/rpc_binding.c > ==

Re: WineX relation to Wine

2003-11-20 Thread Gerhard W. Gruber
On Thu, 20 Nov 2003 15:17:22 -0500, "Dimitrie O. Paun" <[EMAIL PROTECTED]> wrote: [LaunchMenu Windowsversion under Wine] >> Are hooks supported under Wine? > >What do you need? I just tried it under Wine. the dialog and everything works, but the hook doesn't respond. I would have to debug it to

[624] Agent 2.0 Beta Dialog crashes

2003-11-20 Thread Gerhard W. Gruber
When I download newsgroup articles and I selecte any article in any newsgroup, then right-click and choose Index from the context menu, Agent crashes. This works under Windows, so this is a Wine problem. Maybe it will crash also when not downloading, just to open that dialog. I haven't tried this

Re: WineX relation to Wine

2003-11-20 Thread Dimitrie O. Paun
On November 20, 2003 11:30 am, Gerhard W. Gruber wrote: > Fast application launcher - http://sourceforge.net/projects/launchmenu BTW Gerhard, is this one building as a Winelib app? If so, does it do it out of the box? -- Dimi.

Re: PRIVATE flag sends dllwrap for a loop.

2003-11-20 Thread Alexandre Julliard
Steven Edwards <[EMAIL PROTECTED]> writes: > This is a problem I have had for a while building WINE dlls for use on > Windows and ReactOS. When linking the dlls dllwrap always complains > that it cant find the symbol private that is added to the .def file. You probably need to upgrade your binuti

Re: include files

2003-11-20 Thread Alexandre Julliard
Ralf Juengling <[EMAIL PROTECTED]> writes: > Why doesn't it also add > /whereever/include/wine/msvcrt ? Because not everybody wants to use msvcrt. Unless you need some specific features of the Windows C run time, in a Winelib app you are better off using the standard Unix C library. > What is th

PRIVATE flag sends dllwrap for a loop.

2003-11-20 Thread Steven Edwards
Hello, This is a problem I have had for a while building WINE dlls for use on Windows and ReactOS. When linking the dlls dllwrap always complains that it cant find the symbol private that is added to the .def file. When I remove this symbol and rebuild my import libs and dlls I dont have any proble

Re: WineX relation to Wine

2003-11-20 Thread Dimitrie O. Paun
On November 20, 2003 11:51 am, Dmitry Timoshkov wrote: > I don't think it's in their interests to provide an exhaustive list. Why not? -- Dimi.

Re: WineX relation to Wine

2003-11-20 Thread Dmitry Timoshkov
"Gerhard W. Gruber" <[EMAIL PROTECTED]> wrote: > >> Ah. It was not absolutely clear to me from their website. I will ask them > >> anyway to make sure what is permitted and what not. > > > >Why not ask for a exhaustive list ? > >CC: me one when you get it :-) > > OK. Yesterday I sent mail to thei

Re: WineX relation to Wine

2003-11-20 Thread Gerhard W. Gruber
On Wed, 19 Nov 2003 15:02:21 -0500, Tom <[EMAIL PROTECTED]> wrote: >> Ah. It was not absolutely clear to me from their website. I will ask them >> anyway to make sure what is permitted and what not. > >Why not ask for a exhaustive list ? >CC: me one when you get it :-) OK. Yesterday I sent mail t

Redrawing windows

2003-11-20 Thread flyker
I made some experiments and I understand one thing. Exaple two windows /---\ | W1| |control1| | | | /\ \- | | |

Re: Reject wildcards in directory names

2003-11-20 Thread Hans Leidekker
On Tuesday 18 November 2003 21:17, Alexandre Julliard wrote: > > Changelog: > > - Reject wildcards in directory names > > There's no need to check in both A and W functions since the A one > calls the W one anyway. Also you should only check the part of the > filename that is actually being crea

Re: How to speed up drawing controls ?

2003-11-20 Thread David D. Hagood
flyker wrote: I set option "PerfectGraphics" = "Y" but it is still slow. Of course. "PerfectGraphics" means "Do whatever it takes to draw things just like Windows would, no matter if it is going to be slower than taking a few liberties" If you want SPEED, turn PerfectGraphics OFF.

How to speed up drawing controls ?

2003-11-20 Thread flyker
The drawing speed of window controls and windows is very slow under wine. I set option "PerfectGraphics" = "Y" but it is still slow. May be it is not so good optimised ? Is there other way to improve performance ? Thanks.

Re: Default handler for OLE interface

2003-11-20 Thread Mike Hearn
On Thu, 20 Nov 2003 00:53:56 +0100, Sir olivier evalet scribed thus: > Hello, > I'm looking to create a default handler for these interfaces: > - IStorage Hi, I think we already have an implementation for the OLE provided IStorage implementation. The others I'm not sure about. > The reason of th