Re: Known Wine ToDo's

2003-07-04 Thread Tom
Sylvain Petreolle wrote: National Language Support Finish WCMD translation (i am working on it for the French part) Window management Implement systray with xembed support (patches already submitted) Workaround the no keyboard without Desktop mode problem. Sound drivers Implement the audio

Running acrobat reader using wine

2003-07-04 Thread Sundaranathan S
Hi All, When i run acrobatreader 5.0.5 using wine like wine acro505enu.exe the following error is thrown ... fixme:win32:PE_CreateModule Security directory ignored fixme:win:SetWindowTextA cannot set text "Unpacking Acrobat Reader..." of other process window 0 err:module:import_dll Module

Re: Running acrobat reader using wine

2003-07-04 Thread Mike Hearn
It's trying to load Video For Windows. I don't know if wine emulates that or not, but you might be able to install it from an MS update somewhere, if you can find one. On Fri, 2003-07-04 at 21:14, Sundaranathan S wrote: Hi All, When i run acrobatreader 5.0.5 using wine like wine

Re: spelling/typo fixes ect. -- lostwages

2003-07-04 Thread Andreas Mohr
On Fri, Jul 04, 2003 at 12:47:21AM -0400, Tom Wickline wrote: Hi, Happy 4th :) Changelog 1) spelling/typo fixes 2) missilanious fixes If you decide to do 1), then it might be useful to also do that for 2) at the same time... Or should this be

Re: File descriptor limit

2003-07-04 Thread Mike Hearn
What does 'ulimit -n' say? That's the per-process limit. It's usually at 1024, but root can raise it for itself, and you can then su to the user you really want to run the program. You can also arrange for it to be higher by editing /etc/profile and logging in again. Yes, it's 1024.

Re: spelling/typo fixes ect. -- lostwages

2003-07-04 Thread Tom
Andreas Mohr wrote: On Fri, Jul 04, 2003 at 12:47:21AM -0400, Tom Wickline wrote: Hi, Happy 4th :) Changelog 1) spelling/typo fixes 2) missilanious fixes If you decide to do 1), then it might be useful to also do that for 2) at the same time...

Re: Known Wine ToDo's

2003-07-04 Thread Shachar Shemesh
Sylvain Petreolle wrote: National Language Support Finish WCMD translation (i am working on it for the French part) Why isn't that included under the Add localization to more languages bullet? Are all other parts of Wine already localized to all the languages currently supported? --

Yet again ... Looking for services ...

