On Fri, 2006-02-10 at 14:23 -0500, [EMAIL PROTECTED] wrote:
> Thanks for your response. We tried the latest versions of
> dlls/gdi/{path.c,dc.c}, but the problem is still there.
You need to update to the latest versions of graphics drivers
as well. I'd suggest to not cherry pick the patches but
Ananth M wrote:
Hi
Thank you
Our processor is a 64 bit processor.
I need to check for the Dual Core or not ?
BTW, if possible , can you please send the URL for the other
thread that gives the information about the slower performance in Dual
Core machine
Hi
Thank you
Our processor is a 64 bit processor.
I need to check for the Dual Core or not ?
BTW, if possible , can you please send the URL for the other thread that gives the information about the slower performance in Dual Core machine
Right now, I have RHEL 4.0 in all
Am Donnerstag, 9. Februar 2006 20:33 schrieb Dan Kegel:
> So evidently Microsoft was pushing the "Windows Everywhere"
> vision using partners like Bristol and Mainsoft, who licensed
> Windows source code.
>
> (Fun facts: MS used Mainsoft to port IE 4 to Solaris:
> http://www.microsoft.com/presspass
Hello,
During researching of problem in StretchDIBits I've found interesting fact:
If I turn off XShm function (by undefining USE_LIBXXSHM in config.h)
test passes and application works ok (image is ok).
So I think that something wrong in using XShmPutImage / XShmGetImage.
Do you have any suggesti
On 2/10/06, Huw D M Davies <[EMAIL PROTECTED]> wrote:
> "Wine does not currently include any fonts"
>
> Well we include clones of MS Sans Serif, System and Courier so that's
> not quite true.
Thanks for the correction. You'd think I could do 'ls' and see 'fonts', but no.
- Dan
--
Wine for Window
On Fri, Feb 10, 2006 at 09:06:30AM -0800, Dan Kegel wrote:
> Hi all,
> I'm giving a talk about Wine tomorrow. The slides are up at
> http://kegel.com/wine/scale4/
> If you find any errors in the side, please let me know!
"Wine does not currently include any fonts"
Well we include clones of MS Sa
On 2/10/06, Molle Bestefich <[EMAIL PROTECTED]> wrote:
> Dan Kegel wrote:
> > If you find any errors in the side, please let me know!
>
> Just one.
> "Wine is not an emulator"...
>
> Oxford Advanced Learner's Dictionary:
> =
> emulator (n) (computing)
> A device or
Dan Kegel wrote:
> If you find any errors in the side, please let me know!
Just one.
"Wine is not an emulator"...
Oxford Advanced Learner's Dictionary:
=
emulator (n) (computing)
A device or piece of software that enable a program
or an item of equipment intend
On 2/10/06, Eric Pouech <[EMAIL PROTECTED]> wrote:
> > If you find any errors in the side, please let me know!
> I don't know what's the punishment for misspelling the dictator's name
Gaah! Thanks!
--
Wine for Windows ISVs: http://kegel.com/wine/isv
Dan Kegel wrote:
Hi all,
I'm giving a talk about Wine tomorrow. The slides are up at
http://kegel.com/wine/scale4/
If you find any errors in the side, please let me know!
I don't know what's the punishment for misspelling the dictator's name
A+
--
Eric Pouech
Dmitry Timoshkov escreveu:
Hello,
Hello,
--- cvs/hq/wine/dlls/msvcrt/time.c 2006-01-23 20:50:58.0 -0600
+++ wine/dlls/msvcrt/time.c 2006-02-10 12:51:30.0 -0600
@@ -152,8 +152,12 @@ struct MSVCRT_tm* MSVCRT_localtime(const
SYSTEMTIME st;
DWORD tzid;
TIME_ZON
Dmitry Timoshkov <[EMAIL PROTECTED]> wrote
on 02/10/2006 01:50:18 PM:
> On Fri, 2006-02-10 at 13:21 -0500, [EMAIL PROTECTED] wrote:
>
> > 2) Is the best fix simply to undo this change or is there
a better
> > solution (e.g. fix the strokepath implementation)?
>
> StrokePath had a workaround
On Fri, 2006-02-10 at 13:21 -0500, [EMAIL PROTECTED] wrote:
> The pen is set after the call that modifies the world transform to the
> identity and before it is reset back to its normal values.
>
> If we remove the call to SelectObject that selects the pen (shown in
> the code above), the bug di
Since upgrading to Wine-20040914, we've
noticed that a bug has been introduced in gdi32.dll that causes certain
pen strokes to be drawn with thickness that is far too wide. The
problem is in wine's handling of the STROKEPATH and the STROKEANDFILLPATH
emf records when playing enhanced metafiles.
On Fri, 2006-02-10 at 10:51 -0600, Tom Spear (Dustin Booker, Dustin
Navea) wrote:
> Hi, sorry I didnt reply all so it would go to the wine list.
>
> Is your Xeon a dual core, or possibly even 64-bit? I doubt that 64-bit
> compared to 32-bit would make a difference, but if the Xeon is a dc, it
>
Hi all,
I'm giving a talk about Wine tomorrow. The slides are up at
http://kegel.com/wine/scale4/
If you find any errors in the side, please let me know!
Thanks,
Dan
--
Wine for Windows ISVs: http://kegel.com/wine/isv
Hi, sorry I didnt reply all so it would go to the wine list.
Is your Xeon a dual core, or possibly even 64-bit? I doubt that 64-bit
compared to 32-bit would make a difference, but if the Xeon is a dc, it
might, as I recall another thread here saying that they were having
problems with a dual
"H. Verbeet" <[EMAIL PROTECTED]> writes:
> The output of glGetString(GL_PROGRAM_ERROR_STRING_ARB) can get too
> large for a normal FIXME. Use fprintf to stderr instead.
You should use debugstr_a. fprintf will mess up the output.
--
Alexandre Julliard
[EMAIL PROTECTED]
Is there anything wrong with this patch? It does not seem to have been
applied.
Jeff L
Hi,
On Thu, Feb 09, 2006 at 09:40:31PM -0800, Dan Kegel wrote:
> On 1/29/06, Dan Kegel <[EMAIL PROTECTED]> wrote:
> > To see how reasonable it might be to use OOo 2.0.1 and Firefox 1.5
> > under Wine routinely, I benchmarked their startup time
> > on a Fedora Core 5 test 2 system under four condit
Detlef Riekenberg wrote:
+/*
+ * DllMain
+ */
+BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
+{
+TRACE("(%p, %ld, %p)\n",hinstDLL, fdwReason, lpvReserved);
+/* For the moment, do nothing here. */
+retu
On 2/9/06, n0dalus <[EMAIL PROTECTED]> wrote:
> > http://bugs.winehq.org/show_bug.cgi?id=4529 - screwy stars -
> > also pretty obvious test case, http://kegel.com/wine/gmailstar.html
> >
> > Do you really still need screen shots?
>
> I guess not, but I attached one to bug 4529 anyway.
Your screen
23 matches
Mail list logo