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

Re: Minor cosmetic problem on x64 + remark about upcoming log formating feature

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-06-25 15:39:28 CEST

Stefan Fuhrmann wrote:
> Tim Van Holder wrote:
>
>> I do have one minor cosmetic niggle with the x64 edition - the dialogs
>> aren't themed, and I'm pretty sure the x32 ones are.
>
> The UI code is the same for both platforms. The only difference I am
> aware of is an assembly include in one or two places. So, no clue on
> my part :(
> But maybe somebody else knows what to do about it.

It's lines like this:
#ifndef WIN64
# pragma comment(linker, "\"/manifestdependency:type='win32'
name='Microsoft.Windows.Common-Controls' version='6.0.0.0'
processorArchitecture='X86' publicKeyToken='6595b64144ccf1df'
language='*'\"")
#endif

(e.g. src/TortoiseProc/TortoiseProc.cpp, line 77)

That pragma add the manifest for the version 6 common controls. This is
not done for the x64 build.
We'd have to find the correct pragma statement for the x64 version.

Stefan, can you try if this pragma works for the x64 build?
#pragma comment(linker,"/manifestdependency:\"type='win32'
name='Microsoft.Windows.Common-Controls' version='6.0.0.0'
processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df'
language='*'\"")

Can't test it myself, due to lack of x64 computer.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Sun Jun 25 15:39:41 2006

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

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