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
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
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
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
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,
>>
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
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
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
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
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
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
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
===
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
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
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
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
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
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
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
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
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
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-
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
--- 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
24 matches
Mail list logo