Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

help me please

p_pat_80
Beginner
367 Views
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"
0 Kudos
1 Reply
Steven_L_Intel1
Employee
367 Views
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.
0 Kudos
Reply