Re: PowerPC MacOSX work...

2009-05-27 Thread Ben Klein
Please bottom-post on wine mailing lists. 2009/5/26 : > No No No People...  Please read the messages before replying. > > I know the difference betweeen my 6502, 6800, Z80, 68k, x86, 7400.  I know > Wine is focused on running MSWindows based software on x86 processors.  I > also know there exists

Re: PowerPC MacOSX work...

2009-05-27 Thread Gert van den Berg
On Thu, May 28, 2009 at 04:00, James McKenzie wrote: > The question is:  Were there any programs written for WindowsNT for the > PPC?  I don't know of any, off hand. > A few seem to exist... Probably nothing without a x86 versions though. Compatibility with PowerPC NT applications might at least

Re: PowerPC MacOSX work...

2009-05-27 Thread Saulius Krasuckas
* On Tue, 26 May 2009, mghug...@embarqmail.com wrote: > > Download link did not work... Would have been good to look > at/try/experiment with, but not what I am looking/aiming for. You could probably want to google for Programmer's File Editor v0.07.001 (file pfe0701p.zip), for example this li

Re: DIB Engine : passing all tests

2009-05-27 Thread John Klehm
On Wed, May 27, 2009 at 8:47 PM, James McKenzie wrote: > So what say all, shall we try to make coding better and as Max stated, > fun.  Most of the folks here do not support this project for a living > and we should not restrict this project to those who do.  However, it > appears that a vast majo

Re: winebrowser: Fix unicode recognition

2009-05-27 Thread Dmitry Timoshkov
"André Hentschel" wrote: This converts the DDE-Callbackfunction to Unicode. After days of winebrowser-hacking i turned it down to this clean code. It uses the function IsTextUnicode instead of guessing.(IsTextUnicode is guessing too, but in a cleaner way) Please add a test case which uses mi

Re: PowerPC MacOSX work...

2009-05-27 Thread James McKenzie
mghug...@embarqmail.com wrote: > No No No People... Please read the messages before replying. > > I know the difference betweeen my 6502, 6800, Z80, 68k, x86, 7400. I > know Wine is focused on running MSWindows based software on x86 > processors. I also know there exists PowerPC code in the wine

Re: DIB Engine : passing all tests

2009-05-27 Thread James McKenzie
Massimo Del Fedele wrote: > Alexandre Julliard ha scritto: >> >> The last time I rejected a simple patch from Massimo, he basically said >> that he didn't have time to fix the patch and just dropped it. That >> doesn't encourage me to spend more effort on reviewing his more complex >> stuff. >> > >

Re: AppDB - Incorrect entry

2009-05-27 Thread Austin English
On Wed, May 27, 2009 at 2:01 PM, Danila Sentiabov wrote: > Hi. I've found incorrect AppDB entry that needs to be merged with another > one. App maintainer could not do that. > Could someone (with admin access to AppDB) help? > > http://appdb.winehq.org/objectManager.php?sClass=version&iId=7641 Do

AppDB - Incorrect entry

2009-05-27 Thread Danila Sentiabov
Hi. I've found incorrect AppDB entry that needs to be merged with another one. App maintainer could not do that. Could someone (with admin access to AppDB) help? http://appdb.winehq.org/objectManager.php?sClass=version&iId=7641 -- Best regards, Danila Sentiabov aka dsent

Re: wined3d: {Name of patch here}

2009-05-27 Thread James Mckenzie
Pavel: Just as a hint, can you name your patches to be more descriptive. I am looking for a fix to this problem, and will attempt to test this against DooM to see if the slowness problem I have is fixed. Thank you for contributing to the Wine Project. James McKenzie -Original Message-

Re: wined3d:

2009-05-27 Thread Stefan Dösinger
Am Mittwoch, 27. Mai 2009 14:40:20 schrieb Pavel Prochazka: > IWineGDISwapChainImpl_Present repaired when there is only one backbuffer Hmm. Situations where flip is called on a single-buffered surface should be cought in ddraw I think. If I remember correctly, calling flip on a single buffered s

Re: comctl32/ipaddress: Skip test on Win95 with common controls 4.70 (try2)

