Re: _end Symbol and Mac OS X

2003-11-19 Thread Alexandre Julliard
"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 store it in the > nt_header. Does get_end really

include files

2003-11-19 Thread Ralf Juengling
A Makefile created by winemake & configure adds /whereever/include/wine/windows to the include paths. Why doesn't it also add /whereever/include/wine/msvcrt ? What is the status of the include files in msvcrt? Ralf -- Ralf Juengling <[EMAIL PROTECTED]>

Default handler for OLE interface

2003-11-19 Thread olivier evalet
Hello, I'm looking to create a default handler for these interfaces: - IStorage - IOleInPlaceFrame not - IOleClientSite - IOleInPlaceSite not - IOleContainer not The reason of this... I just want to display an OLE component without binding with the native atl.dll. I have found a pure win32 example

Re: QuickTime Installer/Remote Display

2003-11-19 Thread Kevin Cousins
On Mon, 2003-11-17 at 17:19, Kevin Cousins wrote: > On Mon, 2003-11-17 at 10:34, Kevin Cousins wrote: > > ...I can quite happily run the downloaded QuickTime installer > > QuickTimeInstaller.exe to completion... and all is well. > > > > Running all this, however, in a test environment (RH8 under

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

2003-11-19 Thread Maxime Bellengé
On Wed, 2003-11-19 at 21:29, Vincent BÃron wrote: > Le mer 19/11/2003 Ã 15:24, Sylvain Petreolle a Ãcrit : > > --- Vincent BÃron <[EMAIL PROTECTED]> a Ãcrit : > > > What's the output of rpm -q prelink? > > > What's the output of ldd /usr/bin/wine (or anything dynamically > > > linked to libc)? >

Re: out of treee builds broken

2003-11-19 Thread Marcus Meissner
On Wed, Nov 19, 2003 at 01:47:28PM -0800, WINE wrote: > Marcus Meissner <[EMAIL PROTECTED]> writes: > > > It looks for authors.c in the srcdir, not in the objdir. > > This should fix it: > > Index: tools/winebuild/utils.c Works fine. :) Thanks & Ciao, Marcus pgp0.pgp Description: PGP sig

Re: out of treee builds broken

2003-11-19 Thread Alexandre Julliard
Marcus Meissner <[EMAIL PROTECTED]> writes: > It looks for authors.c in the srcdir, not in the objdir. This should fix it: Index: tools/winebuild/utils.c === RCS file: /opt/cvs-commit/wine/tools/winebuild/utils.c,v retrieving revisi

Re: question new to the group

2003-11-19 Thread Marcus R. Brown
* Dimitrie O. Paun <[EMAIL PROTECTED]> on Wed, Nov 19, 2003: > On November 18, 2003 10:37 am, Robert Shearman wrote: > > My MSDN docs don't say anything about them being deprecated or > > absent from comctl32 v6. Where did you find this out from? > > I remember seeing the same thing as well: Flat

Re: question new to the group

2003-11-19 Thread Dimitrie O. Paun
On November 18, 2003 10:37 am, Robert Shearman wrote: > My MSDN docs don't say anything about them being deprecated or > absent from comctl32 v6. Where did you find this out from? I remember seeing the same thing as well: FlatSB are no longer supported in comctl32 v6. I wish I could point you to t

Re: WineX relation to Wine

2003-11-19 Thread Gerhard W. Gruber
On Wed, 19 Nov 2003 22:13:05 +0100, Lionel Ulmer <[EMAIL PROTECTED]> wrote: >From what I know, on some 'non-core business' DLLs, TransGaming took the >WineHQ tree after the license change and imported them into their own tree. >So these DLLs (and only those) are covered under the LGPL. Ah. It wa

Re: WineX relation to Wine

2003-11-19 Thread Lionel Ulmer
On Wed, Nov 19, 2003 at 07:28:46PM +0100, Gerhard W. Gruber wrote: > I was wondering what is the relation of Wine to WineX? There is a CVS access > to WineX, at least part of it, which is covered under the GPL. >From what I know, on some 'non-core business' DLLs, TransGaming took the WineHQ tree a

Re: Subject: Re: using glXGetProcAddressARB

2003-11-19 Thread Lionel Ulmer
> What are you referring to by "4.4 (or 4.5)"? XFree86 4.4.0 isn't out > yet, so I'm assuming you do not mean XFree86. Well, I did not follow at all XFree's development cycle lately. I was told that the next major XFree tree would have this fixed. So it must be 4.4.0 :-) > server glx vendor strin

Subject: Re: using glXGetProcAddressARB

2003-11-19 Thread Daniel Skorka
Hi all, first of all thanks for your comments on this. Lionel: Just noticed I accidentially forgot to CC the list. On Wed, Nov 19, 2003 at 11:04:00AM +0100, Lionel Ulmer wrote: > > It's a bug in the DRI libraries that I reported some time ago and should be > fixed in the XFree 4.4 (or 4.5) rele

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

