Re: Status of wine development

2006-12-18 Thread Kai Blin
On Tuesday 19 December 2006 08:11, Edward Savage wrote: > The next issue of WWN is around half done and will most likely be submitted > for the end of this week. Great, thanks for picking this up. I remember WWN being incredibly helpful when I got started with Wine. > Also more worrying is that

Re: Status of wine development

2006-12-18 Thread Edward Savage
The next issue of WWN is around half done and will most likely be submitted for the end of this week. It will focus on the major changes since the last issue and the work being done in d3dx. The problem has mainly been the size of wine and how many people there are working on it. Catching up on

Re: Status of wine development

2006-12-18 Thread Tom Wickline
On 12/18/06, Remco <[EMAIL PROTECTED]> wrote: So, what's the status/news of DX10? DX in general? See : http://wiki.winehq.org/DirectX-ToDo That ToDo is up to date as far as I know, DX10 = 0% completeness. If anyone is aware of something in need of change on the DX-ToDo please fix it or let m

Re: Running winetest on Vista

2006-12-18 Thread Frank Richter
On 18.12.2006 16:50, Dmitry Timoshkov wrote: > Well, a manifest is just an text (.xml) file with the resource type set > to RT_MANIFEST. Adding it into the resources is easy, the problem is that > wrc doesn't support that kind of a resource, so that support should be > added to wrc first. RT_MANIF

Re: Status of wine development

2006-12-18 Thread Kai Blin
On Tuesday 19 December 2006 00:27, Remco wrote: > I ask it consisely, but maybe the answers could be posted as a news item > on WineHQ. It would be great for Wine to get some exposure on tech sites > from time to time. That requires some actual news (new minor releases > aren't front-page news aft

Status of wine development

2006-12-18 Thread Remco
I ask it consisely, but maybe the answers could be posted as a news item on WineHQ. It would be great for Wine to get some exposure on tech sites from time to time. That requires some actual news (new minor releases aren't front-page news after all). So, what's the status/news of DX10? DX in g

STLPort 5.1 and winegcc / winelib

2006-12-18 Thread gendo
I was wondering if anyone had tried STLPort 5 with winelib. From searching the archives it seems you need to swap out gcc/c++ for winegcc/wineg++ and pass the -mno-cygwin option. Doing that gives me these errors. make -f gcc.mak all wineg++ -pthread -mno-cygwin -fexceptions -fident -fPIC -O2

Re: mscoree: Add a stub implementation for CorExitProcess and GetRequestedRuntimeInfo.

2006-12-18 Thread Hans Leidekker
Here's a very simple .NET app that runs: http://www.heise.de/software/default.shtml?prg=20130&T=dingler&osg=1 $ file hit_windows.exe hit_windows.exe: MS-DOS executable PE for MS Windows (GUI) Intel 80386 32-bit Mono/.Net assembly And the obligatory screenshot: -Hans

Re: [1] WineD3D: Add the state dirtification infrastructure

2006-12-18 Thread Stefan Dösinger
Am Montag 18 Dezember 2006 19:25 schrieb Stefan Dösinger: Another issue I stumbled uppon: This patch moves the + 1 for the array declaration to the right place. > Am Montag 18 Dezember 2006 14:06 schrieb Stefan Dösinger: > Another update, it fixes an spotted by Henri issue where the state was use

Re: mscoree: Add a stub implementation for CorExitProcess and GetRequestedRuntimeInfo.

2006-12-18 Thread Dan Kegel
Thanks for all the info, Hans. I stole some time this morning and, starting with your script, came up with one that lets Life Balance install; this would probably be appropriate for any .net 1.1 application: #!/bin/sh wineserver -k cat >> $HOME/.wine/system.reg <<"_EOF_" [Software\\Microsoft\\

Re: Running winetest on Vista

2006-12-18 Thread Dmitry Timoshkov
"Paul Vriens" <[EMAIL PROTECTED]> wrote: Does it help if you rename it to test_setupapi.exe? No :-( As soon as setup is contained in the name it doesn't run. The link that Kevin showed makes sense now. Any idea how we can approach this? Do we indeed need to start adding manifests to some of o

Re: ws2_32: Implement the SIO_ADDRESS_LIST_QUERY ioctl.

2006-12-18 Thread Dmitry Timoshkov
"Hans Leidekker" <[EMAIL PROTECTED]> wrote: case WS_SIO_ADDRESS_LIST_QUERY: -FIXME("-> SIO_ADDRESS_LIST_QUERY request: stub\n"); -break; + { +int fd; +DWORD size; + +TRACE("-> SIO_ADDRESS_LIST_QUERY request\n"); + +if (!lpcbBytesReturned || (f

re: mscoree: Add a stub implementation for CorExitProcess and GetRequestedRuntimeInfo.

2006-12-18 Thread Paul Chitescu
Hi, Dan I don't think it's a good idea to make a check for .NET 2.0 succeed. Currently Mono implements only .NET 1.1 Paul Chitescu On Sun, 17 Dec 2006, Dan Kegel wrote: [...] And bingo, http://msdn2.microsoft.com/en-us/library/aa480243.aspx documents this as part of the check to see if .net

Bug 50

2006-12-18 Thread Pedro Araújo Chaves Jr.
First, sorry for the blank mail I accidentally sent earlier... my bad. Ok, so I have been assigned bug 50 [1] here at my job, and I'm trying to apply the patch [2] Keith Dunwoody proposed in June 2005, which fixed the issue but was rejected for technical reasons. Right now I can't think of anoth

Bug 50

2006-12-18 Thread Pedro Araújo Chaves Jr.
-- "People think computers will keep them from making mistakes. They're wrong. With computers you make mistakes faster." (Adam Osborne)

Re: DDraw: Implement depth filling through blit. (re-resubmit) try3

2006-12-18 Thread Stefan Dösinger
Am Sonntag 17 Dezember 2006 23:24 schrieb [EMAIL PROTECTED]: > Original Author: > Elie Morisse > [EMAIL PROTECTED] > > Updated by: > Gregor Münch > [EMAIL PROTECTED] > > This is modified version of this patch: > http://www.winehq.org/pipermail/wine-patches/2006-September/030815.html > > With the he

Re: mscoree: Add a stub implementation for CorExitProcess and GetRequestedRuntimeInfo.

2006-12-18 Thread Hans Leidekker
On Monday 18 December 2006 04:06, Dan Kegel wrote: > Which apps? > Now that your patches seem to have been committed, I've started > trying to find and install apps that require .net, but for some > reason I'm having trouble finding many. For some years now I've been doing an unscientific benchma