Re: Running Wine under MS SFU under Wine ... ?

2003-12-14 Thread Dan Kegel
Greg wrote: On Sunday 14 December 2003 09:02 pm, Dan Kegel wrote: I recently posted with problems running Microsoft's Services for Unix under Wine. I only tried it out of morbid curiosity, actually, and because MS was offering it for free. The free offer expired, but it's back again for a little

Re: Running Wine under MS SFU under Wine ... ?

2003-12-14 Thread Gregory M. Turner
On Sunday 14 December 2003 09:02 pm, Dan Kegel wrote: > I recently posted with problems running Microsoft's > Services for Unix under Wine. I only tried it out > of morbid curiosity, actually, and because MS was > offering it for free. The free offer expired, but > it's back again for a little wh

Running Wine under MS SFU under Wine ... ?

2003-12-14 Thread Dan Kegel
I recently posted with problems running Microsoft's Services for Unix under Wine. I only tried it out of morbid curiosity, actually, and because MS was offering it for free. The free offer expired, but it's back again for a little while; slashdot.org seems to be running banner ads for it. I'd en

Re: uxtheme clips to much

2003-12-14 Thread Kevin Koltzau
I'm having the same problem. Not quite sure what is causing it, but its definatly not uxtheme you can see for yourself by setting "uxtheme" = "" in your DllOverrides, problem doesn't go away On Sunday 14 December 2003 02:58 pm, hatky wrote: > I know these are stubs but since they were added more

Re: Resend: Another fix for kernel file test

2003-12-14 Thread Ferenc Wagner
Alexandre Julliard <[EMAIL PROTECTED]> writes: > Ferenc Wagner <[EMAIL PROTECTED]> writes: > >> What's your policy if it's not possible? Like in my (unapplied) >> http://www.winehq.org/hypermail/wine-patches/2003/10/0411.html >> patch, where tests are done in a loop, and some of them succeed, >>

Winmm resources and WINE Resource Compiler

2003-12-14 Thread Steven Edwards
Hello, It seems the Wine Resource compiler accepts \"string\" in resources while windres and MS RC do not. I have updated the resources for winmm and wrc still accepts the proper handling of this ""string"". Can someone look at the sources for WRC and fix this? Thanks Steven Changelog: Porting f

Re: Allocating too much memory for prelink workaround

2003-12-14 Thread Mike Hearn
On Sun, 14 Dec 2003 15:30:30 -0500, Vincent Béron wrote: > Else, maybe mapping ourselves some memory at some different places, > without using all memory between mappings, would work without actually > reserving some big amount of memory/swap space. Of course, if there's a > hole in the mappings an

Re: Resend: Another fix for kernel file test

2003-12-14 Thread Hans Leidekker
On Sunday 14 December 2003 22:04, Ferenc Wagner wrote: > What's your policy if it's not possible? Like in my (unapplied) > http://www.winehq.org/hypermail/wine-patches/2003/10/0411.html > patch, where tests are done in a loop, and some of them succeed, > some fail? Or is there something else wro

Re: Help w/fd_ops for SMB

2003-12-14 Thread Alexandre Julliard
Juan Lang <[EMAIL PROTECTED]> writes: > So, I think I have a submittable patch here, except > that the current file stuff won't be able to poll if > the connection is using Netbios(). I know I'm > extending the current hack, perhaps in a direction you > don't want it to go. Polling is not really

Re: Resend: Another fix for kernel file test

2003-12-14 Thread Alexandre Julliard
Ferenc Wagner <[EMAIL PROTECTED]> writes: > What's your policy if it's not possible? Like in my (unapplied) > http://www.winehq.org/hypermail/wine-patches/2003/10/0411.html > patch, where tests are done in a loop, and some of them succeed, > some fail? Or is there something else wrong with that

Re: Allocating too much memory for prelink workaround

2003-12-14 Thread Alexandre Julliard
Vincent Béron <[EMAIL PROTECTED]> writes: > What I was thinking about is to get prelink to not map some addresses in > it's cron run, because they're already used by an executable. Even if > that executable is not the one being used, if it's present on the > system, it should exclude our needed me

Re: Resend: Another fix for kernel file test

2003-12-14 Thread Hans Leidekker
On Sunday 14 December 2003 21:23, Alexandre Julliard wrote: > You need to fix the code too, or add a todo_wine; I can't commit tests > that fail. Of course, you're right. Here's a fix. Changelog: MoveFile returns ERROR_ALREADY_EXISTS, not ERROR_FILE_EXISTS Index: files/file.c ===

Re: Resend: Another fix for kernel file test

