Re: [QCAP] patch 4, Adding enumPins object

2005-05-10 Thread Paul Vriens
Changelog - dlls/qcap/Makefile.in - dlls/qcap/enumpins.c Add IEnumPins object for use by other class objects. This is taken from quartz with only minor adaptions. Rolf Kalbermatter +WINE_DEFAULT_DEBUG_CHANNEL(quartz); Shouldn't that be qcap ? Cheers, Paul.

Re: UT2003 regression, Windowing problem

2005-05-10 Thread Stefan Dösinger
On Mon, 09 May 2005 22:43:49 +0100, Ann and Jason Edmeades wrote: So should there have been an action as a result of the WM_PAINT, and is it valid for it not to occur (ie is wine overdoing the assumption on redrawing) Notes has the same problem. Last time I talked to The Director about it

Re: [Fwd: Re: Commercial support]

2005-05-10 Thread Wesley Parish
On Tue, 10 May 2005 11:02, StartCom Ltd. wrote: Or maybe just because of it, there is a need for commercial support, or somebody might need that support. If it would be running, by just clicking on the executable, no support is really needed, at least not for standard applications. IBM does

games

2005-05-10 Thread Ivan Leo Puoti
If you've got a safedisk1 copy protected game please contact me by private email. All safedisk1 games have a .ICD file in the root of the CD. Ivan.

Re: Menu with multi columns fix take 2

2005-05-10 Thread Felix Nawothnig
Rein Klazes wrote: +case WM_MEASUREITEM: How about an ok( ((MEASUREITEMSTRUCT*)lparam)-itemHeight 0, ... ) here? :) -flx

Re: Commercial support

2005-05-10 Thread gslink
IBM does very well know the existents of Wine (they even acknowledged that by themselves lately), but may very well not support it, because of inter-relation with MS. As of now (just a guess), they don't want to get into more hot water right now Would it be to the advantage of Microsoft to

wine wiki syntax question

2005-05-10 Thread James Hawkins
Hey, I have the following in my wiki page: == DONE Items == (./) Use listview instead of listbox in the drive list (./) Fix random bugs with the drives tab listview The first checkmark works, but the second checkmark and text is on the same line and behind the first one. I don't really want

Re: Commercial support

2005-05-10 Thread Tom Wickline
On 5/10/05, Shachar Shemesh [EMAIL PROTECTED] wrote: And on the out come of this discussion, read the entirety of this thread and apply bays theorem and a result will soon follow. http://psych.rice.edu/online_stat/chapter5/probability.html While it's very nice of you to send me to a 10

Re: [QCAP] patch 3, Adding enumMediaType object

2005-05-10 Thread Robert Shearman
Rolf Kalbermatter wrote: Changelog - dlls/qcap/Makefile.in - dlls/qcap/qcap_main.h dlls/qcap/enummedia.c Add IEnumMediaType object for use by other class objects. This is taken from quartz with only minor adaptions. We should be putting these files into a static library that we

Re: Menu with multi columns fix take 2

2005-05-10 Thread Rein Klazes
On Tue, 10 May 2005 14:55:22 +0200, you wrote: Rein Klazes wrote: +case WM_MEASUREITEM: How about an ok( ((MEASUREITEMSTRUCT*)lparam)-itemHeight 0, ... ) here? :) Of course. I just did not want to add a complaining test case. Please commit a patch (perhaps a bit stricter then 0)

Re: Commercial support

