Re: Uninstaller uses wrong icon

2003-10-04 Thread Eric Pouech
Yes. Would be intersting to get these to compile on Windows as well, by doing something reasonable where we need Wine stuff. Maybe we at least get them to build, if not run (avitools, winedbg, wineconsole should also be able to run on Windows). as a target: + winedbg should be compilable on

Re: Crash in 16-bit code

2003-10-04 Thread Sylvain Petreolle
--- André_Johansen [EMAIL PROTECTED] a écrit : This crash happens when trying to run the installer of a game; I believe it is some old InstallShield version. Any ideas of how I can get more information out of this? Please give more inforamtion. (cf

Re[2]: winealsa: improve sound quality for IDsDriverImpl

2003-10-04 Thread Oleg Prokhorov
Hello Jerry, Saturday, October 4, 2003, 11:56:11 AM, you wrote: JJ Only one of my sound cards suffers from the problem when the format of JJ primary buffer is 22050 samples per second, 8-bit stereo. What's the soundcard ? -- Best regards, Olegmailto:[EMAIL

Re: Crash in 16-bit code

2003-10-04 Thread André Johansen
* Sylvain Petreolle wrote: | Please give more inforamtion. (cf | http://www.winehq.org/site/docs/wine-user/bugs) wineconfig was happy -- I have two Wine installations; it noticed that, and some registry notice: 026. Checking availability of windows registry entries... NOTICE (entry Default

Re: winealsa: improve sound quality for IDsDriverImpl

2003-10-04 Thread Robert Reif
Here is the patch that addresses the 8 bit mixer problem. I just cut it out of an old development tree that had a lot of other mixer changes so I doubt it will apply cleanly but it will give you an idea of the problem. This patch and the tests developed for it uncovered the locking issues which

Re: Uninstaller uses wrong icon

2003-10-04 Thread Pavel Roskin
On Sat, 4 Oct 2003, Dimitrie O. Paun wrote: On October 3, 2003 10:56 pm, Pavel Roskin wrote: Everything if fine. I put the latest mkwine here http://www.red-bean.com/~proski/wine/ Very nice indeed -- I really hope that we can eventually get our Makefiles in a state where this script is

Re: About Explorer clone

2003-10-04 Thread Martin Fuchs
Hello, PETREOLLE Sylvain wrote: Can your explorer clone be compiled with Wine sources and/or tools ? I have both Windows 2000/XP with latest Cygwin / RedHat Linux environments to test it. Yes, I have put a Makefile.Wine into CVS for compiling as Winelib application. Just put the explorer

Re: Wineconf 2004, otherwise known as...

2003-10-04 Thread Shachar Shemesh
Ivan Leo Murray-Smith wrote: If we are going to have wineconf here, I need to know a date and a more or less precise number of participants, possibly within a few days. I think this works exactly the other way around. You set the date according to what is best accepted at the local place.

Wineconf 2004

2003-10-04 Thread Marcel Partap
Hi folks, I'd propose Aachen, Germany as meeting location. I am a student (mec. engineering) at the local technical university and depending on the amound of work involved I'd be very happy to get things up and going for you. There is quite cheap hotel room in Aachen (and I can do some research on

Re: Wineconf 2004, otherwise known as...

2003-10-04 Thread Jeremy White
That said - will someone who attended the previous wineconf tell us how many people participated then? How many days of conference can we make it? There were about 30-40 people (attendance differed on the 2 days); it was a 2 day event. Bear in mind that 20 of those folks had their travel paid

Of Start Menu, Shortcuts and broken functions...

2003-10-04 Thread Subhobroto Sinha
Hello all, Recently there has been a revived interest in putting up a 'Windows' like 'Start Menu' onto the Window managers. That's good.Thanks. But as I see it, this task is REALLY easy. Once we resolve the Windows shorcut files,figuring out how to implement the resolved menu entries for

Re: Wineconf 2004, otherwise known as...

2003-10-04 Thread Ivan Leo Murray-Smith
I think 2 days is good. Then it can be a weekend. Also, if Lionel lets us know when he's going snowboarding, we can try and avoid that period (Unless he's going from the 1th to the 30th). At the last Wineconf, we had a fair number of 'presentations', and I think we might do better with a bit

Re: winealsa: improve sound quality for IDsDriverImpl

2003-10-04 Thread Jerry Jenkins
Robert Reif wrote: Here is the patch that addresses the 8 bit mixer problem. I just cut it out of an old development tree that had a lot of other mixer changes so I doubt it will apply cleanly but it will give you an idea of the problem. This patch and the tests developed for it uncovered

Re: Of Start Menu, Shortcuts and broken functions...

2003-10-04 Thread Mike McCormack
Hi Subhobroto, Unfortunately, it's not just as simple as enumerating C:\Windows\Start Menu, though that would be a good start. To do things exactly the same way as Windows does them, we have to make a shell namespace that contains all the stuff on the start menu, then enumerate that.

Re: Of Start Menu, Shortcuts and broken functions...

2003-10-04 Thread Robert van Herk
Subhobroto Sinha wrote: But as I see it, this task is REALLY easy. Once we resolve the Windows shorcut files,figuring out how to implement the resolved menu entries for respective Desktop environments is dependent on the Desktop environment themselves, and people wanting to implement the 'Start

Re: winealsa: improve sound quality for IDsDriverImpl

2003-10-04 Thread Jerry Jenkins
Robert Reif wrote: Here is the patch that addresses the 8 bit mixer problem. I just cut it out of an old development tree that had a lot of other mixer changes so I doubt it will apply cleanly but it will give you an idea of the problem. This patch and the tests developed for it