i am trying to build the google dart project on windows XP.
following the installation documentation, i ran accross a problem. The python script needs to call devenv. The problem is that with Visual 10 Express, i don't have this exe which should be in
C:\\Program Files (x86)\\Microsoft Visual Studio 10.0\\Common7\\IDE
Where can i get this exe ? Do i need to download a prior version that visual 10 ?
I had an issue that needed me to edit
devenv.exe.configwhich doesn't exist in VCExpress and learned in the answer that the name of the exe (and of course it's matching.configfile) depends on the version of Visual Studio.In the "complete" versions of VS such as VSPro the executable you're looking for is indeed
devenv.exebut in Express it'svcexpress.exe(or the equivalent for your Express version eg vbexpress.exe for Visual Basic Express etc) so it's not so much that Express doesn't includedevenv.exebut that it's called something else and presumably not all command line options underdevenv.exewill be available or perform the same asv*express.exe.