[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: VC++ 2005 Express build

From: steveking <steveking_at_gmx.ch>
Date: 2005-12-16 22:27:51 CET

Vadim Chekan wrote:
> On 12/16/05, Stefan Küng <tortoisesvn@gmail.com> wrote:
>> *if* you install those dll's as private side-by-side assemblies. You
>> can't just copy them in your installation folder as you did with the
>> CRT71 dll's. You must create the same directory structure as you find in
>> %WINDOWS%\WinSxS\ - including the directory names and the manifest files
>> beside the CRT dlls.
>> Those dll's are compiled as side-by-side assemblies and refuse to be
>> loaded 'the normal way'. At least on XP. On older OS which don't even
>> know about side-by-side assemblies, you can of course install them as
>> you did the older CRT dll's.
>
> Do you mean that CRT80.dll must have manifest and be propery installed?
> I mean that we can safely turn off manifest for subversion project.
> And it worked for me. At least I did so for some dlls

Yes, both CRT80 must be installed properly (including its manifest) and
all dlls using it must also have a manifest (or have the manifest
embedded). Otherwise those dlls without a manifest won't work.
I really doubt that you could have turned off the manifests for CRT80
and got a working Subversion exe.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Dec 16 22:34:44 2005

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.