Re: DateTimeCtrl doesn't select a new date

2004-04-19 Thread Krzysztof Foltman
Felipe W Damasio (Elipse Software) wrote: Whe using CDateTimeCtrl and selecting a new date on that calendar thing, the date isn't selected and the widnow isn't closed. My recent patch seems to fix that, as well as some other issues: http://www.winehq.org/hypermail/wine-patches/2004/04/0320.h

Wine Directory Mapping sub-system

2004-04-19 Thread Lonnie Cumberland
Hello All, Is there some where that I can read docs that talk about the directory mapping sub-system? In particular, I am interested in the way that you can "map" user directories in the configuration file in a users HOME directory. What I am thinking about is how one might use this same idea

A Few Newbie questions

2004-04-19 Thread Lonnie Cumberland
Hello All, I have been watching Wine grow over a period of time and it looks like things are getting better each time that I visit the site. Let me first say "GREAT JOB" to all of the developers on the project. I am wondering a few things and hope someone could take a stab at answering these f

Re: List other downloads on winehq

2004-04-19 Thread Jakob Eriksson
Ivan Leo Murray-Smith wrote: In some jurisdictions... OK, in all jurisdictions that recognise the rule of law and the right of copyright holders. I'm sure you could use it in Somalia or Iraq without anybody sueing you. In Sweden it's like this: IE is availible as a download on the web.

Appdb - Add submit time to appQueue

2004-04-19 Thread Chris Morgan
* appsubmit.php, admin/adminAppQueue.php, tables/appdb_tables.sql Chris Morgan <[EMAIL PROTECTED]> It would be nice to know when entries to the appdb were submitted. Jeremy, you'll want to run this alter command to add the column to the existing table. 'alter table appQueue add column submitTime

Re: winetest: timeout & no consoles

2004-04-19 Thread Dimitrie O. Paun
On April 19, 2004 6:27 pm, Ferenc Wagner wrote: > - force a 2-minute timeout on individual tests. Nice. I hope it's not too short. Does dissect & gather correctly recognize (and reflect on the HTML page) these timeouts? I'd be nice (and important :)) to know about them. -- Dimi.

Re: [Darwine] Re: Re Winebuild : Fix spec32 file generation for Darwin

2004-04-19 Thread emmanuel maillard
Le 20 avr. 04, à 02:16, Alexandre Julliard a écrit : emmanuel maillard <[EMAIL PROTECTED]> writes: init() fini() and end are not part of mach-o. Initialisation are already call by dlopen and previous version from pierre make recall initialisation stuff for all dlls each time you load one. So __wi

Re: [D3D8] Some vertex shaders fixes

2004-04-19 Thread Alexandre Julliard
Christian Costa <[EMAIL PROTECTED]> writes: > + if ( !RegOpenKeyA( HKEY_LOCAL_MACHINE, "Software\\Wine\\d3d", &hkey) && > !RegQueryValueExA( hkey, "vs_mode", 0, NULL, buffer, &size) ) I changed the key name to "Software\Wine\Direct3D" and the value to "VertexShaderMode", in an

Re: [Darwine] Re: Re Winebuild : Fix spec32 file generation for Darwin

2004-04-19 Thread Alexandre Julliard
emmanuel maillard <[EMAIL PROTECTED]> writes: > init() fini() and end are not part of mach-o. > Initialisation are already call by dlopen and previous version > from pierre make recall initialisation stuff for all dlls each time > you load one. > So __wine_register_dll_16 failed due to assertion.

DateTimeCtrl doesn't select a new date

2004-04-19 Thread Felipe W Damasio (Elipse Software)
Greetings, Whe using CDateTimeCtrl and selecting a new date on that calendar thing, the date isn't selected and the widnow isn't closed. In fact, there's no way I can close that window, except closing the program. Attached is a little app Cesar Mello <[EMAIL PROTECTED]> wrote to show this

Re: d3d8 CVS brokenness?

2004-04-19 Thread Joel Konkle-Parker
Ivan Leo Murray-Smith wrote: Like several people here, I haven't been able to build from CVS for the last few days. Maybe you haven't used -PAd when updating, or maybe you should try pulling down an entire new source tree. Or you have out of date headers. In any case whoever maintains that code wil

Re: [Darwine] Re: Re Winebuild : Fix spec32 file generation for Darwin

2004-04-19 Thread emmanuel maillard
init() fini() and end are not part of mach-o. Initialisation are already call by dlopen and previous version from pierre make recall initialisation stuff for all dlls each time you load one. So __wine_register_dll_16 failed due to assertion. SizeOfImge can be compute like this : char *addr; strac

Re: appdb/. appview.php

2004-04-19 Thread Jeremy Newman
Nothing wrong, just my bad. File is added to cvs now, website will auto update shortly. (bad things happen if I juggle to many tasks) On Mon, 2004-04-19 at 17:59, Tony Lambregts wrote: > Quoting hatky <[EMAIL PROTECTED]>: > > > WTF? > > I think this patch needed to have the file bug.php, it is n

Re: appdb/. appview.php