2003-07-04 Thread Lars Segerlund
Hi, I am trying to develop some win32 code wich would use services, ( ie. I would like to develop some code which could run as a win32 service ). I have been following the wine mailing list, but I am not aware of the status of services in wine and if an implementation is underway ? ( as

Re: Known Wine ToDo's

2003-07-04 Thread Tom
Shachar Shemesh wrote: Sylvain Petreolle wrote: National Language Support Finish WCMD translation (i am working on it for the French part) Why isn't that included under the Add localization to more languages bullet? How about this... You send a full list of known National Language

Documentation to Multimedia components...

2003-07-04 Thread Tom
Hello, Here is the list of links I plan to add to the Multimedia Components. (Documentation) comments? Tom alsa: http://www.alsa-project.org/documentation.php3 arts: http://www.arts-project.org/doc/manual/ audioIO: http://audacity.sourceforge.net/dox/html/classAudioIO.html avicap32:

Re: WWN: wn20030704_177.xml

2003-07-04 Thread Huw D M Davies
On Thu, Jul 03, 2003 at 04:02:47PM -0700, Brian Vincent wrote: It's main goal is to This should be 'Its main goal...'. And we appear not to have a main goal anyway :) Huw.

Re: wine/dlls/shell32 shell32_main.c

2003-07-04 Thread Rein Klazes
On Fri, 20 Jun 2003 21:01:57 -0500, you wrote: Modified files: dlls/shell32 : shell32_main.c Log message: Jason Edmeades [EMAIL PROTECTED] SHGetFileInfo should tolerate null pointers. Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commitid=8543

Re: Known Wine ToDo's

2003-07-04 Thread Shachar Shemesh
I guess my opinion would be to remove bullet 3 (WCMD), and change bullet 4 (which will now be 3) to Add localization to more languages and more parts of Wine. Just one quick question - when was it that I became holy keeper of the national language support? I have to know those things, as I'm

Re: wine/dlls/shell32 shell32_main.c

2003-07-04 Thread BiGgUn
Hi, | @@ -297,6 +299,9 @@ |return 0; |} | | + /* psfi is NULL normally to query EXE type, if not none of the below makes | + sense anyway. Windows allows this and just returns FALSE */ | + if (psfi != NULL) return FALSE; this is obviously wrong (psfi is

wine debug question

2003-07-04 Thread olivier
Hello, I'm debuging an application with this command line: wine --debugmsg err+all,+relay .../audio/coolpro/coolpro.exe .../installed-src/wine/cvs/cooledit/debug.relay-01.txt Can I know which function executed in which thread? Like something as: 0009:TID 000a:Call kernel32.FindResourceA

off-line

2003-07-04 Thread Pouech Eric DMI AEI CAEN
FYI, I'll be on vacation and off line for the 5 coming weeks (well, with a week of work in between, but mostly off line) So don't count on me for wine related issues (and any others). A+

Re: wine debug question

2003-07-04 Thread Uwe Bonnes
olivier == olivier [EMAIL PROTECTED] writes: olivier Hello, I'm debuging an application with this command line: olivier wine --debugmsg err+all,+relay .../audio/coolpro/coolpro.exe olivier .../installed-src/wine/cvs/cooledit/debug.relay-01.txt olivier Can I know which function

Re: Known Wine ToDo's

2003-07-04 Thread Robert Reif
Tom wrote: [DirectSound] - Hardware accelerated direct sound driver support using the wince2 hal api - Hardware accelerated direct sound capture driver support using the Windows CE2 HAL API The Windows 95 VxD HAL API doesn't support DirectSound capture. MS added a capture HAL API

Re: WWN idea.....

2003-07-04 Thread Joerg Mayer
On Thu, Jul 03, 2003 at 05:44:05PM -0700, Dustin Navea wrote: What if we put a link to the relevant item in the headline.. (i.e. if it is a thread, make it a link to the start of the thread in the winehq archives, and if it is something else, like an interview, make it a link to the actual

Re: Known Wine ToDo's

2003-07-04 Thread Tom
Robert Reif wrote: Tom wrote: [DirectSound] - Hardware accelerated direct sound driver support using the wince2 hal api - Hardware accelerated direct sound capture driver support using the Windows CE2 HAL API Thanks, I've changed it to your definition. Tom

Re: Known Wine ToDo's

2003-07-04 Thread Mike Hearn
By the way, what does it mean if I have to enable HardwareEmulation in the dsound config? I found that dsound didn't work out of the box for me, I had to alter the wine config file otherwise the sound was choppy and distorted. On Fri, 2003-07-04 at 13:11, Robert Reif wrote: Tom wrote:

Re: About Wcmd

2003-07-04 Thread Dustin Navea
Just want to add one thing.. The prompt in DOS is defaulted to $p$g (path with greater than sign at the end but can always be changed, even to the current time and date ($t$d) just try it.. prompt Makes no prompt prompt $p Makes prompt the current path prompt $t Makes it current time prompt

Re: wine debug question

2003-07-04 Thread Mike Hearn
You want the +tid channel On Fri, 2003-07-04 at 12:30, olivier wrote: Hello, I'm debuging an application with this command line: wine --debugmsg err+all,+relay .../audio/coolpro/coolpro.exe .../installed-src/wine/cvs/cooledit/debug.relay-01.txt Can I know which function executed in which

Re: Known Wine ToDo's

2003-07-04 Thread Robert Reif
Mike Hearn wrote: By the way, what does it mean if I have to enable HardwareEmulation in the dsound config? I found that dsound didn't work out of the box for me, I had to alter the wine config file otherwise the sound was choppy and distorted. Direct Sound can use either the VxD HAL API

Re: Known Wine ToDo's

2003-07-04 Thread Tom
Mike Hearn wrote: By the way, what does it mean if I have to enable HardwareEmulation in the dsound config? I found that dsound didn't work out of the box for me, I had to alter the wine config file otherwise the sound was choppy and distorted.

Re: WWN: wn20030704_177.xml

2003-07-04 Thread Joerg Mayer
Brian, On Thu, Jul 03, 2003 at 04:02:47PM -0700, Brian Vincent wrote: I'm going to include something new with this issue. From now on I'll send a copy of the XML file to wine-patches as well. wn20030704_177.xml Good idea :-) but could you please send this in the format the attachment

RE: wine/dlls/shell32 shell32_main.c

2003-07-04 Thread Ann and Jason Edmeades
| + /* psfi is NULL normally to query EXE type, if not none of the below makes | + sense anyway. Windows allows this and just returns FALSE */ | + if (psfi != NULL) return FALSE; this is obviously wrong (psfi is dereferenced in the remainder of the function). I just wonder if

Re: File descriptor limit

2003-07-04 Thread Dan Kegel
Mike Hearn wrote: 18000 is impossible unless the processes' ulimit -n and /proc/sys/fs/file-max are both that or higher, unless I'm seriously confused. 18000 was for all the wine processes added together. Normally when I run wine, i see in the process list wine whatever.exe and wineserver. With

Re: File descriptor limit

2003-07-04 Thread Dan Kegel
Dan Kegel wrote: I doubt Wine scales well to large numbers of threads or fd's. Maybe it's time to start seeing where the bottlenecks are... I was discussing this with Mike McCormack last night on IRC. He gave me some ideas and sent me a couple of patches. As I'm not getting very far with this

Re: Yet again ... Looking for services ...

2003-07-04 Thread Steven Edwards
All the machinery for the services seem's to be in wine, so I am wondering if there has been any attempts ? There has been discussion but nothing attempted yet. I think the plan was to add support to wineboot. Thanks Steven __ Do you Yahoo!? SBC Yahoo! DSL

Re: wine/dlls/shell32 shell32_main.c

2003-07-04 Thread Rein Klazes
On Fri, 4 Jul 2003 18:31:16 +0100, you wrote: | + /* psfi is NULL normally to query EXE type, if not none of the below makes | + sense anyway. Windows allows this and just returns FALSE */ | + if (psfi != NULL) return FALSE; this is obviously wrong (psfi is

Re: Implemented pthread_cond_*, adjusted wrc parser and exception error output

2003-07-04 Thread Steven Edwards
--- Juraj Hercek [EMAIL PROTECTED] wrote: Changelog: Eric Frias [EMAIL PROTECTED], Juraj Hercek [EMAIL PROTECTED] * scheduler/pthread.c: Implemented missing pthread_cond_*() functions. One minor nit to pick. Replace the C++ style comments. We dont use them in WINE. Thanks Steven

Retry (3) - Ole32 Win16/32 Cleanup

2003-07-04 Thread Steven Edwards
Hello All, I have done a new patch that seems to be a little cleaner then the last one. I know its low on the TODO list and may cause problems if others are working on Ole32 so let me know if there is anything else I need to do to incress the chances of getting this merged in. This patch

Re: spelling fixes :))

2003-07-04 Thread Francois Gouget
On Fri, 4 Jul 2003, Tom wrote: Francois, If I knew you were going to get into fixing single words that should be separate I would have started on this along time ago ;) Well, I don't think I'll do a lot of these, I prefer to stick to the very obviously wrong stuff. - asks for

Re: Yet again ... Looking for services ...

2003-07-04 Thread Shachar Shemesh
Steven Edwards wrote: All the machinery for the services seem's to be in wine, so I am wondering if there has been any attempts ? There has been discussion but nothing attempted yet. I think the plan was to add support to wineboot. Thanks Steven This does not fit in with where wineboot