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: [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: 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, or

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

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

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

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

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 Bron [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

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)

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 string:

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: FlatSB are

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 Bron wrote: Le mer 19/11/2003 15:24, Sylvain Petreolle a crit : --- Vincent Bron [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]

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: 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 signature

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

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]

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 return