Re: WINE porting templates

2003-10-12 Thread Dimitrie O. Paun
On October 11, 2003 06:44 pm, Steven Edwards wrote: Can you send me a example in HTML of how you want to layout Headers/OS/Compilers? I am having trouble getting it from looking at the plain text. OK, attached. What's up with the 95%, why not 100%? :) 95% is with Wine Headers. I was

Re: [janitor] dlls/winmm/wine* -Wwrite-strings cleanup

2003-10-12 Thread Jerry Jenkins
Dimitrie O. Paun wrote: Why do we need the static? Had I pasted more source code, you would have known why. LONG ALSA_WaveInit(void) { snd_pcm_t* h = NULL; snd_pcm_info_t *info; snd_pcm_hw_params_t * hw_params; WINE_WAVEOUT* wwo;

Re: Breakage in 'priviledged instructions' handling.

2003-10-12 Thread Mike Hearn
On Sun, 2003-10-12 at 09:17, Lionel Ulmer wrote: Well, now that you say it, when I tested the demo for Tomb Raider 3 on Win2K (to check some slight graphical corruptions), it crashed at start-up... So the game does not even check for Windows version before doing its hacks. Let's hope we do

Re: PATCH: XRandR part 1

2003-10-12 Thread Alex Pasadyn
Dimitrie O. Paun wrote: On October 11, 2003 03:01 pm, Alex Pasadyn wrote: I'm sending this in two parts because I added some files and can't get cvs diff to have them show up. Of course, cvs diff will ignore these files. You need to add them manually to diff. To do so, you do: $ cvs diff

Re: Wineconf - survey

2003-10-12 Thread Jeremy White
Ivan Leo Murray-Smith wrote: Let's hold this open through Friday, and then let's consider it final. An the results are? You can see the results at http://www.winehq.org/wineconf/wineconf.htm (click on the 'Total' frame at the bottom; MS Excel has awful export to the web functions). I conclude

Re: Breakage in 'priviledged instructions' handling.

2003-10-12 Thread Alexandre Julliard
Jukka Heinonen [EMAIL PROTECTED] writes: Anyway, even with some performance issues, it looks like instruction emulation is needed for supporting some pure Win95/98/ME programs. It would seem a bit strange we try very hard to support Win31 and WinNT based programs but not those. Sure, we'll

winesetuptk

2003-10-12 Thread Vincent BĂ©ron
Some time ago (about 2 years ago now), Codeweavers developped winesetuptk, a configuration tool for Wine. It is now listed with other Wine related files on sf.net. The problem is that the tool hasn't really followed Wine development (for example, removal of $VAR-style variables from config file),

SetShellWindow() and friends

2003-10-12 Thread Martin Fuchs
Hello Alexandre, Yes, if it works under Windows then obviously we need a fix in Wine. I think you should investigate exactly how Windows does it, there are many places where we could add such checks so we need to find out exactly where Windows has them. OK - wrote a little test program to

Re: GDI and DirectX tests for Winelib

2003-10-12 Thread Steven Edwards
--- Dmitry Timoshkov [EMAIL PROTECTED] wrote: Here are the code examples with binarys http://mail.gleneagle.net/sedwards/gdi/ Could you please either put them on ftp or pack them together in the single file to make it easy to download it at one go? wget --mirror

Winealsa: now fixed, interactive tests still ko.

2003-10-12 Thread Sylvain Petreolle
Applying this patch fixes alsa : [repaired] dlls/winmm/winealsa/audio.c thanks to Daniel (Tom?) and Jerry. Now Common tests are ok. But some interactive tests still fail with winealsa. I attached the log. (+wave,+dsound,+dosund3d can be provided if necessary) = Sylvain Petreolle

Re: SetShellWindow() and friends

2003-10-12 Thread Uwe Bonnes
Martin == Martin Fuchs [EMAIL PROTECTED] writes: ... Martin cout first call to SetShellWindow(hwnd): (ret? Martin SUCCESS: FAILURE) \n; As plain C programm this could perhpas be included in out test suite... -- Uwe Bonnes[EMAIL PROTECTED] Institut fuer

Re: question about copyright and code, is this legal?

2003-10-12 Thread Troy Rollo
On Fri, 10 Oct 2003 18:44, Patrik Stridvall wrote: On Wed, 8 Oct 2003 21:53, Patrik Stridvall wrote: The significant effort requirement is for EACH fact seen by ITSELF. This is certainly not the case in Australia, NZ and the UK. So you can have protection on collections of truely

Re: question about copyright and code, is this legal?

2003-10-12 Thread Troy Rollo
On Fri, 10 Oct 2003 20:11, Jonathan Wilson wrote: IANAL but here are some examples of things that I think are things that the law was intended to protect: 1.A real-estate database with information on many different houses. 2.The database at e.g. amazon.com containing details about a whole

Problems building mshtml.dll and msi.dll on mingw.

2003-10-12 Thread Steven Edwards
It appears that the exports in the spec files for these dll is not correct. dllwrap -k --def mshtml.spec.def -o mshtml.dll document.o main.o mshtml.dll.db g.o -L../../dlls -luser32 -ladvapi32 -lkernel32 -lntdll -L../../libs/wine -lwin e -L../../libs/unicode -lwine_unicode -L../../libs/uuid

Re: Problems building mshtml.dll and msi.dll on mingw.

2003-10-12 Thread Dmitry Timoshkov
Steven Edwards [EMAIL PROTECTED] wrote: It appears that the exports in the spec files for these dll is not correct. Have a look at my today's patch Fix some problems found while compiling and linking Wine under Cygwin, it should help. -- Dmitry.