On August 6, 2003 01:51 pm, Brian Vincent (C) wrote:
> I put together the following:
> http://users.theshell.com/~vinn/wine-history.html
[...]
> Comments / suggestions / criticisms?
Did you already grab quotes from my earlier post,
http://www.winehq.com/hypermail/wine-devel/2002/11/0455.html ?
The
Mike Kost wrote:
This is an update for the 'More Games Tested' post on 1/3/04. I reran
everything on 20040121 and the results are below. All games are freely
downloadable as they are demos.
Periodic app testing like Mike is doing is essential and greatly appreciated,
but I suspect we need a bette
On August 6, 2003 01:51 pm, Brian Vincent (C) wrote:
> I put together the following:
> http://users.theshell.com/~vinn/wine-history.html
[...]
> Comments / suggestions / criticisms?
Yeah, what are we waiting for? :)
This stuff looks good, let's get it on the site,
and update it as time goes on
Hi all, I would liketo
know is it possible to port a Malayalam(An Indian Language) keyboard driver
written forWindows to Linux using any softwares(emulators).
Thekeyboard driver application could be called usingwine. It's running
& is found be working partially inthe wordpad application
[EMAIL PROTECTED] writes:
> The part of AlphaBlend in msimg32.dll is now coded.
>
> Changelog:
>
> * dlls/gdi/driver.c, dlls/gdi/gdi32.spec,
> * dlls/gdi/enhmfdrv/init.c, dlls/gdi/mfdrv/init.c,
> * dlls/msimg32/msimg32.spec, dlls/msimg32/msimg32_main.c,
> * dlls/x11drv/bitb
artsc-config in arts > 1.1.90 has:
--cflags)
flags="$flags -I$includedir/artsc -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include "
When you try to build Wine this gives an error in winearts:
make[2]: Entering directory
`/usr/src/redhat/BUILD/wine-20040121/dlls/winmm/wine
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes:
> I have a 16 bit app that have a older printer initialization mechanism: it loads
> the printer driver reading its name from win.ini,adding ".DRV" to it. This is a
> problem, cause the builtin postscript driver is called wineps.dll in wine, and
> th
I have a 16 bit app that have a older printer initialization mechanism: it loads
the printer driver reading its name from win.ini,adding ".DRV" to it. This is a
problem, cause the builtin postscript driver is called wineps.dll in wine, and
the apps quits with the VB Error (482 run-time error: Print
> Here are my changes:
>
> - User_add_dirty_rect is now an asynchronous equivalent of
> User_copy_to_screen. It adds the rectangle to the list of dirty rectangles
> and signal the update thread that there is some work to do.
> - update thread calls User_get_dirty_rect to iterate over the list of
Patch submitted.
- Original Message -
From: "Eric Pouech" <[EMAIL PROTECTED]>
To: "Sami Aario" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Saturday, January 24, 2004 10:57 PM
Subject: Re: Strange debug message in programs/winedbg/info.c
> Sami Aario a écrit :
> > Hi,
> >
> > The d
> I just added explicit casting to int where needed. It didn't fix the mouse
> trails, but previously missing mouseover effect on icons at the main screen
> appeared, so I guess it is a change in the right direction :)
While your patch is certainly OK, if 'ddesc.dwWidth-dstx' is lower than
zero,
Alexandre Julliard wrote:
Jason Edmeades <[EMAIL PROTECTED]> writes:
However, looking at a history of the IMM32 spec file, it was added
(version 1.10) and removed (version 1.11). Has anyone any idea why,
and would anyone have any strong objections to me re-stubbing it?
It's apparently coll
Hi Paul,
The purpose of patch 10547 was to link the load order of 16bit dlls and
their 32bit parents. eg. commctrl will only be loaded as a native dll
if comctl32 is a native dll.
You can probably solve the problem by adjusting the DllOverrides section
in your wine config file. To do this, yo
Jason Edmeades <[EMAIL PROTECTED]> writes:
> However, looking at a history of the IMM32 spec file, it was added
> (version 1.10) and removed (version 1.11). Has anyone any idea why,
> and would anyone have any strong objections to me re-stubbing it?
It's apparently collateral damage of the remova
I tested the patches by taking an 01/03 CVS snapshot and replacing the
relevant parts from an 01/02 snapshot rather than trying to un-patch the
files. Using that technique, I found that the changes in patch 10547
(which required patch 10552 to compile) cause the problem that I am seeing
with L
Found it!
- run a wineapp do a ps see if you have wine-pthread or wine-kthread running
- Lets say it is wine-pthread than at gdb do - (gdb) file wine-pthread
and off you go. what happened is that gdb got the processes switched on
him mid run. I think there should be a way to follow the next proces
"Rein Klazes" <[EMAIL PROTECTED]> wrote:
> Dmitry,
>
> After applying the two patches there is a new problem (with Agent 2.0
> beta).
>
> I'm using it with maximized mdi windows. If I open another window, it
> opens maximized (as it should). Now if I return to the original window,
> either by c
Hi
(Message bounced the first so I try again.)
- The following addresses had permanent fatal errors -
"|spamscan /var/lib/mailman/mail/wrapper-hq post wine-devel"
(reason: User unknown)
(expanded from: <[EMAIL PROTECTED]>)
- Transcript of session follows -
550 5.1.1
Hello,
> >>That's the situation.
> >>Any ideas for a starting point for debugging?
> >
> >
> >Good, it sounds similar to the problem what i had with Theme Hospital.
> >Try this patch:
> >
> >http://62.93.166.115/updatesysmetrics.diff
> >
>
> GREAT! That did it! Thanks!
>
> Keeper is playable no
That's the situation.
Any ideas for a starting point for debugging?
Good, it sounds similar to the problem what i had with Theme Hospital.
Try this patch:
http://62.93.166.115/updatesysmetrics.diff
GREAT! That did it! Thanks!
Keeper is playable now, only the two mousepointers are very
irritatin
Hi
When I start wine I always get a message about several possible
language ids and that I need to set LANG to the specific sub id.
But even after that I still get this message. I need to set LANGUAGE
to the sub id, then wine keeps quiet. So either my setup is quite
wrong or this message needs to
On Mon, 26 Jan 2004 16:56:59 +0800, you wrote:
>
> Hello,
>
> I didn't break this patch into smaller parts. I think the changes
> are self explaining enough and quite straightforward.
>
> This patch fixes a bug with MDI menus reported by Duane Clark and
> a couple of other minor problems I foun
Hello,
> I'll elaborate this a bit:
>
> - I have two mouse pointers.
> - The first is trapped in the upper left corner and looks like a standard
> mousepointer. When the mouse is moved down or right it follows a bit and
> then always jumps back to it's corner.
> - The second one is the Dunge
23 matches
Mail list logo