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

Re: Building using VC++ 2005 Express

From: Rainer Müller <mueller_rainer_at_gmx.de>
Date: 2005-12-12 18:53:56 CET

Stefan Küng wrote:
> What application is started when you doubleclick on a *.sln file? That's
> the one you have to call instead of devenv. I thought that VC-Express
> had the same name?

No, since all Express versions share the same file extensions and all versions
can be installed in parallel, there is a so called 'Microsoft Visual Studio
Version Selector'.
After looking in HKEY_CLASSES_ROOT I found this Shell\Open\command:
"%COMMONPROGRAMFILES%\Microsoft Shared\MSEnv\VSLauncher.exe" "%1"

I don't think this is the right one. Maybe the build script needs
%PROGRAMFILES%\Microsoft Visual Studio 8\Common7\IDE\VCExpress.exe?

> Also, maybe you have to call a vsvars32.bat file inside your VC-Express
> installation folder too before you call the build script.

This is located at "%VS80COMNTOOLS%vsvars32.bat", which is already used in the
build script.

HTH, Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Dec 12 18:55:23 2005

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.