Re: COM Enhancement patch

2002-11-15 Thread Marcus Meissner
On Thu, Nov 14, 2002 at 04:35:00PM -0800, WINE wrote: Christian Costa [EMAIL PROTECTED] writes: I've sent a patch for ddraw COM management, I did not have any comments and the patch has been rejected. Could someone tell me if something is wrong or lacking? Well, I was hoping some of

Another msvcrt replacement

2002-11-15 Thread Fabian Cenedese
Hi Looks like wine is not the only one in need of MS replacements. They're only at version 0.0.1 but maybe they have something wine could use or wine sure has something they could use... http://mingwacr.sourceforge.net/ bye Fabi

Re: wine/ programs/rundll32/rundll32.c dlls/kernel ...

2002-11-15 Thread Martin Wilck
Am Fre, 2002-11-15 um 05.17 schrieb Alexandre Julliard: ChangeSet ID: 6302 Modified files: programs/rundll32: rundll32.c dlls/kernel: computername.c Log message: Warning fixes. Your compiler seems to issue more warnings than mine :-/ It is good to see these

Re: COM Enhancement patch

2002-11-15 Thread Lionel Ulmer
Well, I was hoping some of the COM experts would comment on that. If I understand it right you are avoiding writing some thunking routines for older interfaces, at the cost of an extra pointer access in every function. I'm not convinced it's a good trade-off, but I'd like to hear other

Re: Wine Fun Projects v0.2

2002-11-15 Thread Francois Gouget
On Thu, 14 Nov 2002, Dimitrie O. Paun wrote: Folks, The second release (much expanded) of the Fun Project page has been released, in all it's glory, at: http://www.dssd.ca/wine/Wine-Fun-0.2.html In the Janitorial section you could (should?) add: * compiling Wine with -DSTRICT turned on.

Re: StgIsStorageFile

2002-11-15 Thread Dmitry Timoshkov
Ryan Cumming [EMAIL PROTECTED] wrote: On a side note, I made a pretty nice testcase for this, but there seems to be no dlls/ole32/tests directory. Just send a file with tests to wine-patches and somebody else will make a makefile magic for you. -- Dmitry.

Re: StgIsStorageFile

2002-11-15 Thread Ryan Cumming
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On November 15, 2002 01:31, Dmitry Timoshkov wrote: Just send a file with tests to wine-patches and somebody else will make a makefile magic for you. My current testcase tests StgIsStorageFile on 5 different files. Would it be best to package the

something with Chinese character processing