2005-05-10 Thread gslink
StartCom Ltd. wrote: If they would have wanted some contact, that would have done it long time agoMore than that, if they'd like to have Windows API support on Linux, they could have done it (and still could do) much easier, than it's done now at Wine. (Like they did with Frontpage for

Re: README translations

2005-05-10 Thread Marcelo Duarte
Dimi, there are little typos in README.pt_br, see below: Dimitrie O. Paun escreveu: ChangeLog Dimitrie O. Paun [EMAIL PROTECTED] Update README translations to match the latest changes to the English README. ... Index: documentation/README.pt_br

New debugging tutorials

2005-05-10 Thread Mike Hearn
Hi, I've added the first of what will hopefully become many debugging tutorials to the wiki: http://wiki.winehq.com/DebuggingTutorials Sometimes fixing Wine can be a bit hard to get into. Hopefully these short show me guides will give people a taste for what it involves and help newbies

widl and #pragma pack(x)

2005-05-10 Thread Dietrich Teickner
Can it be, that widl does not work with any #pragma pack(x) statements in any header-files called from *.idl ? I have problems with mshtml.dl in the odin environment. lineno = (int)strtol(yytext, cptr, 10); if(!lineno) yyerror(Malformed '#...' line-directive; invalid linenumber); after

Re: UT2003 Windowing Regression - Another nights effort...

2005-05-10 Thread Ann and Jason Edmeades
I think I have reproduced the same problem with a simple testpgm... Instructions... 1. Start Visual Studio, create a default windows application 2. Comment out the code in the WM_PAINT and replace it with return 1 (important) 3. Run it... On windows you can play with the menu etc and it works.

ExtTextOut() for paths

2005-05-10 Thread Felix Nawothnig
Hi. The attached patch implements ExtTextOut() for open paths. It seems to be working correctly for my tests but... well, the code I copied from xrender.c is a total mess IMHO. Calculating cell deltas and calculating the base line origin has to be done for all kind of TrueType rendering (and

Bug 2919

2005-05-10 Thread Dustin Navea
Bug 2919 is beyond my area, but there is a backtrace posted. Could someone take a look and guide me on what logs to get? Thanks P.S. If you could also tell me how to determine this information for myself, it would save the list and myself a lot of time and typing. :-) Dustin

Bug 2931 (again)

2005-05-10 Thread Dustin Navea
Ok, the author has posted a link to the commit.. http://www.winehq.org/hypermail/wine-cvs/2004/10/0376.html Seems to be what broke it, per regression testing. I dunno if this maybe caused a bug somewhere else to show up or what, but I figure someone could look at it.. Dustin

Bug 2608 - shrinker compressed dll's cause error

2005-05-10 Thread Dustin Navea
This has been reported on Might and Magic 6. The file mss32.dll is compressed with a program called shrinker, when the game is installed. If another program called DeShrinker is not run on that file, MM6 refuses to run with an error. Once that is run, the game runs fine. According to the

[AppDB] - Application votes cleared

2005-05-10 Thread Chris Morgan
I cleared out the votes on the appdb tonight after fixing a few bugs with the voting system. The next step is to put into place a system that will expire votes that are older than some value, perhaps a year or two. I'll try to get that into place in the next week or two. Chris

Bug 2660

2005-05-10 Thread Dustin Navea
Bug 2660 is a regression, and the patch causing it is here: http://www.winehq.org/hypermail/wine-cvs/2004/12/0100.html Could someone take a look at the patch to see what may be wrong? Multiple (over 3) users are having this same problem on multiple versions of lotus notes..

Re: Bug 2131 - 16-bit support?

2005-05-10 Thread Dustin Navea
Andreas Mohr wrote: Sure, but that's a moot point, since everybody will work as much on stuff as he wants to see it progress, and that won't be too much in the Win16 case since it's of not too much interest as compared to Win32 (or probably even Win64 relatively soon). So, if john wants to play

Re: shell32 - ShellDDEInit

2005-05-10 Thread Dmitry Timoshkov
Steven Edwards [EMAIL PROTECTED] wrote: The ReactOS guys are tired of seeing the fixme message. Changelog: Implement ShellDDEInit Index: lib/shell32/shell32_main.c === --- lib/shell32/shell32_main.c (revision 14808) +++

Support for binaries that were abandoned by M$, and maintenance hell?

2005-05-10 Thread Dustin Navea
The discussion on 16-bit support for cards.dll led me to an interesting theory. If the big name vendors are dropping support for 16-bit programs, they must be doing it for a reason, right? The only reason I can come up with is because they dont have the resources (or maybe just the desire)

Docs at SourceForge

2005-05-10 Thread Dimi Paun
Hi folks, As most of you already noticed, the SGML docs have moved over to the CVS SourceForge: http://sourceforge.net/cvs/?group_id=6241 They clearly did not belong in the tree, and we decided at WineConf05 to move them out of there. So we did. I have renamed the files for a more

Getting rid of LOCAL_ exports

2005-05-10 Thread Dimi Paun
From a cursory look at the problem, it seems we can turn things upside down. Right now LOCAL_*() functions (Wine specific) are equivalent to the Local*16() functions (Windows exports), with the exception that they take a selector as first argument (which makes them more general). As a result,