2003-12-14 Thread Ferenc Wagner
Alexandre Julliard <[EMAIL PROTECTED]> writes: > You need to fix the code too, or add a todo_wine; I can't > commit tests that fail. What's your policy if it's not possible? Like in my (unapplied) http://www.winehq.org/hypermail/wine-patches/2003/10/0411.html patch, where tests are done in a lo

Re: Allocating too much memory for prelink workaround

2003-12-14 Thread Vincent Béron
Le sam 13/12/2003 à 15:21, Alexandre Julliard a écrit : > Vincent Béron <[EMAIL PROTECTED]> writes: > > > Would it be possible to just have a dummy executable which allocates the > > 256MB chunk of memory from 11/22, linked to the same libs as the main > > wine-{k,p}thread, but having that executa

Re: Resend: Another fix for kernel file test

2003-12-14 Thread Alexandre Julliard
Hans Leidekker <[EMAIL PROTECTED]> writes: > Tested on Win2k and Win98. MoveFile returns ERROR_ALREADY_EXISTS > when the destination exists. > > -Hans > > Changelog > MoveFile returns ERROR_ALREADY_EXISTS, not ERROR_FILE_EXISTS You need to fix the code too, or add a todo_wine; I can't commit t

uxtheme clips to much

2003-12-14 Thread hatky
I know these are stubs but since they were added more of the splash screen and the top of the main application of Trillian has been cut off freeware at: http://download.com.com/3000-2150-10047473.html?part=trillian&subj=dlpagtag=button home page at: http://www.ceruleanstudios.com/downloads/ Hatk

Alsa 1.0 and Wine

2003-12-14 Thread Brett I. Holcomb
I checked the archives and noticed the thread on Alsa 1.0. What was the resolution on that? I guess my concern is that for those of us that have 1.0 what happens if it's left for 0.9. I know with Winex it broke and I had to patch the winex alsa files. I used the quick and dirty method of mod

Re: Printing with no printer

2003-12-14 Thread Marcus Meissner
On Sun, Dec 14, 2003 at 04:38:57PM +, Mike Hearn wrote: > Hi, > > It seems from reading the documentation that it's possible to print to a > .ps file in Wine, even if you don't actually have a printer. However, I'm > not sure how to do that - I've got far enough to get the > "Couldn't find PP

Printing with no printer

2003-12-14 Thread Mike Hearn
Hi, It seems from reading the documentation that it's possible to print to a .ps file in Wine, even if you don't actually have a printer. However, I'm not sure how to do that - I've got far enough to get the "Couldn't find PPD file '/unix/path/to/PPD/file', expect a crash now!" message, but am no

Re: win16 app crashes in SCROLL_GetScrollRange()

2003-12-14 Thread Jakob Eriksson
On Sat, Dec 13, 2003 at 03:14:42PM -0800, Alexandre Julliard wrote: > Saulius Krasuckas <[EMAIL PROTECTED]> writes: > > > and what way could it be done in? do you mean writing win16 test app to > > catch that SBM_GETRANGE16 one? or is it just about handling of ordinary > > message (SBM_GETRANGE) u

Re: win16 app crashes in SCROLL_GetScrollRange()

2003-12-14 Thread Shachar Shemesh
Saulius Krasuckas wrote: On Sat, 13 Dec 2003, Alexandre Julliard wrote: In this case, you have to write a 16-bit app, create a 16-bit scrollbar window, and send it various SBM_GETRANGE16 messages and see what happens. The code itself is simple, the main problem is probably finding a developmen

Re: win16 app crashes in SCROLL_GetScrollRange()

2003-12-14 Thread Saulius Krasuckas
On Sat, 13 Dec 2003, Alexandre Julliard wrote: > In this case, you have to write a 16-bit app, create a 16-bit > scrollbar window, and send it various SBM_GETRANGE16 messages and see > what happens. The code itself is simple, the main problem is probably > finding a development environment for 16-

Re: win16 app crashes in SCROLL_GetScrollRange()

2003-12-14 Thread Andreas Mohr
Hi, On Sat, Dec 13, 2003 at 03:14:42PM -0800, Alexandre Julliard wrote: > Saulius Krasuckas <[EMAIL PROTECTED]> writes: > > > and what way could it be done in? do you mean writing win16 test app to > > catch that SBM_GETRANGE16 one? or is it just about handling of ordinary > > message (SBM_GETRAN

Re: Help w/fd_ops for SMB

2003-12-14 Thread Juan Lang
--- Alexandre Julliard <[EMAIL PROTECTED]> wrote: > Frankly, I think the current SMB file support > belongs in the kernel, > and from Wine they should be accessed as normal > files. The current > approach is going to prevent a lot of interesting > optimizations, since > we need to special case all