Mislav Blazevic wrote:
> ---
> dlls/apphelp/apphelp.c | 10 +-
> dlls/apphelp/apphelp.h | 272
> +
> 2 files changed, 273 insertions(+), 9 deletions(-)
> create mode 100644 dlls/apphelp/apphelp.h
Where all of this comes from? Is there an applic
> mscoree.c:179: Test failed: version is L"v1.1.4322" , expected L"v2.0.50727"
Ah, that's because we're hard-coding the index to 2.0 here:
http://source.winehq.org/source/dlls/mscoree/metahost.c#L1392
Austin English writes:
> try 2: don't unconditionally disable ApplicationServices.h
>
> Tested on 10.7
> diff --git a/configure.ac b/configure.ac
> index 0e3df61..5e1fe10 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -70,6 +70,7 @@ AC_ARG_WITH(pthread,
> AS_HELP_STRING([--without-pthre
Alistair Leslie-Hughes writes:
> Hi,
>
>
> Changelog:
> mscoree: Redirect .NET 1.0 to .NET 2.0
It doesn't work:
../../../tools/runtest -q -P wine -M mscoree.dll -T ../../.. -p
mscoree_test.exe.so mscoree.c && touch mscoree.ok
mscoree.c:179: Test failed: version is L"v1.1.4322" , expected L
On 15/08/2013 2:41 AM, Vincent Povirk wrote:
This seems suspicious to me. You appear to be taking the namespace of
the class and assuming it's an assembly name.
Is there really no other information in the registry that could be
used to identify the assembly?
I'll have another look to see if it