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 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.



-- 
 
By by ... Detlef






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 assembly 
> L"Microsoft.Windows.Common-Controls"
> err:module:import_dll Library MSVCR80.dll (which is
needed by L"C:
> \\Programme\\MSN Messenger\\msnmsgr.exe") not found
> err:module:import_dll Library MSVCR80.dll (which is
needed by L"C:
> \\Programme\\MSN Messenger\\MSNCore.dll") not found
> err:module:import_dll Library MSNCore.dll (which is
needed by L"C:
> \\Programme\\MSN Messenger\\msnmsgr.exe") not found
> err:module:import_dll Library MSVCR80.dll (which is
needed by L"C:
> \\Programme\\MSN Messenger\\ContactsUX.dll") not
found
> err:module:import_dll Library MSVCR80.dll (which is
needed by L"C:
> \\Programme\\MSN Messenger\\MSNCore.dll") not found
> err:module:import_dll Library MSNCore.dll (which is
needed by L"C:
> \\Programme\\MSN Messenger\\ContactsUX.dll") not
found
> err:module:import_dll Library ContactsUX.dll (which
is needed by L"C:
> \\Programme\\MSN Messenger\\msnmsgr.exe") not found
> err:module:LdrInitializeThunk Main exe
initialization for L"C:\\Programme\\MSN 
> Messenger\\msnmsgr.exe" failed, status c135
> 
> I ran it from its installation directory, not from
C:\windows\winsxs\...\. 
> When running it from msvcr80's directory it pops up
a message box saying that 
> the app tried to load the C runtime incorrectly.
This used to work before. 
> (Live messenger failed to connect later, for some
other reasons)

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.


  ___ 
Yahoo! Mail is the world's favourite email. Don't settle for less, sign up for
your free account today 
http://uk.rd.yahoo.com/evt=44106/*http://uk.docs.yahoo.com/mail/winter07.html 




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.
It is still unusable because of lack of textsrv functions of riched20.dll 
(native causes unhandled exception), and there is another problem that is 
present in msn 7.5, you can't sign in.

2007. július 27. 13.22 dátummal Alexandre Julliard ezt írta:
> 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 don't have manifests for
> builtin dlls yet.




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 find a fix, but I didn't spend much time searching for one 
either. I didn't try more than you did.




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 don't have manifests for
builtin dlls yet.

-- 
Alexandre Julliard
[EMAIL PROTECTED]




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 it seems to have started working in the last week.
> > I don't know if it's complete yet, but this is way cool...
>
> Yes it's supposed to work now, if you find cases where it doesn't
> please report them.
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 assembly 
L"Microsoft.Windows.Common-Controls"
err:module:import_dll Library MSVCR80.dll (which is needed by L"C:
\\Programme\\MSN Messenger\\msnmsgr.exe") not found
err:module:import_dll Library MSVCR80.dll (which is needed by L"C:
\\Programme\\MSN Messenger\\MSNCore.dll") not found
err:module:import_dll Library MSNCore.dll (which is needed by L"C:
\\Programme\\MSN Messenger\\msnmsgr.exe") not found
err:module:import_dll Library MSVCR80.dll (which is needed by L"C:
\\Programme\\MSN Messenger\\ContactsUX.dll") not found
err:module:import_dll Library MSVCR80.dll (which is needed by L"C:
\\Programme\\MSN Messenger\\MSNCore.dll") not found
err:module:import_dll Library MSNCore.dll (which is needed by L"C:
\\Programme\\MSN Messenger\\ContactsUX.dll") not found
err:module:import_dll Library ContactsUX.dll (which is needed by L"C:
\\Programme\\MSN Messenger\\msnmsgr.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"C:\\Programme\\MSN 
Messenger\\msnmsgr.exe" failed, status c135

I ran it from its installation directory, not from C:\windows\winsxs\...\. 
When running it from msvcr80's directory it pops up a message box saying that 
the app tried to load the C runtime incorrectly. This used to work before. 
(Live messenger failed to connect later, for some other reasons)





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 case insensitive. Or perhaps xmlstr_cmp() should be case
> insensitive in general?

No, only in that case, XML is case sensitive in general. Though I
don't think we actually need to check the type at all, we could simply
store it as is.

-- 
Alexandre Julliard
[EMAIL PROTECTED]




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.git/?a=blob;f=dlls/ntdll/actctx.c;h=912d8231e34e88ec8d5edba775503a3809fe9b42;hb=HEAD#l838
should be case insensitive. Or perhaps xmlstr_cmp() should be case
insensitive in general?




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's complete yet, but this is way cool...

Yes it's supposed to work now, if you find cases where it doesn't
please report them.

-- 
Alexandre Julliard
[EMAIL PROTECTED]




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