2003-11-19 Thread Vincent Béron
Le mer 19/11/2003 Ã 15:24, Sylvain Petreolle a Ãcrit : > --- Vincent BÃron <[EMAIL PROTECTED]> a Ãcrit : > > What's the output of rpm -q prelink? > > What's the output of ldd /usr/bin/wine (or anything dynamically > > linked to libc)? > [EMAIL PROTECTED] wine]$ rpm -q prelink > package prelink is

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

2003-11-19 Thread Sylvain Petreolle
--- Vincent Béron <[EMAIL PROTECTED]> a écrit : > What's the output of rpm -q prelink? > What's the output of ldd /usr/bin/wine (or anything dynamically > linked to libc)? [EMAIL PROTECTED] wine]$ rpm -q prelink package prelink is not installed [EMAIL PROTECTED] wine]$ ldd /usr/local/bin/wine

Another driver wrapper

2003-11-19 Thread Uwe Bonnes
http://sourceforge.net/projects/ndiswrapper/ is another wrapper for windows drivers, this time GPL. Can this be of help for us? Bye -- Uwe Bonnes[EMAIL PROTECTED] Institut fuer Kernphysik Schlossgartenstrasse 9 64289 Darmstadt - Tel. 06151 162516 Fax. 06151 1

WineX relation to Wine

2003-11-19 Thread Gerhard W. Gruber
I was wondering what is the relation of Wine to WineX? There is a CVS access to WineX, at least part of it, which is covered under the GPL. What I was wondering about is, wether this code is the same as wine or is it more advanced? Or is this code only the sutff which is also contained in Wine and

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

2003-11-19 Thread Kevin DeKorte
All, I am able to use prelinking and wine on my fedora system. Here is how I did it first I undid all the prelinking with prelink -a -u Then I editted /etc/sysconfig/prelink to have these options PRELINK_OPTS="-m --no-exec-shield" then I ran prelink with the following options prelink -a -m -

out of treee builds broken

2003-11-19 Thread Marcus Meissner
Hi, Out of tree builds are broken due to the authors.c generation: ../../tools/winebuild/winebuild -D__WINESRC__ -D_SHELL32_ -DCOM_NO_WINDOWS_H -o shell32.dll.dbg.c --debug -C/suse/meissner/projects/marcus-wine-20031016/dlls/shell32 authors.c brsfolder.c changenotify.c classes.c clipboard.c con

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

2003-11-19 Thread Vincent Béron
Le mer 19/11/2003 à 02:39, Sylvain Petreolle a écrit : > Can this be applied to all Linux systems ? A Google search on > PRELINK_OPTS gives only 4 results and a locate on my Yarrow system > doesnt find any 'prelink' file. What's the output of rpm -q prelink? Did you installed through an upgrade, o

Re: [ros-kernel] suggestion regarding d3d8thk (and directx in general)

2003-11-19 Thread Mike Hearn
On Wed, 2003-11-19 at 06:14, Jonathan Wilson wrote: > Personally, I would like to see Transgaming release all the code that they > have that is not copy-protection and is not directx under a true > open-source licence. > In particular, any enhancements (whatever they may be) to OLE and COM. They

Re: using glXGetProcAddressARB

2003-11-19 Thread Lionel Ulmer
> No, your libGL seems to implement GLX1.4 It's still a bug regarding 'legacy' apps... The same way as if apps start to stop reporting extensions that are now merged back into the main GL tree, they will break all the apps written before the merge. And last time I checked, the DRI implements GLX

Re: using glXGetProcAddressARB

2003-11-19 Thread Lionel Ulmer
On Tue, Nov 18, 2003 at 11:01:13PM +0100, Daniel Skorka wrote: > The question I'm asking me now is: > Is it a bug in my libGL because it is returning a wrong string, or > is it a bug in wine because it is expecting something it shouldn't > (there's a configure check for glXGetProcAddress as well)?

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

2003-11-19 Thread Sylvain Petreolle
Can this be applied to all Linux systems ? A Google search on PRELINK_OPTS gives only 4 results and a locate on my Yarrow system doesnt find any 'prelink' file. > The best workaround I found (from > http://www.codeweavers.com/site/support/tickets/browse/?ticket_id=34072) > is to change the default

Re: config.diff

2003-11-19 Thread Marcus Meissner
On Tue, Nov 18, 2003 at 11:39:30PM -0500, Tom wrote: > > Hi, > > Tom > > Changelog > > updates to the config file --- config 16 Oct 2003 19:09:57 - 1.52 +++ config 19 Nov 2003 06:32:54 - ... -"Path" = "/c" +"Path" = "${HOME}/c" ... Will break. ... -"Path" = "%HOME%" +"