I have not written a wine test but i did test it on window xp. I will
write up a wine test.
-aric
Reece Dunn wrote:
On 04/09/07, Aric Stewart <[EMAIL PROTECTED]> wrote:
---
dlls/comctl32/tab.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
Do you have a test for this?
- Reec
Say, maybe these new drivers won't crash with Wine
a la http://wiki.winehq.org/fglrx
Wouldn't that be sweet?
-- Forwarded message --
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Sep 4, 2007 9:15 PM
Subject: Phoronix Forums: AMD Linux Announcement
...
We also wanted to let you
I am interested in the Wine project, and my manager at work has
accepted my request to work on it.
I work for a company that develops Windows software, so as I have
access to Visual Studio, and thus the sources for ATL, MFC and the
msvc runtime (provided with the full version of Visual Studio), I
Hello Lionel,
the patch has different problems:
- lpNewData is used only in "case MOD_MIDIPORT" so moving the HeapAlloc
call there makes more sense.
- Please keep the indentation level of the surrounding code; here it is 4.
- Tabs are 8 spaces.
Lionel_Debroux wrote:
> modLongData leaks some heap
Am Tuesday 04 September 2007 21:27 schrieb Roderick Colenbrander:
>
> Number 4 of the list Nero has a native Linux version using GTK2. It even
> supports HDDVD and Blu-Ray. Further it used (?) to run on wine using
> wineaspi in case you were using scsi hardware/emulation.
>
> Roderick
What Nero Ver
> http://www.osalt.com/ has a list of most-requested commercial windows
> apps, currently:
>
> 1. Visio
> 2. Norton Ghost
> 3. Photoshop
> 4. Nero Burning Rom
> 5. Dreamweaver
> 6. AutoCAD
> 7. Illustrator
> 8. Access
> 9. Premiere Pro
> 10. ACDSee
Number 4 of the list Nero has a native Linux ve
Hi Dan (and wine-devel)
The list is based on the number of visits each of the product pages has on
http://www.osalt.com/ .
Thus, only products listed on the site is included on the list. The lists
shows the most visited products during the past two weeks.
Do you need the list for checking which p
On 04/09/07, Aric Stewart <[EMAIL PROTECTED]> wrote:
> ---
> dlls/comctl32/tab.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
Do you have a test for this?
- Reece
On 04/09/07, Dmitry Timoshkov <[EMAIL PROTECTED]> wrote:
> Hello,
>
> as Alexandre pointed out we can't really forward shlwapi.ShellMessageBoxWrapW
> to shell32.ShellMessageBoxW, we need to duplicate its implementation.
Is it possible to add a function to libwine that contains this code
and then f
Dan Kegel wrote:
> http://www.osalt.com/ has a list of most-requested commercial windows
> apps, currently:
>
> 1. Visio
> 2. Norton Ghost
> 3. Photoshop
> 4. Nero Burning Rom
> 5. Dreamweaver
> 6. AutoCAD
> 7. Illustrator
> 8. Access
> 9. Premiere Pro
> 10. ACDSee
>
> No idea how they generated
On Tuesday 04 September 2007, Dan Kegel wrote:
> http://www.osalt.com/ has a list of most-requested commercial windows
> apps, currently:
>
> 2. Norton Ghost
> 4. Nero Burning Rom
Native applications exist for both, it's pointless to have wine support either
methinks.
Cheers, Kuba
> I think it is doable because Windows 2000 and later printer drivers are
> work in user-space.
That might be interesting work, although if it's limited to Windows
apps, it would probably be less useful than ddiwrapper is supposed to
be.
> In suse repository I found ddiwrapper package. It does so
Am Dienstag, 4. September 2007 14:39:32 schrieb Vitaliy Margolen:
> Stefan Dösinger wrote:
> > Hi,
> >
> >> This is the first fully working implementation of dinput mouse using
> >> evdev generic input driver. I have enabled this driver by default. If
> >> people do not have functioning HAL or that
On 9/4/07, Alex Waite <[EMAIL PROTECTED]> wrote:
> I don't know exactly what versions of Ghost they hope to use, but at
> work we have an automated imaging system that reboots into Linux,
> launches Ghost via DOS emulation, reimages the machine, and then comes
> back up on the newly re-imaged windo
Tirsdag 04 september 2007 03:17, skrev Misha Koshelev:
> On 9/3/07, Stefan Dosinger wrote:
> > Am Montag, 3. September 2007 13:30:57 schrieb Damjan Jovanovic:
> > > Somebody needs to make a do-nothing-useful app, intended for Windows,
> > > that also installs on wine and supplies each and every DLL
Nguyễn Thành Trung wrote:
Hi !
I'm playing Monster and Me (www.monsterandme.com) in wine.
In wine 0.9.7, there's a small bug when login, but every else work
fine.
In other newer versions of wine, login screen works fine, the
game's performance is better - nearly like in windows.
Bu
Stefan Dösinger wrote:
Hi,
This is the first fully working implementation of dinput mouse using evdev
generic input driver. I have enabled this driver by default. If people do
not have functioning HAL or that for some reasons it can't find the mouse
device, it will fall-back to current mouse dri
Hi !
I'm playing Monster and Me (www.monsterandme.com) in wine.
In wine 0.9.7, there's a small bug when login, but every else work fine.
In other newer versions of wine, login screen works fine, the game's
performance is better - nearly like in windows.
But there's a bug when talking
Am Dienstag, 4. September 2007 09:38:20 schrieb Dan Kegel:
> Maciej wrote:
> > I'm looking for subject for my Master's thesis. It might be interesting
> > to do something useful for Wine.
>
> A few things you could help finish:
>
> 1) widl, Wine's IDL compiler. Dan Hipschman has been
> improving w
Hi,
> This is the first fully working implementation of dinput mouse using evdev
> generic input driver. I have enabled this driver by default. If people do
> not have functioning HAL or that for some reasons it can't find the mouse
> device, it will fall-back to current mouse driver.
>
> Use explo
http://www.osalt.com/ has a list of most-requested commercial windows
apps, currently:
1. Visio
2. Norton Ghost
3. Photoshop
4. Nero Burning Rom
5. Dreamweaver
6. AutoCAD
7. Illustrator
8. Access
9. Premiere Pro
10. ACDSee
No idea how they generated that list, but it seems somewhat
reasonable. c
"Reece Dunn" <[EMAIL PROTECTED]> wrote:
as Alexandre pointed out we can't really forward shlwapi.ShellMessageBoxWrapW
to shell32.ShellMessageBoxW, we need to duplicate its implementation.
Is it possible to add a function to libwine that contains this code
and then forward both these API to tha
Maciej wrote:
> I'm looking for subject for my Master's thesis. It might be interesting to
> do something useful for Wine.
A few things you could help finish:
1) widl, Wine's IDL compiler. Dan Hipschman has been
improving widl for some time, but his internship is up
in a couple months, and I'm s
Damjan wrote:
> Somebody needs to make a do-nothing-useful app, intended for Windows,
> that also installs on wine and supplies each and every DLL that
> Windows applications need but we don't have in wine (like MFC42.DLL,
> the D3DX9_xx.DLL's, new MSVCRT's, etc.). That way we can legally use
> tho
24 matches
Mail list logo