I finally threw together a page about the two student
projects (win64 porting and dxdiag) I'm organizing;
it's online at
http://kegel.com/wine/sweng/2009/
Comments welcome.
I had particular fun putting together the presentation at
http://kegel.com/wine/sweng/2009/talk.html
- Dan
On Mon, Jan 5, 2009 at 12:59 AM, Austin English wrote:
> Changed offset to be a %u since it's a USHORT.
>
> --
> -Austin
>
Anything wrong with this one?
--
-Austin
2009/1/2 Austin English :
> char defaults to unsigned char on powerpc, so explicitly setting the
> variable to be a signed char
>
> --
> -Austin
>
Anything wrong with this one?
--
-Austin
On Fri, Jan 9, 2009 at 3:00 PM, Milan Kostić wrote:
> Really, it works for first few levels, but in the middle of "The
> Sanctuary of Stone and Fire" (and upper levels periodicaly) it start
> to gives "head of Pirate":) (screenshot attached) and no more playing
> is possibile. This is tried with
On Fri, Jan 09, 2009 at 06:39:27PM +, Luke Kenneth Casson Leighton wrote:
>
> further up the strace files, i'm looking at the biggest offender and
> it looks like it's reading files one byte at a time.
Certainly a normal unix shell has to read input (from stdin) byte by byte
since it never kn
-- Forwarded message --
From: art yerkes
Date: 2009/1/9
Subject: Re: mpr: fix a compiler error on PowerPC
To: Steven Edwards
According to Art Yerkes who has a copy of PPC VC++
"Here's what I get. The first test (char) works identically to the
second test (signed char), so the de
Francois Gouget wrote:
> Sure they carry the Wine announcements, and occasionally mention an
> article about Wine in the Press section. But real articles about Wine?
> Nope. One almost gets the feeling that they don't like Wine for some
> reason...
>
>
>
>
> That said, maybe we're not newswo
Francois Gouget writes:
> On Fri, 9 Jan 2009, Alexandre Julliard wrote:
>
>> Sure, but we would do that by adding -fsigned-char in winegcc, not by
>> making CHAR and char two different types.
>
> Oh. Good point. I forgot about that one. I guess that's a hint for
> Austin ...
No, we don't want t
On Fri, Jan 9, 2009 at 4:17 PM, Francois Gouget wrote:
> On Fri, 9 Jan 2009, Alexandre Julliard wrote:
>
>> Francois Gouget writes:
>>
>> > On Fri, 9 Jan 2009, Alexandre Julliard wrote:
>> >
>> >> No, CHAR is really supposed to be the same thing as char, since it's
>> >> used for strings. Otherwi
On Fri, 9 Jan 2009, Alexandre Julliard wrote:
> Francois Gouget writes:
>
> > On Fri, 9 Jan 2009, Alexandre Julliard wrote:
> >
> >> No, CHAR is really supposed to be the same thing as char, since it's
> >> used for strings. Otherwise you'll need casts all over the place.
> >
> > Ideally we'd ch
On Fri, Jan 9, 2009 at 3:42 PM, Roderick Colenbrander
wrote:
>>
>> Does anyone know how to get the libaudioio.h and libaudioio.so files
>> needed by the wineaudioio driver?
>>
>> This driver is supposed to specifically be for Solaris but I could not
>> find either files on the Solaris 10u5 DVD, no
>
> Does anyone know how to get the libaudioio.h and libaudioio.so files
> needed by the wineaudioio driver?
>
> This driver is supposed to specifically be for Solaris but I could not
> find either files on the Solaris 10u5 DVD, nor on the 200807 Solaris 10
> companion CD.
>
> Has audioio bee
> If it starts up the wine environment every time this might take some time.
>
> Try to keep a "notepad" open in the background so the wine environment stays
> running.
hiya marcus, good advice - sounds reasonable. tried it: wineserver
is the top-running process, stays with the same process id.
On Fri, Jan 09, 2009 at 06:39:27PM +, Luke Kenneth Casson Leighton wrote:
> http://bugs.winehq.org/show_bug.cgi?id=13606
>
> folks, hi,
>
> am running a configure script under wine, and it's _literally_ one to
> two seconds per sh.exe instance. i started running ./configure over
> two hours
Francois Gouget writes:
> On Fri, 9 Jan 2009, Alexandre Julliard wrote:
>
>> No, CHAR is really supposed to be the same thing as char, since it's
>> used for strings. Otherwise you'll need casts all over the place.
>
> Ideally we'd check whether 'char' was signed or unsigned in Visual C++
> for
On Fri, 9 Jan 2009, Alexandre Julliard wrote:
> Francois Gouget writes:
>
> > On Fri, 2 Jan 2009, Austin English wrote:
> >
> >> CHAR defaults to unsigned char on PowerPC, so explicitly setting hi/lo
> >> to signed char to avoid this error.
> >
> > CHAR is a Windows type so I don't think it's ri
http://bugs.winehq.org/show_bug.cgi?id=13606
folks, hi,
am running a configure script under wine, and it's _literally_ one to
two seconds per sh.exe instance. i started running ./configure over
two hours ago and there are about 100 lines of output so far, with a
further 200 to go i am better off
On Thu, 8 Jan 2009, Scott Ritchie wrote:
> Zachary Goldberg wrote:
> > All,
> >
> > It seems Wine 1.0 was deemed a significant event for Linux and Free
> > Software in 2008.
> >
> > http://lwn.net/Articles/Timeline2008/
> >
>
> It'd be pretty strange if it weren't. We don't brag about it, but
On Fri, Jan 9, 2009 at 9:52 AM, ricardo filipe
wrote:
>
>
>>>"How should I attempt to test the changes I have made"
>> I don't see testcases for any of these changes. Adding conformance
>> tests would be the best first course of action:
>>
>> http://wiki.winehq.org/ConformanceTests
>> http://wiki.
>>"How should I attempt to test the changes I have made"
> I don't see testcases for any of these changes. Adding conformance
> tests would be the best first course of action:
>
> http://wiki.winehq.org/ConformanceTests
> http://wiki.winehq.org/WritingConformanceTests
>
> --
> -Austin
>
>
he is
On Fri, Jan 9, 2009 at 3:18 AM, Andrew Nguyen wrote:
> Hello,
>
> I've written a few patches against dlls/msi/action.c in an effort to
> rectify a difference in behavior with an MSI-based installer between
> Windows and Wine with regard to environment variable processing.
> Behavior not explicitly
On Tue, Jan 6, 2009 at 10:45 PM, Allan Tong wrote:
> Second try, replaces both "wined3d: Fix a memory leak in
> compile_state_table()" and "wined3d: Free multistate_funcs when
> destroying the device" patches from yesterday.
Anything wrong with this patch?
- Allan
Does anyone know how to get the libaudioio.h and libaudioio.so files
needed by the wineaudioio driver?
This driver is supposed to specifically be for Solaris but I could not
find either files on the Solaris 10u5 DVD, nor on the 200807 Solaris 10
companion CD.
Has audioio been replaced by some
"Johan Dahlin" writes:
> Change the XP SP version to 3.0, as required by some recent apps.
You also need to fix wine.inf and winecfg.
--
Alexandre Julliard
julli...@winehq.org
On Fri, 9 Jan 2009, Francois Gouget wrote:
> On Thu, 1 Jan 2009, Gerald Pfeifer wrote:
> [...]
>> ChangeLog:
>> Only use RTF_LLINFO if #defined, fixing FreeBSD 8 after the arp-v2
>> rewrite.
> [...]
>> #if defined(HAVE_SYS_SYSCTL_H) && defined(NET_RT_DUMP)
>> - int mib[] = {CTL_NET, PF_ROUTE, 0,
Francois Gouget writes:
> On Fri, 2 Jan 2009, Austin English wrote:
>
>> CHAR defaults to unsigned char on PowerPC, so explicitly setting hi/lo
>> to signed char to avoid this error.
>
> CHAR is a Windows type so I don't think it's right for it to be unsigned
> on PowerPC. Even more so since the
Hello,
I've written a few patches against dlls/msi/action.c in an effort to
rectify a difference in behavior with an MSI-based installer between
Windows and Wine with regard to environment variable processing.
Behavior not explicitly enumerated by MSDN is noted when a combination
of the environmen
On Fri, 2 Jan 2009, Austin English wrote:
> CHAR defaults to unsigned char on PowerPC, so explicitly setting hi/lo
> to signed char to avoid this error.
CHAR is a Windows type so I don't think it's right for it to be unsigned
on PowerPC. Even more so since there is a UCHAR type.
So I think the
On Fri, 2 Jan 2009, Austin English wrote:
@@ -544,7 +544,7 @@ VOID WINAPI GetSystemInfo(
}
fclose (f);
}
-#elif defined (__NetBSD__)
+#elif defined (__NetBSD__) || defined(__OpenBSD__)
{
int mib[2];
int value[2];
@@ -557,31 +557,55 @@ VOI
On Thu, Jan 08, 2009 at 10:14:10PM -0500, Nicholas LaRoche wrote:
> On a standard installation of Fedora 10 address space randomization is
> enabled by default. The base address of a process started by wine seems
> to change.. and it is easy to see when loading Dlls and checking their
> base add
Am Freitag, den 09.01.2009, 08:20 +0100 schrieb Francois Gouget:
> On Thu, 1 Jan 2009, Gerald Pfeifer wrote:
> [...]
> > ChangeLog:
> > Only use RTF_LLINFO if #defined, fixing FreeBSD 8 after the arp-v2
> > rewrite.
> [...]
> > #if defined(HAVE_SYS_SYSCTL_H) && defined(NET_RT_DUMP)
> > - int mib
31 matches
Mail list logo