DDraw issues, etc.

2004-04-02 Thread Tim Hentenaar
Hi all, I've implemented SetClipList and GetClipList in the DirectDraw Clipper, and I'm wondering how I should go about implementing clipping in DirectDraw's Blt() (if it isn't already done somewhere). M$'s documentation isn't too great, so I figured I should ask around. There's a game one of

Re: Should winemaker be able to handle this

2004-04-02 Thread Dimitrie O. Paun
On April 2, 2004 4:01 pm, Francois Gouget wrote: > These options are global, i.e. they are supposed to be effective in > every makefile makefile generated by winemaker. For this reason they > used to go in the Make.rules.in file. That way one could later modify > them in one place instead of having

Re: Should winemaker be able to handle this

2004-04-02 Thread Francois Gouget
On Fri, 2 Apr 2004, Bill Medland wrote: [...] > What I used toi have was: > #! /bin/bash > # Run this script in order to pass the correct arguments to winemaker so that > # it can set up the build environment > winemaker --nosource-fix --nogenerated-specs --dll --single-target mytarget > --nomfc -D

Re: When saving a file with staroffice it is not saving with extension.

2004-04-02 Thread Dimitrie O. Paun
On Fri, 2 Apr 2004, Mike Hearn wrote: > Interesting bug report. Not sure what might cause that, but it does beg > the question - why aren't you using the native Linux version of StarOffice? First, I think it's a good test case for wine, so it's good that he does it. Second, in terms of practical

Should winemaker be able to handle this

2004-04-02 Thread Bill Medland
I haven't been following the winemaker stuff so I don't know whether it is supposed to be able to handle this (and is broken) or not. I am having to play with the "build a builtin dll to wrap a linux so" concept again after a year or so since the last time, as discussed in the Winlib manual, ch

Re: winapi_stats

