Status of Wine History page?

2004-02-10 Thread Tom
It is my understanding that Brian V sent the Wine History page to J Newman for inclusion. May I ask what the current status is? May I also ask that this page be posted to wine-patches? It is my understanding that all changes should ge to the patch list so everyone will have a chance to view

Acknowledgment page

2004-02-10 Thread Tom
Hello All, I have decided to volunteer to do the Acknowledgment page It will be short and simple and here are my plans. After Brian sends his update to the Who's Who page I will list everyone that has been removed from that page onto a Acknowledgment page. Here is my problem :) I have only been

Re: LOCAL: Not enough space in GDI heap

2004-02-10 Thread Fabian Cenedese
At 16:39 09.02.2004 +, Huw D M Davies wrote: On Mon, Feb 09, 2004 at 05:03:40PM +0100, Fabian Cenedese wrote: I hacked some more and need an advice. I changed font.cpp: CreateFontIndirectW a bit. Instead of always allocating a new gdi object it has a list of already allocated font objects

NHL2004 D3D8 crash

2004-02-10 Thread Abdul-Haseeb Ahmad
i have finally gotten nhl2004's menus to work the way its supposed to.. going into the game it crashes however.. i've attached a +d3d trace of the error output (here: http://bugs.winehq.com/attachment.cgi?id=530action=view). the game does some d3d8 stuff before it goes into the menu.. and then

Re: Acknowledgment page

2004-02-10 Thread Dimitrie O. Paun
On February 10, 2004 01:07 am, Tom wrote: All feedback is most welcome! For the Acknowledgments page I think we need: - A section for business that donated significant code to Wine - People that donated money - Major code contributors (as you already mentioned) (Note: this is not

Re: Alternative implementation of DocFiles (long, posted for archival purposes)

2004-02-10 Thread Dimitrie O. Paun
On February 5, 2004 09:24 pm, Troy Rollo wrote: Because it's in C++, it's not directly usable in Wine, but it may be of use to anybody seeking to improve the Wine implementation of DocFiles in the future. This is a lot of very nice code, too bad we can't use it in Wine as is. I sure hope

System Error H80010108 (-2147417848)

2004-02-10 Thread Fabian Cenedese
Hi Did I already mention what I think of VB?... I try another VB program with an embedded ocx on wine and it gives me a dialog with the above mentioned error message. Then it just quits. After looking on the internet I found some explanation of this error: Run-time error '-2147417848

Re: Update to heap.c

2004-02-10 Thread Dimitrie O. Paun
On Tue, 10 Feb 2004, jeffl wrote: When browsing ntdll/heap.c I noticed that the condition set would cause a memory leak if the unlikely event ever occured. The patch causes a warning to be issued as well so that there is a record. Please submit patches in unified format: diff -u -- Dimi.

An excellent test program for Wine

2004-02-10 Thread gslink
I find the following program to be an excellent test program for anything that acts like Windows. The program is Vast and may be downloaded from http://www-306.ibm.com/software/awdtools/smalltalk/. The program you want is the 6.0.2 fixpack which is also a fully operational evaluation version

Compatability problem in wineps driver

2004-02-10 Thread gslink
It appears that a check needs to be made in ps.c. The method PSDRV_WriteSetFont passes the parameter size. In some early Win 95 versions there was a bug that required that parameter to be negative and some early windows programs make size negative. This produces garbage. It appears that

possible StretchBlt problem

2004-02-10 Thread Kevin Koltzau
I'm having an issue with StretchBlt and alpha channels, I've got 2 DIBs, and using StretchBlt from one to the other. If the source and destination height width are identical, it works perfectly, but if I increase or decrease either height or width by as much as 1 pixel, the alpha channel

Linking against a dll

2004-02-10 Thread Dan Timis
Is it possible to link a wine application against a Windows dll without calling LoadLibrary? The documentation says: All the libraries you link with should be available as '.so' libraries. If one of them is available only in '.dll' form then consult Building WineLib DLLs. But, the chapter

Re: Linking against a dll

2004-02-10 Thread Boaz Harrosh
This topic was mentioned before look at http://www.winehq.org/hypermail/wine-devel/2003/12/0262.html Free Life Boaz Dan Timis wrote: Is it possible to link a wine application against a Windows dll without calling LoadLibrary? The documentation says:

WineConf movie

2004-02-10 Thread Boaz Harrosh
Hi guys I'm back home. WineConf has been a profound experience for me. Thank you all. It is my intention to edit a 4-7 minutes of a WineConf2004 movie. to post on the web. I am browsing through the 8 hours of WineConf videos and I need your help: Please from the top of your head, be totally

Re: WineConf movie

2004-02-10 Thread Shachar Shemesh
Boaz Harrosh wrote: Hi guys I'm back home. WineConf has been a profound experience for me. Thank you all. It is my intention to edit a 4-7 minutes of a WineConf2004 movie. to post on the web. I am browsing through the 8 hours of WineConf videos and I need your help: Please from the top of

Developer reminders tracker bug?

2004-02-10 Thread Mike Hearn
At the moment there is no way in CVS to organize bugs filed by developers to remind us of stuff we should fix, as far as I know. In the past few days at least 3 such bugs were filed: 2000: %ProgramFiles% is not set in environment [me] 2003: WindowFromPoint Returns Wrong Window [rob] 2004: Bug

CPUID update to update

2004-02-10 Thread Robert Lunnon
For anyone who is using my previously submitted patch here is an update. It fixes the latent file descriptor leak, and patches a hole where have_cpuid was retained from the legacy code (Dunno how I missed that one) this ended up diving into the middle of the cpuid machine code where have_cpuid

Re: WineConf movie

2004-02-10 Thread Dimitrie O. Paun
On February 10, 2004 03:29 am, Boaz Harrosh wrote: Please from the top of your head, be totally associative, what are the couple of moments you most remember / where profoundly moved by, at WineConf2004? I'd try to look at the funny bits. In terms of actual content, the most interesting is

Stack size

2004-02-10 Thread Robert Lunnon
I have a program which used to work under wine but now seems to fail due to a stack overflow. Unfortunately I'm no windows expert, but I vaguely recollect that tthe stack size for a windows program is declared in the PE executable header. Does wine honour this setting and can someone point me

Re: Developer reminders tracker bug?

2004-02-10 Thread Dimitrie O. Paun
On February 10, 2004 07:00 am, Mike Hearn wrote: Perhaps there should be a tracker bug for Bugs filed by people with nice descriptions of what is wrong that are fixable in a reasonable timeframe by anyone, to separate out the random flotsam jetsam that accumulates in bugzilla over time.

Re: Alternative implementation of DocFiles (long, posted for archival purposes)

2004-02-10 Thread Mike Hearn
On Tue, 10 Feb 2004 09:31:11 -0500, Dimitrie O. Paun wrote: This is a lot of very nice code, too bad we can't use it in Wine as is. I sure hope someone will take the time to port it to Wine though. Alexandre has said that C++ would be accepted given a good enough reason. Perhaps this is one?

Re: Status of Wine History page?

2004-02-10 Thread Brian Vincent (C)
Title: Re: Status of Wine History page? It is my understanding that Brian V sent the Wine History page to J Newman for inclusion. May I ask what the current status is? I talked to Newman yesterday and we worked out a plan to update it. I'm also updating some other stuff that has to be

Re: WineConf movie

2004-02-10 Thread Mike McCormack
Shachar Shemesh wrote: You mean, like the point where about 15 wine hackers all crowded into the same elevator and hoped that noone from MS sabotaged it? I mean, when people say that you cannot kill an open source project, I don't think they mean set up a conference, and then sabotage the

Re: WineConf movie

2004-02-10 Thread Brian Vincent (C)
Title: Re: WineConf movie You mean, like the point where about 15 wine hackers all crowded into the same elevator and hoped that noone from MS sabotaged it? I mean, when people say that you cannot kill an open source project, I don't think they mean set up a conference, and then

Re: Alternative implementation of DocFiles (long, posted for archival purposes)

2004-02-10 Thread Dimitrie O. Paun
On Tue, 10 Feb 2004, Mike Hearn wrote: Alexandre has said that C++ would be accepted given a good enough reason. Perhaps this is one? Though given how obscure some of that C++ is to somebody who doesn't know the language well, it might be best to just figure out what is missing from ours and

Re: Developer reminders tracker bug?

2004-02-10 Thread Dimitrie O. Paun
On Tue, 10 Feb 2004, Mike Hearn wrote: Having said that I'm not sure it's really worth documenting then, given the technical nature of most of them and the need to be familiar with the given code to understand them anyway. If we really need to document them we can do so directly in a file

strange file name question.

2004-02-10 Thread Rein Klazes
Hi, Showing my ignorance, but this is the first time that I see something like this: (agent.xrs is indeed a zip file) | 0009:Call kernel32.GetFileAttributesA(416818c4 H:\\binw\\Agent\\agent.xrs#zip:version.xml) ret=005f4635 | 0009:Ret kernel32.GetFileAttributesA() retval= ret=005f4635

Re: strange file name question.

2004-02-10 Thread Rein Klazes
On Tue, 10 Feb 2004 12:06:50 -0600, you wrote: Hi Rein, Are you sure that's not being called through a shell32 API function? eg. SHGetFileAttributes? The return address (005f4635) shows it is called from user code. Anyway there is not a single shell (or OLE what I was thinking about)

Re: strange file name question.

2004-02-10 Thread Mike McCormack
Hi Rein, Are you sure that's not being called through a shell32 API function? eg. SHGetFileAttributes? If not, perhaps make sure that usage of GetFileAttributes() really works on Windows. Mike Rein Klazes wrote: Hi, Showing my ignorance, but this is the first time that I see something like

Re: WineConf movie

2004-02-10 Thread Urivan Saaib
Don't give ideas dude ! :) ---Respuesta al correo de Mike McCormack sobre WineConf movie Shachar Shemesh wrote: You mean, like the point where about 15 wine hackers all crowded into the same elevator and hoped that noone from MS sabotaged it? I mean, when people say that you cannot kill