2004-04-19 Thread Tony Lambregts
Quoting hatky <[EMAIL PROTECTED]>: > WTF? > I think this patch needed to have the file bug.php, it is not there, there is > no such file, now the link no longer work, plz fix ASAP, either revert the > patch or send the file. Yes now the link is 404. my patch had the "bugs.php" in i

User friendly wine [former: List other downloads on winehq]

2004-04-19 Thread hatky
Actually I think we should put wine tools in winehq downloads (or even in packaged binaries) if frank/foeke will agree. 1. It allows to setup the fake drive many users get stuck with setuping 2. It allows to install all the basic stuff from ms like fonts, dcom 3. It allows to install some

Re: appdb/. appview.php

2004-04-19 Thread hatky
WTF? I think this patch needed to have the file bug.php, it is not there, there is no such file, now the link no longer work, plz fix ASAP, either revert the patch or send the file. On Monday 19 April 2004 23:48, Jeremy Newman wrote: > ChangeSet ID: 12051 > CVSROOT: /opt/cvs-com

Re: d3d8 CVS brokenness?

2004-04-19 Thread Brett I. Holcomb
On Mon, 19 Apr 2004, Ivan Leo Murray-Smith wrote: I've done both - new tree and using -PAd but it breaks o d3d. > > Like several people here, I haven't been able to build from CVS for the > > last few days. > Maybe you haven't used -PAd when updating, or maybe you should try pulling down > an enti

Re: d3d8 CVS brokenness?

2004-04-19 Thread Christian Costa
I remember I did that first and it didn't work. I should have done something wrong. Well, once your patch is sent and commited, I will try to fix my problem (if it is still happenning). Raphael wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 20 April 2004 00:49, Christian Costa w

Re: Re Winebuild : Fix spec32 file generation for Darwin

2004-04-19 Thread Alexandre Julliard
emmanuel maillard <[EMAIL PROTECTED]> writes: > Sorry my previous mail include a broken patch > This one is the good one. > > Changelog : > Fix spec32 file generation for Darwin Why are you removing the init code and the SizeOfImage thing? This doesn't look right at all. -- Alexandre Jul

Re: Cross compile fix

2004-04-19 Thread Alexandre Julliard
Hans Leidekker <[EMAIL PROTECTED]> writes: > 'make crosstest' in dlls/user/test ends up wanting to build wrc > which results in errors: > > $ make crosstest > gcc -g -O2../../../tools/wrc/wrc.c -o ../../../tools/wrc/wrc > ../../../tools/wrc/wrc.c:22:20: config.h: No such file or directory >

Re: Widl: Conditionals, Dotted Versions, Handles

2004-04-19 Thread Ove Kaaven
man, 19.04.2004 kl. 17.03 skrev Robert Shearman: > > Doesn't the "version" rule already handle this? > > It would appear not. The 'version' type is declared as a number further up It's declared that the rule *returns* a number, you mean. The actual rule is defined as version: aNUM

Re: Cross compile fix

2004-04-19 Thread Kevin Koltzau
On Monday 19 April 2004 04:23 pm, Hans Leidekker wrote: > 'make crosstest' would be more valuable if we didn't have to > build all of Wine first and this is the only thing blocking that. This is possible to do without building all of wine, at the moment these are the steps I am running (after conf

Re: d3d8 CVS brokenness?

2004-04-19 Thread Raphael
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday 20 April 2004 00:49, Christian Costa wrote: > Tyler Nielsen wrote: > >On Mon, 2004-04-19 at 11:09, Ivan Leo Murray-Smith wrote: > >>CVS current (Read right now) works for me. > >> > >>Ivan. > > > >Like several people here, I haven't been abl

Re: d3d8 CVS brokenness?

2004-04-19 Thread Christian Costa
Tyler Nielsen wrote: On Mon, 2004-04-19 at 11:09, Ivan Leo Murray-Smith wrote: CVS current (Read right now) works for me. Ivan. Like several people here, I haven't been able to build from CVS for the last few days. It always complains in 'dlls/d3d8/d3dcore_gl.h'. After a little experim

Re: Cross compile fix

2004-04-19 Thread Hans Leidekker
On Monday 19 April 2004 20:23, Alexandre Julliard wrote: > > -.res.res.cross.o: > > +.rc.res.cross.o: > > $(CROSSWINDRES) -i $< -o $@ > > Why do you need that? windres should work just fine with a .res file > as input. What error do you get? 'make crosstest' in dlls/user/test ends up wantin

Re: d3d8 CVS brokenness?

2004-04-19 Thread Ivan Leo Murray-Smith
> Like several people here, I haven't been able to build from CVS for the > last few days. Maybe you haven't used -PAd when updating, or maybe you should try pulling down an entire new source tree. Or you have out of date headers. In any case whoever maintains that code will presumably read the mes

Re: Cross compile fix

2004-04-19 Thread Alexandre Julliard
Hans Leidekker <[EMAIL PROTECTED]> writes: > -.res.res.cross.o: > +.rc.res.cross.o: > $(CROSSWINDRES) -i $< -o $@ Why do you need that? windres should work just fine with a .res file as input. What error do you get? -- Alexandre Julliard [EMAIL PROTECTED]