2002-11-15 Thread yf
I found that to show Chinese character properly. Following should be modified: in wine-2002/graphics/x11drv/codepage.c static Xchar2b *X11DRV_unicode_to_char2b_cp936(fontObject *pfo, LPCWSTR lpwstr, UINT count) { ... for(i=0; icount;

RE: C++ tests (1/2)

2002-11-15 Thread Patrik Stridvall
Patrik Stridvall [EMAIL PROTECTED] writes: Then of course we want normal C++ tests as well. Many (most?) applications likely to be ported by Winelib are C++ application so we really should have tests for possible C++ problems. The Wine tests are supposed to test the implementation,

Wine without any X11 environment

2002-11-15 Thread Michael Riedel
Hello, is it possible to use wine in a telnet session to start a (command line) windows application? I get the error that x11drv can't connect to a display (which is correct). I'm also not very sure that the windows program itself does not perform some graphic related queries (there were

Re: StgIsStorageFile

2002-11-15 Thread Dmitry Timoshkov
Ryan Cumming [EMAIL PROTECTED] wrote: On November 15, 2002 01:31, Dmitry Timoshkov wrote: Just send a file with tests to wine-patches and somebody else will make a makefile magic for you. My current testcase tests StgIsStorageFile on 5 different files. Would it be best to package the

Re: rpc_J_PL0-r1

2002-11-15 Thread Greg Turner
On Friday 15 November 2002 07:42 am, Greg Turner wrote: This is basically just a resend of the old rpc_J_PL0 patch, but fixed to go in cleanly against the current CVS, since rundll32 (trivially) broke my old patch. oops: +++ ./programs/Makefile.in 2002-11-15 07:29:36.0 -0600

Font selection - please review

2002-11-15 Thread Shachar Shemesh
Hi all, I am thinking of submitting the attached patch. The problem is that I am not comfertable with the location I added it. As far as I could tell, there is nowhere in the whole of Wine where the selected language is matched with the charset to be used by default. This is what this patch

Quick question about ANSI and Unicode

2002-11-15 Thread Dustin Navea
Ok, as you may have noticed Dimi sent a couple of patches that were supposed to fix Treeview Notifies a couple of weeks back. They didnt exactly work, but its not that the code he submitted didnt help. Basically when running the StarCraft installer in wine, it attempts to display the

RE: Wine without any X11 environment

2002-11-15 Thread Patrik Stridvall
is it possible to use wine in a telnet session to start a (command line) windows application? Yes. I get the error that x11drv can't connect to a display (which is correct). I'm also not very sure that the windows program itself does not perform some graphic related queries (there

Re: COM Enhancement patch

2002-11-15 Thread Ove Kaaven
On 14 Nov 2002, Alexandre Julliard wrote: Christian Costa [EMAIL PROTECTED] writes: I've sent a patch for ddraw COM management, I did not have any comments and the patch has been rejected. Could someone tell me if something is wrong or lacking? Well, I was hoping some of the COM

Re: Font selection - please review

2002-11-15 Thread Huw D M Davies
On Fri, Nov 15, 2002 at 03:25:48PM +0200, Shachar Shemesh wrote: Hi all, I am thinking of submitting the attached patch. The problem is that I am not comfertable with the location I added it. As far as I could tell, there is nowhere in the whole of Wine where the selected language is

Adding -lc when linking?

2002-11-15 Thread Gerald Pfeifer
When compiling Wine on FreeBSD, there are tons of warnings of the following kind (and have been that way since I can remember) which regularily cause confusion and support requests by people building our port: /usr/bin/gcc -shared -Wl,-Bsymbolic glu32.spec.oglu.o glu32.dll.dbg.o -o

Re: FW: wine-devel digest, Vol 1 #1391 - 17 msgs

2002-11-15 Thread Andrew Lynch
Date: Thu, 14 Nov 2002 18:23:49 -0800 (PST) From: Steven Edwards [EMAIL PROTECTED] Subject: Re: Wine Fun Projects v0.2 To: [EMAIL PROTECTED], Wine Devel [EMAIL PROTECTED] You might want to add visual-mingw to the winelib apps section. One thing I recommened to Jermey White a while back

Re: Wine without any X11 environment

2002-11-15 Thread David Fraser
Michael Riedel wrote: Hello, is it possible to use wine in a telnet session to start a (command line) windows application? I get the error that x11drv can't connect to a display (which is correct). I'm also not very sure that the windows program itself does not perform some graphic related

Re: Wine Fun Projects v0.2 winapi_check

2002-11-15 Thread David Fraser
Dimitrie O. Paun wrote: Folks, The second release (much expanded) of the Fun Project page has been released, in all it's glory, at: http://www.dssd.ca/wine/Wine-Fun-0.2.html The working version of the above is at: http://www.dssd.ca/wine/Wine-Fun.html By now, you should know that comments,

Re: Wine Fun Projects v0.2

2002-11-15 Thread Dimitrie O. Paun
On November 15, 2002 04:14 am, Francois Gouget wrote: * compiling Wine with -DSTRICT turned on. This has made tremendous progress thanks to Michael Stefaniuc. There are only six libraries left to convert. Btw, I created tasks for each of them as suggested by Michael in bug 90. I know, but I

RE: Adding -lc when linking?

2002-11-15 Thread Patrik Stridvall
When compiling Wine on FreeBSD, there are tons of warnings of the following kind (and have been that way since I can remember) which regularily cause confusion and support requests by people building our port: [snip] Yes, I have noticed. :-) Alfred (Cc:ed) verified that these warnings can

Re: Quick question about ANSI and Unicode

2002-11-15 Thread Dustin Navea
I fixed it, dang outlook defaults. Dustin - Original Message - From: Tony Lambregts [EMAIL PROTECTED] To: Dustin Navea [EMAIL PROTECTED] Sent: Friday, November 15, 2002 10:33 AM Subject: Re: Quick question about ANSI and Unicode Dustin Navea wrote: Ok, as you may have noticed Dimi

Re: Wine Fun Projects v0.2

2002-11-15 Thread Steven Edwards
--- Dimitrie O. Paun [EMAIL PROTECTED] wrote: On November 14, 2002 09:23 pm, Steven Edwards wrote: You might want to add visual-mingw to the winelib apps section. Done. Do we have a volunteer? :))) ok fine add my name to it =P When I get the time I will start by trying to build it as a

