Visual Studio 2005項目選項 (Visual Studio 2005 Project options)


問題描述

Visual Studio 2005 項目選項 (Visual Studio 2005 Project options)

我在 Visual Studio 2005(專業版)中有一個解決方案,它有 8 個項目。我面臨一個問題,即使我在相關項目的項目設置中設置了命令參數,它也不接受那些命令行參數,它顯示 argc = 1,儘管我給出了超過 1 個命令參數。嘗試使此解決方案的設置類似於工作解決方案,但沒有成功。任何指針?

‑Ajit.


參考解法

方法 1:

Hmm.. Are you sure the specified project is set as the start project (right click > set as startup project) ??

Oh, and obviously you need to be in the correct configuration mode ^_^

(Notice it can be changed to debug | build | all configurations )

方法 2:

Are you sure you are setting the command arguments on the same configuration (Debug|Release) you are debugging? As far as I remember command arguments are per configuration.

(by goldenmeanRob CooperSergio Acosta)

參考文件

  1. Visual Studio 2005 Project options (CC BY‑SA 2.5/3.0/4.0)

#projects #visual-studio-2005






相關問題

Netbeans 運行我所有的項目 (Netbeans runs all my projects)

Cara berbagi konfigurasi antara Dua atau lebih lingkungan TRAC (How To share configurations between Two or more TRAC environments)

Visual Studio 2005安裝程序項目安裝在終端服務器上崩潰 (Visual Studio 2005 Setup project install crashes over Terminal Server)

XCode 項目詳情? (XCode Project Details?)

Visual Studio 2005項目選項 (Visual Studio 2005 Project options)

布朗菲爾德VS格林菲爾德的發展? (Brownfield vs Greenfield development?)

NodeJS 中復雜系統的架構方法 (Architectural approach to complex system in NodeJS)

使用Wiki作為中央開發項目存儲庫 (Using a wiki as a central development project repository)

開發 Web 服務器的技巧 (Tips for developing a web server)

Visual Studio 解決方案/項目組織 (Visual Studio solution/projects organization)

為什麼我的項目在沒有變化的情況下構建? (Why do my projects build when there are no changes?)

如何使用開源項目改進我的 C++ (How to improve my C++ with open source projects)







留言討論