Hi, I would like to maintain latest Debian Etch(to-be-stable in about month)
packages for wine.
The download page says "If you can help provide up-to-date Debian packages,
please contact Scott Ritchie", but I already contacted, maybe month ago.
Didn't get any answer.
The debs are located htt
On 1/19/07, Tom Lowe <[EMAIL PROTECTED]> wrote:
> We had the same problem with Google Earth, and Rob Shearman
> kindly provided a fix:
> http://www.winehq.org/pipermail/wine-cvs/2007-January/029362.html
Have not tried compiling wine myself yet, but may give it a try this
weekend to see if that s
On Friday 19 January 2007 16:36, Edward Savage wrote:
> I came to the conclusion that trying to do a back issue is just to hard. I
> have most of last weeks written...
Nice. Never mind about the back issues.
> Unfortunately people have been nice
> enough to implement directx reasonably well so
On Thu, 2007-01-18 at 21:14 -0800, Dan Kegel wrote:
> On 1/18/07, Tom Lowe wrote:
> > Using ubuntu 6.10 and wine packages from
> > http://wine.budgetdedicated.com/apt edgy main
> >
> > TaxACT 2006 ( free download from http://www.taxact.com ) works
> > "out-of-the-box" with 0.9.28. Checking for pr
I'm aware of the WINEDEBUG stuff, just wanted to use something that gives me
uniform results, the data it outputs is the same on wine as windows, to
speed up comparison I've been going through a WINEDEBUG=+all and have found
some points of interest, I just need data to compare that to on a real
w
Hi,
On Fri, Jan 19, 2007 at 02:12:49PM -0800, Duane Clark wrote:
> Jacob Alberty wrote:
> >What method is best to watch the api interaction going on in my
> >application so I can see if wine is returning any weirdness that
> >it shouldnt (do normal windows api spy programs work under wine?).
>
Jacob Alberty wrote:
What method is best to watch the api interaction going on in my
application so I can see if wine is returning any weirdness that it
shouldnt (do normal windows api spy programs work under wine?).
SPY++, at least older versions, work fine under Wine.
Wierd_w wrote:
I am currently shooting to have a full Latin-1,
Latin-A, and Latin-B + Greek + Cyrillic glyphset
IMO for a first version Latin-1 would be enough, so steam would be
useable out of the box. But of course the more glyphs the better.
Feedback would be greatly appreciated.
Present
Robert Shearman <[EMAIL PROTECTED]> writes:
> I disagree. I had a resource file that had an error because I forgot
> to define "IDC_STATIC" to a number and all I got from wrc was an
> unhelpful "syntax error" that seemed to point to the wrong line. I
> ended up using the debugging option to find o
I'm not yet sure what the specific issue is with the richedit control yet,
Its not behaving as it should in regards to saving information to a database
in delphi (very delphi specific), So its going to take a lot of testing and
debugging to determine where the fault lies exactly (if i replace
rich
On 1/19/07, Jacob Alberty <[EMAIL PROTECTED]> wrote:
I am a delphi developer (not limited to this language, I have done several
projects in C, C#, as well as assembly but for the purposes of this email I
am a delphi developer). I am experiencing some weirdness in regards to the
richedit control i
I get the 403 error as well, most of time from pages under hypermail/
Google indexed. I don't know when the mailing list archives changed,
but the page is still viewable here:
http://winehq.org/pipermail/wine-devel/2003-June/017893.html
On 1/19/07, Francois Gouget <[EMAIL PROTECTED]> wrote:
On F
On Fri, 19 Jan 2007, Mike McCormack wrote:
>
> Thomas Weidenmueller wrote:
>
> > BOOL WINAPI
> > -InitCommonControlsEx (LPINITCOMMONCONTROLSEX lpInitCtrls)
> > +InitCommonControlsEx (const INITCOMMONCONTROLSEX *picce)
>
> The version of the Windows Platform SDK that I'm looking at agrees with
On Fri, 19 Jan 2007, Tom Wickline wrote:
[...]
> http://www.winehq.com/hypermail/wine-devel/2003/06/0325.html
Does this URL work for you?
It gives me a 403 Forbidden error here.
--
Francois Gouget <[EMAIL PROTECTED]> http://fgouget.free.fr/
You can have my guns when you pry the
Hi,
these patches
http://www.winehq.org/pipermail/wine-patches/2007-January/035014.html
http://www.winehq.org/pipermail/wine-patches/2007-January/035052.html
totally break qip IM icons. (www.qip.ru).
I suspect the reason is hidden in GetDIBits(...) - resulting AND mask is not
correct. XOR mask
Mike McCormack wrote:
> The version of the Windows Platform SDK that I'm looking at agrees
> with Wine.
This is how it is defined in the latest public platform SDK (Windows SDK
v6.0).
> There is also no reason to make a pointless change to the name of the
> argument, so this patch looks pointless a
Thanks Eric and Mike for your in-sights. Your feedback has been helpful.
Regards,
Keyur
I came to the conclusion that trying to do a back issue is just to hard. I
have most of last weeks written...Unfortunately people have been nice enough
to implement directx reasonably well so I've been playing EVE Online solidly
like a good addict for over two weeks now... I will see if I can get
On 19/01/07, Stefan Dösinger <[EMAIL PROTECTED]> wrote:
Am Donnerstag 18 Januar 2007 23:41 schrieb H. Verbeet:
> Changelog:
> - Use SetupFullscreenWindow() to make the window fullscreen
I do not think that SetupFullscreenWindow should stay publically exported from
wined3d. I think it would be b
Am Donnerstag 18 Januar 2007 23:41 schrieb H. Verbeet:
> Changelog:
> - Use SetupFullscreenWindow() to make the window fullscreen
I do not think that SetupFullscreenWindow should stay publically exported from
wined3d. I think it would be better if IWineD3DDevice_SetFullscreen calls it,
and it i
On 1/19/07, James Hawkins <[EMAIL PROTECTED]> wrote:
It sounds like your build environment isn't set up correctly. The
easiest way to work on and compile the tests is to run
wine/tools/winapi/msvcmaker under cygwin in Windows. This will create
several project files, one for each dll etc, and a
I am a delphi developer (not limited to this language, I have done several
projects in C, C#, as well as assembly but for the purposes of this email I
am a delphi developer). I am experiencing some weirdness in regards to the
richedit control in regards to database access (Specifically TDBRichEdit
MSDN agrees with the specification that the data should be constant:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/common/functions/initcommoncontrolsex.asp
Mike McCormack wrote:
>
> Thomas Weidenmueller wrote:
>
>> BOOL WINAPI
>> -InitCommonControl
Mike McCormack wrote:
> The version of the Windows Platform SDK that I'm looking at agrees
> with Wine.
This is how it is defined in the latest public platform SDK (Windows SDK
v6.0).
> There is also no reason to make a pointless change to the name of the
> argument, so this patch looks pointless a
Le vendredi 19 janvier 2007 à 11:47 +0100, Francois Gouget a écrit :
>
> I found some dead links on WineHQ. hat should we do about them? Does
> anyone want to hunt them down to see if they have simply moved
> elsewhere? There are also a bunch of dead links related to the Wine
> mailing lists. W
On 1/19/07, Francois Gouget <[EMAIL PROTECTED]> wrote:
I found some dead links on WineHQ. hat should we do about them? Does
anyone want to hunt them down to see if they have simply moved
elsewhere? There are also a bunch of dead links related to the Wine
mailing lists. We cannot simply remove t
Thomas Weidenmueller wrote:
BOOL WINAPI
-InitCommonControlsEx (LPINITCOMMONCONTROLSEX lpInitCtrls)
+InitCommonControlsEx (const INITCOMMONCONTROLSEX *picce)
The version of the Windows Platform SDK that I'm looking at agrees with
Wine.
There is also no reason to make a pointless change to
I found some dead links on WineHQ. hat should we do about them? Does
anyone want to hunt them down to see if they have simply moved
elsewhere? There are also a bunch of dead links related to the Wine
mailing lists. We cannot simply remove those :-(
On the Wine Press page:
http://www.winehq.o
On 1/19/07, Dan Kegel <[EMAIL PROTECTED]> wrote:
While getting ready for cs130 (thanks to Lei and James for all the help),
I tried building and running comctl32/tests/updown.c standalone on
winxp using Visual C++ Express 2005 (the freely downloadable one)
and the Platform SDK (also freely downloa
29 matches
Mail list logo