Heh, apparently a few tweaks in nvidia-settings fixed it. Wow. Wished
I had quit being lazy a few weeks ago now...It wouldn't let me set it
in KDE's system settings, so I didn't bother trying nvidia.
I think I've burnt my brain out, had quite a few strange
occurences/dumb moments lately...I need a
Dan Kegel wrote:
> Which apps?
> What version of comctl32 and gdiplus do they require?
depends.exe show the following info for comctl32
COMCTL32.DLL from win-xp
File Ver 5.82.2900.2180
Product Ver 6.0.2900.2180
COMCTL32.DLL from cc580
File Ver 5.80.2614.3600
Product Ver 5.0.2614.3600
Dan Kegel wrote:
> On Tue, Feb 26, 2008 at 5:25 PM, bill lam <[EMAIL PROTECTED]> wrote:
>
>> Thank you for update. I also notice that the version of comctl32 and gdiplus
>> that installed from winetricks are quite old. I have to manually copy those
>> files from my win-xp to make my applicatio
On Tue, Feb 26, 2008 at 7:40 PM, Austin English <[EMAIL PROTECTED]> wrote:
> Howdy,
>
> I'm about to get a new graphics card, because my current crappy Nvidia
> FX 5200 doesn't support widescreen, and I just got a shiny nice new
> 22". So, I'm going to upgrade my graphics card. I don't have a
>
Howdy,
I'm about to get a new graphics card, because my current crappy Nvidia
FX 5200 doesn't support widescreen, and I just got a shiny nice new
22". So, I'm going to upgrade my graphics card. I don't have a
preference, since I don't game at all, just need something that will
run 1920x1040 and $2
http://bugs.winehq.org/show_bug.cgi?id=11746
may explain a few mysterious wineserver crashes
I saw a few weeks ago.
Anyone feel like diving in to this one? It's probably
a rat's nest of twisty linked lists, and a node isn't
getting removed properly from all the lists
it's in when it's freed, or s
On Tue, Feb 26, 2008 at 5:25 PM, bill lam <[EMAIL PROTECTED]> wrote:
> Thank you for update. I also notice that the version of comctl32 and gdiplus
> that installed from winetricks are quite old. I have to manually copy those
> files from my win-xp to make my application work. Could you also con
Thank you for update. I also notice that the version of comctl32 and gdiplus
that installed from winetricks are quite old. I have to manually copy those
files from my win-xp to make my application work. Could you also consider
revise them?
Dan Kegel wrote:
> In honor of .net 1.1 installing on
On Sat, Feb 23, 2008 at 2:00 AM, Steven Edwards <[EMAIL PROTECTED]> wrote:
> On Fri, Feb 22, 2008 at 7:00 PM, Volodymyr Shcherbyna
> <[EMAIL PROTECTED]> wrote:
> > I am not sure that ReacOS is a good example. Quite a big amount of code in
> > ReactOS contains leaked code of Windows (from Windows
Dan Kegel wrote:
> Hey, http://bugs.winehq.org/show_bug.cgi?id=11678
> is fixed, and VCToolkitSetup.exe now installs for me!
>
> Still more to do before .net 1.1 apps run, see
> http://bugs.winehq.org/show_bug.cgi?id=11742
>
> And there are a few ugly looking nonfatal problems running
> the .net 1.
In honor of .net 1.1 installing on today's git, here's
a version of winetricks that knows how to grab and
run the installer. Amusingly, I noticed that there
are dozens of scripts out there that do this... it seems
to be not uncommon in the windows world.
As always, winetricks is at
http://kegel.
In addition to what Rico said, this is the wrong forum for this, this is
for Wine development, not user troubleshooting. Please use your distro
packages (as you cannot do basic compiling it seems).
flavio melo wrote:
>
> Hello I'm Flavio Melo(brazilian)!
> Well, i use the ubuntu 7.04, and there
Missing patch
On Tue, Feb 26, 2008 at 3:36 PM, Mikołaj Zalewski <[EMAIL PROTECTED]> wrote:
> I couldn't work out the algorithm to make it pixel-for-pixel identical
> as on Windows but this function implements the general idea that I hope
> will work for applications.
>
>
>
It looks like that there is missing a package ...glibc-devel.
Could you have a look here:
http://wiki.winehq.org/Recommended_Packages
http://ubuntuforums.org/showthread.php?t=176052
Cheers
Rico
flavio melo wrote:
> Hello I'm Flavio Melo(brazilian)!
> Well, i use the ubuntu 7.04, and there is
Hey, http://bugs.winehq.org/show_bug.cgi?id=11678
is fixed, and VCToolkitSetup.exe now installs for me!
Still more to do before .net 1.1 apps run, see
http://bugs.winehq.org/show_bug.cgi?id=11742
And there are a few ugly looking nonfatal problems running
the .net 1.1 installer, but they can wait.
Hello I'm Flavio Melo(brazilian)!
Well, i use the ubuntu 7.04, and there is any time that i try use the
wine,but i no get install it, i can't for net because i haven't internet
(repository), but i download the file wine-0.9.54 of your site in the other
computer(in my job), and, i follow the i
Robert Shearman wrote:
> Yes, CLSID_PSTypeComp should be added to the cases in which
> OLEAUTPS_DllGetClassObject is called in
> dlls/oleaut32/oleaut.c:DllGetClassObject.
>
thanks, done that!
Now it's missing proxy/stub implementation in
dlls/oleaut32/usrmarshal.c
The methods are already impl
On Tue, Feb 26, 2008 at 11:12 AM, Dan Kegel <[EMAIL PROTECTED]> wrote:
> your patch uses IsBadReadPtr(), but that function
> is deprecated in favor of using an exception handler.
For an explanation as to why IsBad*Ptr is really bad read the following
http://blogs.msdn.com/oldnewthing/archive/20
"Dan Kegel" <[EMAIL PROTECTED]> wrote:
> your patch uses IsBadReadPtr(), but that function
> is deprecated in favor of using an exception handler.
> See
> http://www.winehq.org/pipermail/wine-devel/2006-April/046560.html
> Here's an example (sorry it's a messy one, it's just the first one
> google
Daniel Mario Vega wrote:
>A few days ago I sent 2 patches for gdi32 to wine-patches
>that passed unnoticed. I would like if someone could give
> me some feedback on them.
OK. I replied to each of them just now with my guess.
Don't worry, patches being ignored is normal, it
just means you have to
This patch looks nice, but it could use a conformance test.
Please add one and resend.
And consider filing a bug and referring to the bug in the patch
description, that never hurts.
- Dan
Hi,
your patch uses IsBadReadPtr(), but that function
is deprecated in favor of using an exception handler.
See
http://www.winehq.org/pipermail/wine-devel/2006-April/046560.html
Here's an example (sorry it's a messy one, it's just the first one
google found):
http://www.winehq.org/pipermail/wine-pa
Am Dienstag, 26. Februar 2008 14:41:12 schrieb Tijl Coosemans:
> On Monday 25 February 2008 17:49:42 Stefan Dösinger wrote:
> > * Other things?
>
> Display settings at the window manager level:
>
> http://bugs.winehq.org/show_bug.cgi?id=3230
> http://bugs.winehq.org/show_bug.cgi?id=10115
> http://b
"Dmitry Timoshkov" <[EMAIL PROTECTED]> wrote:
>> This patch fixes image header handling with BT_BITFIELD value in
>> biCompression
>> field. 3 DWORDs of mask were included into image bits, it caused some color
>> troubles and image horizontal shift. Size of bitmap info structure includes
>> no
"Alexander Demakin" <[EMAIL PROTECTED]> wrote:
> This patch fixes image header handling with BT_BITFIELD value in
> biCompression
> field. 3 DWORDs of mask were included into image bits, it caused some color
> troubles and image horizontal shift. Size of bitmap info structure includes
> now th
On Monday 25 February 2008 17:49:42 Stefan Dösinger wrote:
> * Other things?
Display settings at the window manager level:
http://bugs.winehq.org/show_bug.cgi?id=3230
http://bugs.winehq.org/show_bug.cgi?id=10115
http://bugs.winehq.org/show_bug.cgi?id=10841
Am Montag, 25. Februar 2008 19:21:18 schrieb Roderick Colenbrander:
> > Did someone mention a nice way to query amount of video card's onboard
> > VRAM?
>
> I talked about that with some X developers a while ago and they felt (and I
> agree with them) that this is something that should not be expor
On Monday 25 February 2008 22:54:57 Scott Ritchie wrote:
> Write a case insensitive FUSE filesystem for us to put the entire
> ~/.wine directory in. See http://wiki.winehq.org/CaseInsensitiveFilenames
>
> There are two main advantages to this:
> Sometimes applications break because users need to
Hi!
A few days ago I sent 2 patches for gdi32 to wine-patches that passed
unnoticed. I would like if someone could give me some feedback on them.
Let me first give you some background about these patches. There is an
application called "Compumap" that is a street map of some Argentine cities.
Guillermo Winkler wrote:
> Hi,
> I'm having some problems regarding ITypeInfo/ITypeComp implementation.
>
> IDispatch* pdisp;
> ITypeInfo* ptinfo;
>
> HRESULT hr = pdisp->GetTypeInfo(0, LOCALE_SYSTEM_DEFAULT, &typeinfo);
> hr = ptinfo->GetTypeComp(&ptcomp);
>
>
> pdisp is created from
>
>
Francois Gouget wrote:
> ---
> dlls/opengl32/tests/opengl.c |4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/dlls/opengl32/tests/opengl.c b/dlls/opengl32/tests/opengl.c
> index 3836ba7..344e2c6 100644
> --- a/dlls/opengl32/tests/opengl.c
> +++ b/dlls/opengl32/tests
[EMAIL PROTECTED] writes:
>>From 881b8de1e044ff90bcb543501208a9cd879cbc16 Mon Sep 17 00:00:00 2001
> From: Tony Wasserka <[EMAIL PROTECTED]>
> Date: Sat, 23 Feb 2008 13:55:40 +0100
> Subject: [PATCH] d3dx9: Add IMPORTLIB to every Makefile.in
That shouldn't be needed, there are no such import libs
[EMAIL PROTECTED] writes:
> D3DXCheckVersion doesn't check for one specific D3DX version, but
> for all that are compatible with our Wine code (i.e. d3dx9_24 to d3dx9_36)
> The reasons for that were explained in these mails by me:
> http://www.winehq.org/pipermail/wine-devel/2008-February/062290.h
"Alistair Leslie-Hughes" <[EMAIL PROTECTED]> writes:
> Is there any thing wrong with this patch?
>> +/* Test invalid size */
>> +szDest[0] = 'A';
>> +ret = p_wcscpy_s(szDest, 0, szLongText);
>> +ok(ret == EINVAL, "expected ERANGE got %d\n", ret);
>> +ok(szDest[0] == 0, "szD
"Alistair Leslie-Hughes" <[EMAIL PROTECTED]> writes:
> Hi,
> Im a little confused, IXMLDOMComment_put_data wasnt compiling on my
> machine, and yet
> Alexandre changed to include this code and now it compiles correctly?
> I event tried a
>>make clean; ./configure; make depend;make
> which didnt
Hi,
I'm having some problems regarding ITypeInfo/ITypeComp implementation.
IDispatch* pdisp;
ITypeInfo* ptinfo;
HRESULT hr = pdisp->GetTypeInfo(0, LOCALE_SYSTEM_DEFAULT, &typeinfo);
hr = ptinfo->GetTypeComp(&ptcomp);
pdisp is created from
hr = CoCreateInstance(clsid,
N
"Maarten Lankhorst" <[EMAIL PROTECTED]> writes:
> @@ -3059,12 +3060,14 @@ static INT HTTP_GetResponseHeaders(LPWININETHTTPREQW
> lpwhr)
> * We should first receive 'HTTP/1.x nnn OK' where nnn is the status
> code.
> */
> memset(buffer, 0, MAX_REPLY_LEN);
> +m
Hi,
Is there any thing wrong with this patch?
Best Regards
Alistair Leslie-Hughes
"Alistair Leslie-Hughes" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
> Correct msvcrt.spec file
>
> Changelog:
> msvcrt: Implemented wcscpy_s
>
"Alistair Leslie-Hughes" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> +#if 0
> +/* For some Reason, IXMLDOMComment_put_data cannot be found even though
> it can
> + be exists in msxml2.h.
> + */
> +/* put data Tests */
> +hr = IXMLDOMComment_put
39 matches
Mail list logo