- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I set up VS 2005 and Fortran Commpiler 10.1 Trial. I create Intel fortran windowing application in VS 2005, when debugged it I've got an error "Cannot debug because debug... target is mmissing". What did I do the wrong way?
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It sounds as if you selected a non-executable project type, such as DLL or static library. When you build, does it create an EXE?
Right click on the project name (next to the white F in a blue block), select Properties, then Debugging. In the Command field, it should say: "$(TargetPath)" There should be a Linker property page with an Output File property of "$(OutDir)$(ProjectName).exe".
If you do not see these, create a new Intel Fortran project and make sure that you select Windowing Application and the appropriate sub-project type.
Right click on the project name (next to the white F in a blue block), select Properties, then Debugging. In the Command field, it should say: "$(TargetPath)" There should be a Linker property page with an Output File property of "$(OutDir)$(ProjectName).exe".
If you do not see these, create a new Intel Fortran project and make sure that you select Windowing Application and the appropriate sub-project type.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page