Would like to contribute to wine

2007-09-03 Thread Maciej Kowalczyk
Hi all, I'm looking for subject for my Master's thesis. It might be interesting to do something useful for Wine. On this year's Google SoC I found an interesting application called "Windows Printing subsystem bridge (i.e. use WIN32 drivers to print from wine)". It was accepted but I can't f

Re: winhelp, Vector NTI, molecular biologists

2007-09-03 Thread Misha Koshelev
On Mon, 2007-09-03 at 19:51 -0600, Jesse Allen wrote: > On 9/3/07, Misha Koshelev <[EMAIL PROTECTED]> wrote: > > Actually you all bring up rather interesting points with regards to Vector > > NTI as: > > > > (a) It pretty much ships with almost every Microsoft redistributable needed > > (e.g., MD

Re: winhelp, Vector NTI, molecular biologists

2007-09-03 Thread Jesse Allen
On 9/3/07, Misha Koshelev <[EMAIL PROTECTED]> wrote: > Actually you all bring up rather interesting points with regards to Vector > NTI as: > > (a) It pretty much ships with almost every Microsoft redistributable needed > (e.g., MDAC, Windows > Script, MFC71, etc.) and installs them on its instal

Re: dsound: Runtime link to advapi32 RegDeleteTree

2007-09-03 Thread Reece Dunn
On 03/09/07, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Reece Dunn schreef: > > Correct me if I am wrong on this, but I have a few questions. And I > > apologise if I ask some stupid questions, as I don't understand how > > the Wine loader works. > > > > On 01/09/07, Maarten Lankhorst <[EMAIL P

Re: winhelp, Vector NTI, molecular biologists

2007-09-03 Thread Misha Koshelev
On 9/3/07, Stefan Dosinger wrote: > Am Montag, 3. September 2007 13:30:57 schrieb Damjan Jovanovic: > > Somebody needs to make a do-nothing-useful app, intended for Windows, > > that also installs on wine and supplies each and every DLL that > > Windows applications need but we don't have in wine (

Re: winhelp, Vector NTI, molecular biologists

2007-09-03 Thread Stefan Dösinger
Am Montag, 3. September 2007 16:02:54 schrieb Charity Abbott: > I wouldn't be too worried about the legal issue of using DLLs unless > you were planning on using it for a business. If you are, then you > should probably purchase a Windows license for each computer that has > to use those DLLs. Was

Re: winhelp, Vector NTI, molecular biologists

2007-09-03 Thread Stefan Dösinger
Am Montag, 3. September 2007 13:30:57 schrieb Damjan Jovanovic: > Somebody needs to make a do-nothing-useful app, intended for Windows, > that also installs on wine and supplies each and every DLL that > Windows applications need but we don't have in wine (like MFC42.DLL, > the D3DX9_xx.DLL's, new

Re: dsound: Runtime link to advapi32 RegDeleteTree

2007-09-03 Thread Maarten Lankhorst
Reece Dunn schreef: > Correct me if I am wrong on this, but I have a few questions. And I > apologise if I ask some stupid questions, as I don't understand how > the Wine loader works. > > On 01/09/07, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > >> Makes the dsound dll work in windows xp and

[RFC] [PATCH] GNU make based build system for Winelib applications

2007-09-03 Thread Kirill Smelkov
Hello Wine developers, Francois! I am going to port some Win32 applications to GNU/Linux and though it would be useful to improve the build system for Winelib applications. Current status and Motivation = 1. Wine in-tree Makefiles for programs & dlls are pretty much

IDirect3DImpl_EnumDevices only enumerating IID_IDirect3DTnLHalDevice

2007-09-03 Thread David Hedberg
Hi, I've been tracking down the reason for bug 7993 ( http://bugs.winehq.org/show_bug.cgi?id=7993 , "Delta Force Land Warrior 1.31 -> Can't find 3D Video Card" ), and I think I've found it. It appears as if the EnumDevices callback in Delta Force for some reason discards all devices with a GUID o

Re: dsound: Runtime link to advapi32 RegDeleteTree

2007-09-03 Thread Reece Dunn
Correct me if I am wrong on this, but I have a few questions. And I apologise if I ask some stupid questions, as I don't understand how the Wine loader works. On 01/09/07, Maarten Lankhorst <[EMAIL PROTECTED]> wrote: > Makes the dsound dll work in windows xp and older versions of windows > again.

Re: Hmm. Cider and the LGPL

2007-09-03 Thread Kevin Krammer
On Friday 31 August 2007, Stefan Dösinger wrote: > Am Donnerstag, 30. August 2007 22:26 schrieb Dan Kegel: > > it'd be nice to have responses to questions like > > "The LGPL seems to give users the right to remove > > the LGPL'd portions of Cider from game A and use it > > with other apps. The gam

Re: UbiSoft giving away games

2007-09-03 Thread Kovács András
Hi, Rayman Raving Rabbids input related pateches isn't in because, it hason't been cleaned yet because ofl ack of time. If somebody interested in, i can send tha patch, that makes RRR to run. andras 2007. szeptember 2. 12.22 dátummal Stefan Dösinger ezt írta: > Am Sonntag, 2. September 2007 06

Re: regedit: fixed a memory leak in listview.c (found by Smatch).

2007-09-03 Thread Dmitry Timoshkov
"Lionel_Debroux" <[EMAIL PROTECTED]> wrote: diff --git a/programs/regedit/listview.c b/programs/regedit/listview.c index 0e4b52b..8b58eec 100644 --- a/programs/regedit/listview.c +++ b/programs/regedit/listview.c @@ -61,7 +61,10 @@ static LPTSTR get_item_text(HWND hwndLV, int item) curStr =

Re: winhelp, Vector NTI, molecular biologists

2007-09-03 Thread Charity Abbott
> Somebody needs to make a do-nothing-useful app, intended for Windows, > that also installs on wine and supplies each and every DLL that > Windows applications need but we don't have in wine (like MFC42.DLL, > the D3DX9_xx.DLL's, new MSVCRT's, etc.). That way we can legally use > those DLLs withou

Re: winhelp, Vector NTI, molecular biologists

2007-09-03 Thread Misha Koshelev
> 2007/9/3, Misha Koshelev <[EMAIL PROTECTED]>: > Hi everybody, > > So as you all know I've been working on various bug fixes > throughout > wine, with my most significant contributions to date being MSI > OLE > automation support and implem

Re: winhelp, Vector NTI, molecular biologists

2007-09-03 Thread Damjan Jovanovic
On 9/3/07, Misha Koshelev <[EMAIL PROTECTED]> wrote: > Hi everybody, > > So as you all know I've been working on various bug fixes throughout > wine, with my most significant contributions to date being MSI OLE > automation support and implementation of http protocol support in > urlmon. This invol

Re: ddraw: fix cases where desc2.u2.dwMipMapCount is 0.

2007-09-03 Thread Stefan Dösinger
Am Sonntag, 2. September 2007 19:22 schrieb David Hedberg: > Hi again, > > I played around a bit with a simple test case, and it seems that my > first attempt at a patch was faulty. From what I can see and what the > test case says, windows does not allow the creation of these surfaces > at all. I'