- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I debug intel fortran 9 in Visual Studio .Net 2003 but it have error "Visual Studio cannot debug because a debug target has not been specified"
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
When you created your project, you selected the "Static library" project type and a library cannot be debugged by itself. Create a new project of type "Console application" and you should be fine.
