No devenv file in Microsoft visual Express 10

前端 未结 4 787
执念已碎
执念已碎 2020-12-16 03:51

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

4条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-16 04:05

    Scripts depending on devenv are likely to work if you create a devenv.bat with content

    %dp0%vcsexpress.exe %*
    

提交回复
热议问题