"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
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]>
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
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
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)?
>
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
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
* 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
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
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
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
> 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
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
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
--- 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
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
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
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 -
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
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
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
> 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
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)?
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
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%"
+"
25 matches
Mail list logo