2009-05-27 Thread Nikolay Sivov
Paul Vriens wrote: Nikolay Sivov wrote: +ok(hwnd != NULL, "Expected window to be created\n"); +if (!hwnd) +{ +win_skip("IPAddress control not implemented\n"); +return; +} /* check text just after creation */ r = GetWindowText(hwnd, ip, sizeof(ip)/si

Re: comctl32/ipaddress: Skip test on Win95 with common controls 4.70 (try2)

2009-05-27 Thread Paul Vriens
Nikolay Sivov wrote: For version 4.0 we are skipping earlier on initialization. Changelog: - try2: use win_skip() - Skip test on Win95 with common controls 4.70 From 81645944ef518860de7ddcd1b64fadd11277a915 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Wed, 27 May 2009 15:39:20

Re: comctl32/ipaddress: Use ok() test instead of assert()

2009-05-27 Thread Nikolay Sivov
Paul Vriens wrote: Maybe it's true. But what about two others boxes: http://test.winehq.org/data/bf353f180d622cbf8508af7dbc9590e33293a6ab/95_gvg-w95/version.html http://test.winehq.org/data/bf353f180d622cbf8508af7dbc9590e33293a6ab/95_fg-win95/version.html Version reported as 4.0, so it's pu

Re: comctl32/ipaddress: Use ok() test instead of assert()

2009-05-27 Thread Paul Vriens
Nikolay Sivov wrote: Paul Vriens wrote: Paul Vriens wrote: Nikolay Sivov wrote: This test fails to create window sometimes on Win95, let's turn it into general failure. Changelog: - replace assert() with ok() test From b63fc6defb497505ecaab4921449327e875ab252 Mon Sep 17 00:00:00 2001 F

Re: comctl32/ipaddress: Use ok() test instead of assert()

2009-05-27 Thread Nikolay Sivov
Paul Vriens wrote: Paul Vriens wrote: Nikolay Sivov wrote: This test fails to create window sometimes on Win95, let's turn it into general failure. Changelog: - replace assert() with ok() test From b63fc6defb497505ecaab4921449327e875ab252 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Da

Re: [mshtml/tests] Fix 2 test failures on IE8

2009-05-27 Thread Jacek Caban
Paul Vriens wrote: Jacek Caban wrote: Hi Paul, Paul Vriens wrote: Changelog Fix 2 test failures on IE8 -ok(disp == (void*)0xdeadbeef, "disp=%p\n", disp); +ok(disp == (void*)0xdeadbeef || + disp == NULL, /* IE8 */ This test does no longer make sense. It would be

Re: comctl32/ipaddress: Use ok() test instead of assert()

2009-05-27 Thread Paul Vriens
Paul Vriens wrote: Nikolay Sivov wrote: This test fails to create window sometimes on Win95, let's turn it into general failure. Changelog: - replace assert() with ok() test From b63fc6defb497505ecaab4921449327e875ab252 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Wed, 27 May 2009

Re: comctl32/ipaddress: Use ok() test instead of assert()

2009-05-27 Thread Nikolay Sivov
Paul Vriens wrote: Nikolay Sivov wrote: This test fails to create window sometimes on Win95, let's turn it into general failure. Changelog: - replace assert() with ok() test From b63fc6defb497505ecaab4921449327e875ab252 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Wed, 27 May 2009

Re: comctl32/ipaddress: Use ok() test instead of assert()

2009-05-27 Thread Paul Vriens
Nikolay Sivov wrote: This test fails to create window sometimes on Win95, let's turn it into general failure. Changelog: - replace assert() with ok() test From b63fc6defb497505ecaab4921449327e875ab252 Mon Sep 17 00:00:00 2001 From: Nikolay Sivov Date: Wed, 27 May 2009 14:26:37 +0400 Subj

Re: DIB Engine : passing all tests

2009-05-27 Thread Chris Howe
2009/5/27 Roderick Colenbrander > On Wed, May 27, 2009 at 10:26 AM, Vit Hrachovy > wrote: > > would it be possible to craft a wikipage on Wine Wiki, that would > encompass > > * official DIB implementation requirements > > * high level description of Huw's solution > > * description of Your s

Re: DIB Engine : passing all tests

2009-05-27 Thread Roderick Colenbrander
On Wed, May 27, 2009 at 10:26 AM, Vit Hrachovy wrote: > Massimo Del Fedele wrote: >> >> Btw, sorry all but I begins to be tired of telling same stuffs again and >> again. I made a proposal for something that *could* help the migration to >> final design, a *working* proposal, not just a prototype,

Re: DIB Engine : passing all tests

2009-05-27 Thread Vit Hrachovy
Massimo Del Fedele wrote: Btw, sorry all but I begins to be tired of telling same stuffs again and again. I made a proposal for something that *could* help the migration to final design, a *working* proposal, not just a prototype, and I believe on it. If that's not what most devels think, for m

Re: [mshtml/tests] Fix 2 test failures on IE8

2009-05-27 Thread Paul Vriens
Jacek Caban wrote: Hi Paul, Paul Vriens wrote: Changelog Fix 2 test failures on IE8 -ok(disp == (void*)0xdeadbeef, "disp=%p\n", disp); +ok(disp == (void*)0xdeadbeef || + disp == NULL, /* IE8 */ This test does no longer make sense. It would be better to remove it

Re: DIB Engine : passing all tests

2009-05-27 Thread Austin English
On Wed, May 27, 2009 at 2:11 AM, Massimo Del Fedele wrote: > Strange enough, as the consensus on Huw's design was great, and it used > a *real* external driver, and *not* an intermediate one as mine. > But I start thinking that the requirements and consensus are very fluid and > moving matters, la

Re: DIB Engine : passing all tests

2009-05-27 Thread Massimo Del Fedele
Ben Klein ha scritto: A little while ago I was trying to run an app that uses Win16 DIB.DRV (I forget which app it was). My research indicated that although DIB.DRV was an actual driver (similar in architecture to Max's proposed DIB engine) in Win16 systems, in Windows 95 the functionality was