Re: d3d8 CVS brokenness?

2004-04-19 Thread Tyler Nielsen
On Mon, 2004-04-19 at 11:09, Ivan Leo Murray-Smith wrote: > CVS current (Read right now) works for me. > > Ivan. > Like several people here, I haven't been able to build from CVS for the last few days. It always complains in 'dlls/d3d8/d3dcore_gl.h'. After a little experimentation I found movi

Re: List other downloads on winehq

2004-04-19 Thread Ivan Leo Murray-Smith
You don't need windows installed at all. You only need a windows license, the EULA says you must have a valid license for the computer where you're installing IE. It doesn't matter if windows is installed or not. I got this confirmed by Microsoft. Ivan.

Re: d3d8 CVS brokenness?

2004-04-19 Thread Ivan Leo Murray-Smith
CVS current (Read right now) works for me. Ivan.

Re: d3d8 CVS brokenness?

2004-04-19 Thread brettholcomb
I'm not at my machine now but I tried to build CVS yesterday (see my post) and got errors with d3d undefined variables, etc. In short I couldn't build it - is this part of the same issue? > > From: Joel Konkle-Parker <[EMAIL PROTECTED]> > Date: 2004/04/19 Mon PM 03:06:43 GMT > To: [EMAIL PROTE

Re: List other downloads on winehq

2004-04-19 Thread Francois Gouget
On Mon, 19 Apr 2004, Ivan Leo Murray-Smith wrote:> > Ivan. > > In some jurisdictions... > OK, in all jurisdictions that recognise the rule of law and the right of > copyright holders. I'm sure you could use it in Somalia or Iraq without anybody > sueing you. If you have a dual-boot system and thus

Still trying to install ZooTycoon (demo-version)

2004-04-19 Thread pvriens
Hi, I'm still trying (won't give up) to install the ZooTycoon demo from M$. Unfortunatly I've been debugging for the last weeks and cannot seem to find the cause/error/reason it fails. I'm downloading new versions from CVS daily but only seem to find other stuff :-). The installation (copying of

d3d8 CVS brokenness?

2004-04-19 Thread Joel Konkle-Parker
I've noticed that d3d8 has been broken the past couple days in CVS. Is this a work in progress that'll get fixed soon, or does it need to be looked at? -- Joel Konkle-Parker Webmaster [Ballsome.com] E-mail [EMAIL PROTECTED]

Re: Make Unicode strings 'static const' (part 3)

2004-04-19 Thread Francois Gouget
On Mon, 19 Apr 2004, Dimitrie O. Paun wrote: > On Mon, 19 Apr 2004, Francois Gouget wrote: > > > As for the previous patch it's important to check that the function does > > not actually try to write to these strings. And indeed there are a few > > cases where the function modifies the string, typ

Re: Make Unicode strings 'static const' (part 3)

2004-04-19 Thread Dimitrie O. Paun
On Mon, 19 Apr 2004, Francois Gouget wrote: > As for the previous patch it's important to check that the function does > not actually try to write to these strings. And indeed there are a few > cases where the function modifies the string, typically to change the > drive letter in strings like 'A:

dcom95

2004-04-19 Thread Ivan Leo Murray-Smith
We currently have dcom95 on the sf download page. This is a violation of the sf TOS, and a waste of bandwidth for sf. I propose we link the microsoft download page, instead of having the download on a page that should host only open source. Any objections? Ivan.

Re: Widl: Conditionals, Dotted Versions, Handles

2004-04-19 Thread Robert Shearman
>>> Ove Kaaven <[EMAIL PROTECTED]> 04/18/04 15:25 PM >>> lør, 17.04.2004 kl. 18.53 skrev Robert Shearman: > > Hi, > > > > This patch adds support for several features I found lacking whilst > > attempting to generate headers for RPC interfaces. > > Is this needed? > > @@ -350,6 +354,7 @@ >

Re: List other downloads on winehq

2004-04-19 Thread Ivan Leo Murray-Smith
> In some jurisdictions... OK, in all jurisdictions that recognise the rule of law and the right of copyright holders. I'm sure you could use it in Somalia or Iraq without anybody sueing you. Ivan.

Re: err:clipping:CLIPPING_UpdateGCRegion hVisRgn is zero. Please report this.

2004-04-19 Thread Fabian Cenedese
>I have a pretty complex default template that has a number of styles in it that all >render with funky true-type fonts. When you scroll up and down this list a couple of >times, wine ceases to render the entries. It used to lock up in an endless loop >somewhere, but now it bombs with the below

RE: Strnage fff-by-one error

2004-04-19 Thread Ge van Geldorp
> From: Mike Hearn > > On Sun, 18 Apr 2004 12:23:11 -0400, Dimitrie O. Paun wrote: > > This is weird one. The Winelib build of AbiWord exposes an > > off-by-one error. However, the Win32 build of AbiWord works > > perfectly (without this very problem) under Wine/ReactOS/Windows. > > AbiWord build