Re: Wine without any X11 environment

2002-11-15 Thread Dustin Navea
- Original Message - From: David Fraser [EMAIL PROTECTED] To: Michael Riedel [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, November 15, 2002 7:30 AM Subject: Re: Wine without any X11 environment Michael Riedel wrote: Hello, is it possible to use wine in a telnet session

Re: C++ tests (1/2)

2002-11-15 Thread Alexandre Julliard
Patrik Stridvall [EMAIL PROTECTED] writes: So my questions to you: 1. Should we support the C++ only features meantion above? 2. If yes, should we just include it in the tree without tests and just hope it works or should we have C++ tests for them? When someone has an app that requires

Re: StgIsStorageFile

2002-11-15 Thread Alexandre Julliard
Ryan Cumming [EMAIL PROTECTED] writes: My current testcase tests StgIsStorageFile on 5 different files. Would it be best to package the files with the test, or generate them at runtime? Generate them at runtime, definitely. -- Alexandre Julliard [EMAIL PROTECTED]

Re: wine/ programs/rundll32/rundll32.c dlls/kernel ...

2002-11-15 Thread Alexandre Julliard
Martin Wilck [EMAIL PROTECTED] writes: @@ -426,12 +426,13 @@ memcpy( name, buf, len ); name[len] = 0; *size = len; +ret = TRUE; This shouldn't be necessary because the whole block is executed only if ret == TRUE. I know

RE: C++ tests (1/2)

2002-11-15 Thread Patrik Stridvall
Patrik Stridvall [EMAIL PROTECTED] writes: So my questions to you: 1. Should we support the C++ only features meantion above? 2. If yes, should we just include it in the tree without tests and just hope it works or should we have C++ tests for them? When someone has an app that

Re: Wine without any X11 environment

2002-11-15 Thread David Fraser
Dustin Navea wrote: - Original Message - From: David Fraser [EMAIL PROTECTED] To: Michael Riedel [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, November 15, 2002 7:30 AM Subject: Re: Wine without any X11 environment Michael Riedel wrote: Hello, is it possible to use

Re: FW: wine-devel digest, Vol 1 #1391 - 17 msgs

2002-11-15 Thread Dimitrie O. Paun
On November 15, 2002 09:13 am, Andrew Lynch wrote: Visual-Mingw sounds almost identical to DevEx found at http://sourceforge.net/projects/wingtk If you want to start working on this, I can add it to the list... -- Dimi.

Re: COM Enhancement patch

2002-11-15 Thread Alexandre Julliard
Lionel Ulmer [EMAIL PROTECTED] writes: In any case, for the moment I rewrote most of the COM part for the Direct3D code using Christian's patch (as it made my life much easier :-) ). Now, if it won't go into the tree, I could add thunking to it (should not be that hard). Just take a decision

Re: C++ tests (1/2)

2002-11-15 Thread Alexandre Julliard
Patrik Stridvall [EMAIL PROTECTED] writes: Many normal C features are not commonly used either, shouldn't we have tests for them? If all the C framework could do was test the alignment of a few rarely used structures, then it would clearly not be worth the trouble either. Very true. Thanks

RE: C++ tests (1/2)

2002-11-15 Thread Patrik Stridvall
Patrik Stridvall [EMAIL PROTECTED] writes: Many normal C features are not commonly used either, shouldn't we have tests for them? If all the C framework could do was test the alignment of a few rarely used structures, then it would clearly not be worth the trouble either. Perhaps.

WWN 144

2002-11-15 Thread Dustin Navea
Hmm, what is wrong with this picture? This week, 372 posts consumed 1216 K. There were 68 different contributors. 44 (64%) posted more than once. 43 (63%) posted last week too. The top 5 posters of the week were: / / 43 posts in 117K by Dimitrie O. Paun 27 posts in 72K by Sylvain Petreolle 26

Re: FW: wine-devel digest, Vol 1 #1391 - 17 msgs

2002-11-15 Thread Andrew Lynch
No thanks, I am swamped already with other projects and real life. I just wanted to prevent someone from reinventing the wheel. Andrew Lynch http://sourceforge.net/projects/savemymodem http://sourceforge.net/projects/yahoopops --- Dimitrie O. Paun [EMAIL PROTECTED] wrote: On November 15, 2002

Re: WWN 144

2002-11-15 Thread Brian Vincent (C)
Hmm, what is wrong with this picture? What's wrong is you posted from two different email accounts and the XML parser only matched the last one (even though you'd posted something like 25 from the other acct.) And frankly I just don't care enough to bother fixing the stat script to try to

Re: Fw: Re: Filesystem change notifications

2002-11-15 Thread Jeff Smith
It's not that I am for adding everything inline. That's not a good idea. Also, I think a Windows compatibility layer can be forgiven for having more dependancies than a personal finance program. This holds especially true if non-core windows functionality is only available if the external

CreateWindow fails

2002-11-15 Thread steve . lustbader
My app calls CreateWindow like this: WNDCLASSEX wcex; wcex.cbSize= sizeof(WNDCLASSEX); wcex.style = 0; wcex.lpfnWndProc = (WNDPROC)MyWndProc; wcex.cbClsExtra= 0; wcex.cbWndExtra= 0; wcex.hInstance = hInstance; // from argument to DllMain wcex.hIcon = NULL;

Re: Stub implementation of CABINET.DLL

2002-11-15 Thread Greg Turner
On Friday 15 November 2002 12:47 pm, Patrik Stridvall wrote: Now that we have the permission to use cabextract under the LGPL it would be useful to have stubs for CABINET.DLL so intrested people can work with implementing it with fewer infrastructure problems. ---8--- *** cabinet *

Re: test skeleton Re: StgIsStorageFile

2002-11-15 Thread Ryan Cumming
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On November 15, 2002 18:06, Greg Turner wrote: On Friday 15 November 2002 02:29 am, Ryan Cumming wrote: On a side note, I made a pretty nice testcase for this, but there seems to be no dlls/ole32/tests directory. Ask and ye shall receive.

wineoss MIDI help

2002-11-15 Thread Jeff Smith
I have several programs that require MIDI support. When I try to run them I get: err:midi:OSS_MidiInit ioctl on midi info for device 0 failed. This comes from line 274 of dlls/winmm/wineoss/midi.c When this error is encountered, the /dev/sequencer is closed and OSS_MidiInit returns. I have

something about Chinese character processing

2002-11-15 Thread yf
I found that to show Chinese character properly, following should be modified. But it only affect menu, the character within the windows still as before ( can't be showed properly). What should I do then? --- wine-20021031/graphics/x11drv/codepage.c.original 2002-11-16 13:50:31.0 +0800

kdelnk2desktop.py

2002-11-15 Thread Dustin Navea
I just switched to slackware from Mandrake8 and I was foolin around tryin to see if ther ewas an xchat built with kdelibs and stumbled across kdelnk2desktop.py in my /usr/bin dir. im not sure if it exists in other distors but it could be a replacement for the current wineshelllink on distros that