Re: winegcc: Use $(CC) for building generated .spec.c

2004-05-25 Thread Jon Griffiths
Hi, > I thought that gcc will figure the langauge based on the > extension. Under v3.3.2, given a file a.c containing int dwmain(int argc, char*argv) { return 1; } I get: [EMAIL PROTECTED] winegcc]$ gcc -c a.c && nm a.o T dwmain [EMAIL PROTECTED] winegcc]$ g++ -c a.c && nm a.o

Re: Crash and corrupted registry

2004-05-25 Thread Alexandre Julliard
Christian Costa <[EMAIL PROTECTED]> writes: > Am I the only that has experienced this kind of problem? > Is the idea of doing a backup of the registry completely flawed? Or is > it the user to do it by himself? Well, a backup could be implemented, but the way the registry is saved should prevent

Re: Crash and corrupted registry

2004-05-25 Thread Christian Costa
Christian Costa wrote: Hi, This is the second time I had to reboot when by box is stuck while running a windows apps. In both case the registry had been corrupted. This is very annoying. Could we have the wineserver do a backup of registry files at startup so we can retreive the previous version

Re: Bad wine today.

2004-05-25 Thread Ivan
Current CVS works for me. Ivan.

Re: Bad wine today.

2004-05-25 Thread hatky
> I wonder if I am the only one that sees this with any windows prog that > I try: I got exactly the same, also running cvs 1 day ago... -- Hatky, Worshiper of wine (http://www.winehq.org/), Impossible is only an opinion.

Bad wine today.

2004-05-25 Thread Rein Klazes
Hi, I wonder if I am the only one that sees this with any windows prog that I try: |$ wine sol |x11drv: Can't open display: |Please ensure that your X server is running and that $DISPLAY is set correctly. |$ (other X programs run fine). I did the usual things when in trouble: a make clean, fres

Re: additional download for winehq download page

2004-05-25 Thread Ivan
< And if a prog doesn't provide the dll it should have at least a readme to tell people where to get it. I can tell you out of experience that this isn't always true. What about the attached patches? Ivan. lostwages.diff Description: Binary data wine.diff Description: Binary data

Re: Strip comments from end of line in INI parser

2004-05-25 Thread Alexandre Julliard
Mike Hearn <[EMAIL PROTECTED]> writes: > Mike Hearn <[EMAIL PROTECTED]> > Strip comments and whitespace from end of line in PROFILE_CopyString That will make it impossible to have an ini entry containing a ';'. I really doubt that Windows does it this way; could you please provide a test case? -

Proprietary Hardware and related stuff - Get them work with Linux

2004-05-25 Thread Gianfranco Luceri
Hello, I own a Matrox Mistyque with Rainbow Runner Studio and Rainbow Runner TV (not G-Series) add-on cards and there's no way of getting them all work with Linux due to the lack of documentation about a proprietary chip (MGA-something-I-cant-remember-any-more). The only supported OSes are Win95 (f

Re: winegcc: Use $(CC) for building generated .spec.c

2004-05-25 Thread Dimitrie O. Paun
On Tue, May 25, 2004 at 12:56:27AM -0700, Jon Griffiths wrote: > Building and linking a C++ dll to a Winelib app currently fails using > winegcc as it will use $(CXX) to compile the .spec.c file. This means > it won't link correctly to libwine.so due to the name mangling. I > tried 2 solutions: cha

CoRegisterMessageFilter

2004-05-25 Thread Simon Harvey
hello I was wondering if anybody was doing work on or was in the process of implementing CoRegisterMessageFilter in dlls/ole32/ole2.c ? I would like to take a stab at it but i wont if somebody else is going to do it. thanks simon Find local movie times and trailers on Yahoo! Movies. http://au.mo

Re: General serial communications issues

2004-05-25 Thread Jakob Eriksson
On Mon, May 24, 2004 at 05:06:49PM +, David Purucker wrote: > Hello, > > I have tried several terminal programs (Hyperterm and TeraTerm) under > several builds of > Wine including Wine-20040505 and they seem to have the same generic problem. Teraterm worked almost 100% ok a few months back f

mingw crossbuild broke

2004-05-25 Thread Kevin Koltzau
the mingw crossbuild broke last night with mmap.c: In function `wine_mmap_add_reserved_area': mmap.c:291: error: `PROT_NONE' undeclared (first use in this function) mmap.c:291: error: (Each undeclared identifier is reported only once mmap.c:291: error: for each function it appears in.) mmap.c:291:

Re: failure report: picasa-1.6

2004-05-25 Thread Rein Klazes
On Tue, 25 May 2004 12:59:42 +0200, you wrote: > [wine-cvs]$ ./wine ~/.wine/fake_windows/Windows/Temp/sp7zFh5.exe /SILENT > err:seh:setup_exception stack overflow 0 bytes in thread 0009 eip 551ae506 esp > 55761000 stack 0x5576-0x5586 > > Overflow by 0 bytes? 16MB of stack not enough? Cer

Re: [DMUSIC] Make Unreal2 playable

2004-05-25 Thread Dmitry Timoshkov
"Raphael" <[EMAIL PROTECTED]> wrote: > @@ -131,6 +149,7 @@ > } > > static BOOL PostMessageToProcessMsgThread(IDirectMusicPerformance8Impl* This, UINT > iMsg) { > + return FALSE; >if (FALSE == This->procThreadTicStarted && PROCESSMSG_EXIT != iMsg) { > This->procThread = CreateThread(

Re: failure report: picasa-1.6

2004-05-25 Thread Hans Leidekker
On Sunday 23 May 2004 10:07, Rein Klazes wrote: > > I do not get out of memory boxes. Here the program tries to open its own > > program file: > > Stupid program, it first copies itself to the %TEMP% directory. I > happened to run it from there already. Then it extracts another executable into %

Re: General serial communications issues

2004-05-25 Thread David Purucker
I have tried several terminal programs (Hyperterm and TeraTerm) under > several builds of > Wine including Wine-20040505 and they seem to have the same generic problem. We are using serial ports under Wine for a current project, and they work OK (apart from a few warnings). The machine I'm usin

Re: additional download for winehq download page

2004-05-25 Thread Fabian Cenedese
>> This may be a fine thing to do for another project, but this is >> not a Wine thing, sorry. >OK, but at least the vb runtime and the win installer should be there. Nobody is >implementing, or, AFAIK, planning to implement these parts of windows at the >moment, and without them many programs sim