Roger Lipscombe wrote:
> Stefan Küng wrote:
>> Or (never tried): the SDK also has a resource compiler included. Maybe
>> there's a way to make VS2005 use the one which ships with the SDK?
> 1. Go to Tools -> Options -> Projects and Solutions -> VC++ Directories
> -> Executable Files
> 2. Add C:\Program Files\Microsoft SDKs\Windows\v6.0\bin to the top of
> the list.
>
> We had to do this internally because the latest Platform SDK has IDL
> files that no longer compile with the VS2005 version of MIDL.
> It also pulls in the Resource Compiler from the SDK...
>
> 1>------ Build started: Project: ProjectNameRemoved, Configuration:
> DebugD Win32 ------
> 1>Compiling resources...
> 1>Microsoft (R) Windows (R) Resource Compiler Version 6.0.5724.0
> 1>Copyright (C) Microsoft Corporation. All rights reserved.
>
> I've not tried this with TortoiseSVN (because I've got VS2008 for that),
> but we're still using VS2005 for most of our stuff.
Thanks for the hint!
Anyway: in about a month, when the vs2008 feature pack gets released, I
will drop the GRETA library and use the TR1 regular expressions. And
from that time on, it won't be possible to compile TSVN with VS2005
anymore for sure.
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-02-21 10:50:53 CET