Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

help me please

p_pat_80
Beginner
458 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
458 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