On Sun, Jun 29, 2008 at 10:51 PM, Austin Lund <[EMAIL PROTECTED]> wrote:
> This also passes the tests under the native riched20.dll version 5.30.23.1221.
>
Using native riched20 in Wine to see if the tests pass is not
acceptable. You have to run the tests on a native platform. If you
don't have
This also passes the tests under the native riched20.dll version 5.30.23.1221.
2008/6/29 Austin Lund <[EMAIL PROTECTED]>:
> I've sent versions of this to wine-patches in the past.
>
> In this version, I've stripped out most of the tests except those for
> the initial creation of the ITextServices
> The biggest reason your patch was not accepted is because you can not
separate most of the settings from application tab. This makes it
useless to put only separate tabs into
> control panel applets.
You're perhaps confusing pure_evil's patch with my proposal. My proposal
would only split
Owen Rudge wrote:
> Hi all,
>
> As some of you may know, my Summer of Code project is working on control
> panel support for Wine, and writing some new control panels. Part of my plan
> was also to split bits of winecfg into their own control panels,
> specifically, the Appearance section of th
Owen wrote:
>The default setting for winecfg, then, would be to display
>all tabs except for the Desktop and Sound tabs, which would be accessible as
>separate icons in the control panel.
I'd say let's let the desktop and sound tabs show up
in both places for now. Once you have everything
in wine
I've gotten some very kind help from a few people on this list with
compiling WINE for MacOS X. Unfortunately, I'm still having problems.
Thomas Kho had been successful, so he pointed me to something he
wrote about it. Since I was running 10.5.2 and he was running 10.5.3
of MacOS, we decided I s
On Sun, Jun 29, 2008 at 3:40 AM, <[EMAIL PROTECTED]> wrote:
> --
>
> Message: 8
> Date: Sun, 29 Jun 2008 02:53:32 -0500
> From: [EMAIL PROTECTED]
> Subject: [Bug 9787] Warcraft3 Battle.net Doesn't work (Needs AcceptEx)
> To: [EMAIL PROTECTED]
> Message-ID: <[EMAIL PROTE
On Sun, Jun 29, 2008 at 4:41 PM, Owen Rudge <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> As some of you may know, my Summer of Code project is working on control
> panel support for Wine, and writing some new control panels. Part of my plan
> was also to split bits of winecfg into their own control pan
Hi all,
As some of you may know, my Summer of Code project is working on control
panel support for Wine, and writing some new control panels. Part of my plan
was also to split bits of winecfg into their own control panels,
specifically, the Appearance section of the Desktop tab, and the Sound t
dAnIK SeNT wrote:
> Hi.
> Trying to get comfortable with Wine development tools, I noticed one thing
> that I'm curious about. When I compile wine 1.1.0 on i686 Ubuntu virtual
> machine (I didn't manage to compile it on my "real" x86_64 openSUSE 10.3
> despite all the googling and trying and pai
Vitaliy, Erich, thank you for your answers!
So I don't need to change anything while I'm debugging code. And when I decide
to distribute my binaries it will make sense to strip these symbols.
> The whole compile directory should actually be about 350MB. The difference
> you see is debug informati
On Sun, Jun 29, 2008 at 5:16 AM, Vitaly Perov <[EMAIL PROTECTED]> wrote:
>> You didn't set the FOF_MULTIDESTFILES flag.
>
> I use &shfo2. In shfo2 this flag is always set.
>
Don't make assumptions in the tests; it makes them harder to read.
Why don't you put the test right below the exact same tes
Any time I'm trying to search for bugs with anything more then just a simple
string in the subject I'm getting a blank page. This didn't happen before.
This makes searching for bugs impossible. Can some one look into this?
Vitaliy.
Most distributions ship "stripped" binaries that have the debugging symbols
removed. Run "man strip" at a terminal for details on how to do this
post-compile.
Erich Hoover
[EMAIL PROTECTED]
On Sun, Jun 29, 2008 at 12:06 PM, dAnIK SeNT <[EMAIL PROTECTED]> wrote:
> Hi.
> Trying to get comfortable
Hi.
Trying to get comfortable with Wine development tools, I noticed one thing
that I'm curious about. When I compile wine 1.1.0 on i686 Ubuntu virtual
machine (I didn't manage to compile it on my "real" x86_64 openSUSE 10.3
despite all the googling and trying and pain :-)), resulting binaries t
Ignore this patch, I still need to work on it.
I ran the test again under valgrind the key events were not getting sent
at first in test_EM_AUTOURLDETECT, and then started working after
some point. I'll resubmit it when it is done properly.
On Sat, Jun 28, 2008 at 11:36 AM, Dylan Smith <[EMAIL P
Zachary Brown wrote:
> Add IMPORTLIB line to winhttp/Makefile.in
>
>
>
>
>
There are duplicates of this email. Accidentally sent it out on two accounts.
Correct one should be from [EMAIL PROTECTED]
Alexander Nicolaysen Sørnes wrote:
> Several users have requested that we make the search functionality easier to
> find and use, and some have also offered suggestions on how to do this.
>
> Would it be a good idea to remove all the Top 10 lists and replace them with
> a
> few search options?
Several users have requested that we make the search functionality easier to
find and use, and some have also offered suggestions on how to do this.
Would it be a good idea to remove all the Top 10 lists and replace them with a
few search options? We currently advise users to not vote for apps
Am Freitag, den 27.06.2008, 18:24 +0200 schrieb Stefan Dösinger:
> On a sidenode, I think it is impossible to QueryInterface
> IDirectDrawSurface7 from IDirectDrawSurface < 7, or vice versa, but I am not
> sure.
Nope. You can sucessfully query IDirectDrawSurface{,2,3,4,7} from
IDirectDraw{,2,3,4,7}
On Sun, Jun 29, 2008 at 4:20 AM, Phil Krylov <[EMAIL PROTECTED]> wrote:
> Of course this looks most sane. But I'm asking if you're going to make
> use of the dwEmulatedVersion other than "< 0x200"? That is, under what
> circumstances we should emulate version 2 or 3 when we have support
> for versi
Maarten Lankhorst wrote:
> Hi Martin,
>
> 2008/6/27 Martin <[EMAIL PROTECTED]>:
>> Hi.
>>
>> I am working on a patch to fix a bug which prevents certain games from
>> starting. The bug will make wine spit out:
>>
>> fixme:dsound3d:IDirectSound3DListenerImpl_QueryInterface Unknown IID
>> {31efac30-
Bugs 5034, 10284 and 10394 relate to un-resizable file open dialogs in
various programs - to be honest I came across this discrepancy running
native NOTEPAD.EXE.
The file open dialogs are implemented in comctl32, specifically filedlg.c
and the templates live in cdlg_xx.rc
In Windows, to make them
2008/6/27 Dylan Smith <[EMAIL PROTECTED]>:
> Currently msftedit.dll is implemented by loading riched20.dll and then
> riched20.dll registers the classes that msftedit.dll normally register.
> Native msftedit.dll appears to be a full implementation of the richedit
> controls, rather than a wrapper.
> You didn't set the FOF_MULTIDESTFILES flag.
I use &shfo2. In shfo2 this flag is always set.
--
Best wishes,
Vitaly Perov
Russia, Saint-Petersburg. www.etersoft.ru
25 matches
Mail list logo