Re: msvcr80 support!

2007-07-31 Thread Detlef Riekenberg
Hi Evan. For the case, that you are still searching apps, that need "gdiplus.dll": On Mo, 2007-07-30 at 18:52 +0200, Kovács András wrote: > Hi, > > Msn live messenger can be started by commenting out > @ stdcall FindActCtxSectionStringA(long ptr long str ptr) > @ stdcall FindActC

msvcr80 support!

2007-07-31 Thread Luke Bratch
--- Stefan Dösinger <[EMAIL PROTECTED]> wrote: > Windows Live messenger still refuses to start. Do I have to do anything > special(other than updating wine), or should I report a bug for this: > > /usr/src/wine/linux/wine msnmsgr.exe > fixme:actctx:parse_depend_manifests Could not find dependent

Re: msvcr80 support!

2007-07-30 Thread Kovács András
Hi, Msn live messenger can be started by commenting out @ stdcall FindActCtxSectionStringA(long ptr long str ptr) @ stdcall FindActCtxSectionStringW(long ptr long wstr ptr) lines from kernel32.spec file. By the way it needs native gdiplus.dll, otherwise you won't get it's window.

Re: msvcr80 support!

2007-07-30 Thread Stefan Dösinger
> Did you find a fix for this? As per Alexandre's > suggestion I tried installing native common controls, > and also copying all the manifest files from a Windows > machine (even the whole winsxs directory), but I still > get the same error as you when I try to run my application. No, I didn't fin

Re: msvcr80 support!

2007-07-27 Thread Alexandre Julliard
Stefan Dösinger <[EMAIL PROTECTED]> writes: > Windows Live messenger still refuses to start. Do I have to do anything > special(other than updating wine), or should I report a bug for this: You need to install native common controls 6, or copy the common controls manifest from a Windows box, we

Re: msvcr80 support!

2007-07-27 Thread Stefan Dösinger
Am Freitag, 27. Juli 2007 11:37 schrieb Alexandre Julliard: > "Dan Kegel" <[EMAIL PROTECTED]> writes: > > It may be time to start revisiting bugs related > > to our lack of msvcr80 support > > ( cf. http://bugs.winehq.org/show_bug.cgi?id=6591 ), > > as i

Re: msvcr80 support!

2007-07-27 Thread Alexandre Julliard
"H. Verbeet" <[EMAIL PROTECTED]> writes: > I'm getting a "wrong type attr Win32" from an application (not for > msvcr80 though, afaik). I guess the check at > http://source.winehq.org/git/wine.git/?a=blob;f=dlls/ntdll/actctx.c;h=912d8231e34e88ec8d5edba775503a3809fe9b42;hb=HEAD#l838 > should be cas

Re: msvcr80 support!

2007-07-27 Thread H. Verbeet
On 27/07/07, Alexandre Julliard <[EMAIL PROTECTED]> wrote: > Yes it's supposed to work now, if you find cases where it doesn't > please report them. > I'm getting a "wrong type attr Win32" from an application (not for msvcr80 though, afaik). I guess the check at http://source.winehq.org/git/wine.g

Re: msvcr80 support!

2007-07-27 Thread Alexandre Julliard
"Dan Kegel" <[EMAIL PROTECTED]> writes: > It may be time to start revisiting bugs related > to our lack of msvcr80 support > ( cf. http://bugs.winehq.org/show_bug.cgi?id=6591 ), > as it seems to have started working in the last week. > I don't know if it&

msvcr80 support!

2007-07-26 Thread Dan Kegel
It may be time to start revisiting bugs related to our lack of msvcr80 support ( cf. http://bugs.winehq.org/show_bug.cgi?id=6591 ), as it seems to have started working in the last week. I don't know if it's complete yet, but this is way cool... - Dan