我嘗試使用編譯命令行一個C++文件:編譯命令行的Visual C++
C:\"Program Files (x86)"\"Microsoft Visual Studio 10.0"\VC\bin\x86_amd64\CL /FAcs C:\Users\X\Documents\"Visual Studio 2010"\Projects\"Project File"\My_Project\HELLO.CPP
,但我得到的錯誤:
The program can't start because mspdb100.dll is missing from your computer. Try reinstalling the program to fix this problem.
我必須做出錯誤的命令線路呼叫。有人可以幫忙嗎?
編輯我將從C#應用程序調用這個,創建一個Process對象然後執行。有沒有一種方法可以確保所有變量都已設置,從C#應用程序/從C#代碼執行另一個.bat腳本?
檢查您的機器。確保mspdb100.dll位於您的環境PATH上。 – StarPilot