1
error MSB3073: The command "
if "%OS%"=="" goto NOTNT
if not "%OS%"=="Windows_NT" goto NOTNT
"EventController.exe" /RegServer
echo regsvr32 exec. time > "UnicodeDebug\regsvr32.trg"
echo Server registration done!
goto end
:NOTNT
echo Warning : Cannot register Unicode EXE on Windows 95
:end
:VCEnd"
exited with code 9009.
如何處理此錯誤。幫助表示讚賞,感謝錯誤MSB3073:Visual Studio 2010,windows7
看起來不像C++程序 – 2012-01-10 13:38:01
它不是一個C++程序,它是錯誤的:實際上我無法將它作爲純文本發佈。我需要知道如何解決這個錯誤?謝謝 – Ehsank 2012-01-10 13:40:54