2004-04-02 Thread hatky
> Yes but it would still be interesting to know why the statistics where > wrong rather than just sweep the problem under the rug. As I told you, you can run the command ./tools/winapi/winapi_extract --pseudo-stub-statistics --no-verbose --no-progress > ../winapi_stats.txt and check the file (i

Development CDs for Windows

2004-04-02 Thread Steven Pignataro
I have a large amount of Windows Development CDsi am wondering if these would be of any interest to the Development team of Wine I think that these would become very usefull at developing for Wine as well as alot of what Windows does is still most of the same. They are Windows NT 4 develop

Re: When saving a file with staroffice it is not saving with extension.

2004-04-02 Thread Mike Hearn
On Fri, 02 Apr 2004 18:03:05 +0800, Ravi Kumar wrote: > Hello Sir, > I am working with wine for some time now. I faced with a problem, > whenever i am saving a file from Windows version of Staroffice from wine > it is saved without extension. I think it is a problem with wine, as > staroffice in w

Re: Developer's path to Windows/*NIX multi-platform?

2004-04-02 Thread Mike Hearn
On Fri, 02 Apr 2004 14:54:30 +, [EMAIL PROTECTED] wrote: > Well not to start a KDE vs Gnome debate, but Gnome is way behind KDE > development... hehe, hint, that's not a good way to "not start a KDE vs GNOME debate" > it doesn't even support Superkaramba (last I checked). SuperKaramba is

Personal tree with interesting patches

2004-04-02 Thread Mike Hearn
Hi, As I'm pretty busy right now and won't have time to work on the various misc projects I've been working on up until recently for the foreseeable future, I'm checking them into my personal arch archive for people to play with and maybe work on themselves. My archive co-ordinates: http://navi.

Re: GDI: Merge the enhmfdrv into one .c file.

2004-04-02 Thread Mike McCormack
Dimitrie O. Paun wrote: We'll, I've tried. But before objecting that strongly, hear me out for a bit. The resulting file is not too big (~2000 lines), which is on the order of a _small_ control. When I started working on the listview, it was a 1 line file. Initially I thought this was a disast

When saving a file with staroffice it is not saving with extension.

2004-04-02 Thread Ravi Kumar
Hello Sir, I am working with wine for some time now. I faced with a problem, whenever i am saving a file from Windows version of Staroffice from wine it is saved without extension. I think it is a problem with wine, as staroffice in windows stores files with extensions. I am using wine-20031118 ve

Re: Developer's path to Windows/*NIX multi-platform?

2004-04-02 Thread Jakob Eriksson
Mike Hearn wrote: On Thu, 01 Apr 2004 17:39:14 -0500, Dimitrie O. Paun wrote: Do you think Wine is the way to go for me, or am I better off writing individual versions and keeping the Windows software native and then producing QT or GTK versions for *NIX? I'm at a cross-roads here, since I'll b

Re: GDI: Merge the enhmfdrv into one .c file.

2004-04-02 Thread Mike McCormack
I object! Being one of the people who sometimes works on EMFs, I don't like this change. A flat namespace in my mind meants that we have one dll's code in each subdirectory in wine/dlls, not that there's no other subdirectories under those. It's a bad precedent to set that each dll can have

Re: Developer's path to Windows/*NIX multi-platform?

2004-04-02 Thread [EMAIL PROTECTED]
> integration. Ideally, we will have a GTK theme and a QT theme > that just calls the respective toolkit's theming code, so a > Wine app will look native both in GNOME and in KDE. I 100% agree > that native integration is paramount, and this is why we will > have it. This sounds very good. Maybe

Re: Developer's path to Windows/*NIX multi-platform?

2004-04-02 Thread Mike Hearn
On Fri, 02 Apr 2004 08:31:38 -0500, Dimitrie O. Paun wrote: > Since you've mentioned the toolkits, a small comment on that. > Of the two only QT is a serious option for cross-platform development. > It's a good option, but it's not perfect because your application > will not be native in GNOME, yo

Re: winapi_stats

2004-04-02 Thread Francois Gouget
On Sat, 3 Apr 2004, hatky wrote: > On Thursday 01 April 2004 22:40, Francois Gouget wrote: > > Did you find what caused the API count discrepency for winearts.drv and > > others? > You said remove them... Yes but it would still be interesting to know why the statistics where wrong

Re: Developer's path to Windows/*NIX multi-platform?

2004-04-02 Thread Dimitrie O. Paun
On April 2, 2004 5:03 am, Robert van Herk wrote: > For me, as a user, I am > always aware of the fact that it is running on a compatibily layer. > > If you want something that really looks Linux-like, I'd go with QT > and/or GTK. Indeed, currently Wine makes it painfully clear that it's not native

Re: Developer's path to Windows/*NIX multi-platform?

2004-04-02 Thread Mike Hearn
On Fri, 2004-04-02 at 13:14, Jakob Eriksson wrote: > Or better yet, lets you use a "native" toolkit like wxWindows. Think > about it! Yeah, I'm not a big fan of toolkit abstractions. Stuff like wxWindows tends not to work well for the same reasons that implementing comctl32 on top of GTK would n

Re: Developer's path to Windows/*NIX multi-platform?

2004-04-02 Thread Francois Gouget
On Fri, 2 Apr 2004, Uwe Bonnes wrote: [...] > Mike> WineLib is a great way to do this. Pure WineLib apps will not feel > Mike> native, because you're using a clone of the win32 widget set - > > Is Motif Look and Feel "native", is XAW "native"? > Winelib is a Library like any other, also wit

Re: Developer's path to Windows/*NIX multi-platform?

2004-04-02 Thread Uwe Bonnes
> "Mike" == Mike Hearn <[EMAIL PROTECTED]> writes: Mike> On Thu, 01 Apr 2004 17:39:14 -0500, Dimitrie O. Paun wrote: >>> Do you think Wine is the way to go for me, or am I better off >>> writing individual versions and keeping the Windows software native >>> and then producing

Re: winapi_stats

2004-04-02 Thread hatky
On Thursday 01 April 2004 22:40, Francois Gouget wrote: > Did you find what caused the API count discrepency for winearts.drv and > others? You said remove them... > > I checked a bigger dll: user32 and got slightly different results. I > believe this is because your script worked

Re: Developer's path to Windows/*NIX multi-platform?

2004-04-02 Thread Mike Hearn
On Thu, 01 Apr 2004 17:39:14 -0500, Dimitrie O. Paun wrote: >> Do you think Wine is the way to go for me, or am I >> better off writing individual versions and keeping the Windows software >> native and then producing QT or GTK versions for *NIX? I'm at a cross-roads >> here, since I'll be dedicati

Re: Developer's path to Windows/*NIX multi-platform?

2004-04-02 Thread Robert van Herk
I am willing to re-write my best Windows software from scratch, but I insist that the result is native or almost on Linux so there are not any weird GUI glitches. Do you think Wine is the way to go for me, or am I better off writing individual versions and keeping the Windows software native and t