Re: Compiling WINE - Hopeless situation? :)

2003-03-30 Thread Dan Kegel
Sylvain wrote: --- Michael Stefaniuc [EMAIL PROTECTED] a écrit : On Sun, Mar 30, 2003 at 12:44:31AM +0100, Sylvain Petreolle wrote: The code that has problem for now is C code, not C++, am I right here ? Then it has nothing to do with C++ thing. Yeah, but the page you pointed to is for C++

SHFileOperation regression test

2003-03-30 Thread Rolf Kalbermatter
While working on SHFileOperation in shell32.dll I came across the error in line 286 and 287 which happens on Win98/ME/2K/XP but not on 95/NT. Investigation showed that the copy operation of multiple files with one source file not existing in the list, has different behaviour on these two groups

Re: bin2rc

2003-03-30 Thread Alexandre Julliard
Dimitrie O. Paun [EMAIL PROTECTED] writes: Maybe, but it doesn't work: [EMAIL PROTECTED] test]$ ls wine.bmp [EMAIL PROTECTED] test]$ ../wine/tools/bin2res wine.bmp No that's not how it works. You have to create the .rc file first with the magic bin2res comments, and then with bin2res you

Re: Contributing page needs fixing

2003-03-30 Thread Dimitrie O. Paun
On March 30, 2003 04:53 am, Francois Gouget wrote: 'Wine is almost finished and there are few things that are missing -- and these can't by just anyone. Really, now the last thing we need is people comming over and messing with the source.' You can't slightly transpose things and expect that

Re: Contributing page needs fixing

2003-03-30 Thread Francois Gouget
On Sun, 30 Mar 2003, Dimitrie O. Paun wrote: On March 30, 2003 04:53 am, Francois Gouget wrote: 'Wine is almost finished and there are few things that are missing -- and these can't by just anyone. Really, now the last thing we need is people comming over and messing with the source.'

Re: Contributing page needs fixing

2003-03-30 Thread Dimitrie O. Paun
On March 30, 2003 03:30 pm, Francois Gouget wrote: Yes, definitely. Now is not the time to say the 'web site is finished we don't need anyone'. That's simply not true. That will not cut it, sorry. I've posted a list of still TODO, and asked for comments. Nobody bothered to reply to it. The web

Re: Any DCOM experts?

2003-03-30 Thread Ove Kaaven
tor, 2003-03-27 kl. 20:08 skrev Bill Medland: To start the ball rolling I was working with MSDN's DCOMTST test program pair. I haven't looked at it myself, how does it try to locate the server? If it needs to use the name service (rpcss.exe), directly or indirectly, to find it, it's very

Re: lostwages/templates/en contributing.template

2003-03-30 Thread Dimitrie O. Paun
On March 30, 2003 10:59 am, Andreas Mohr wrote: ChangeSet ID: 7718 CVSROOT: /opt/cvs-commit Module name: lostwages Changes by: [EMAIL PROTECTED] 2003/03/30 09:59:45 Modified files: templates/en : contributing.template Log message: Update by Francois Patch:

Re: Wine's goals

2003-03-30 Thread Dimitrie O. Paun
On March 29, 2003 09:46 pm, Francois Gouget wrote: I propose the following WineHQ patch to present and clarify Wine's goals. Hi Francois, While what you're stating here is correct, I feel it's way too negative (and large!) to be on the About page: we don't do this, nor that, etc. We already

Re: lostwages/templates/en fun_projects.template

2003-03-30 Thread Dimitrie O. Paun
On March 30, 2003 11:23 am, Andreas Mohr wrote: ChangeSet ID: 7720 CVSROOT: /opt/cvs-commit Module name: lostwages Changes by: [EMAIL PROTECTED] 2003/03/30 10:23:41 Modified files: templates/en : fun_projects.template Log message: Update by Francois Patch:

cross compiling Wine under MSVC

2003-03-30 Thread Rolf Kalbermatter
Hello, I have just got the whole Wine sources on a Linux computer and shared the sources directory over samba to try to compile parts of it in MSVC. Here I get several problems which seem to me configuration related, but I wonder how I'm supposed to proceed to get everything working. I have run