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

Visual Studio cannot debug because <x> is not an EXE file

Luis_M_
Beginner
648 Views

I am trying to port a compaq FORTRAN app to Intel v11.  No compilation error, the app runs from the cmd prompt.  There was a topic that is now closed but looked similar.  No luck.

Help would be appreciated

0 Kudos
7 Replies
Arjen_Markus
Honored Contributor I
648 Views

So what is the problem?

0 Kudos
Luis_M_
Beginner
648 Views

I cannot debug the app.  I uploaded a screen capture of the message.

0 Kudos
andrew_4619
Honored Contributor II
648 Views

Do a full rebuild and post the buildlog (a html file) which will show what has happened.

 

0 Kudos
Luis_M_
Beginner
648 Views

I already tried but saw nothing obviously wrong. Log attached with txt extension.

0 Kudos
Kevin_D_Intel
Employee
648 Views

So it does not run under the VS IDE with either Debugging or Without Debugging?

Any possible settings under Properties > Debugging > Command that might be at play?

0 Kudos
Luis_M_
Beginner
648 Views

Nope.

I just tried a test program (same default settings) that uses the same libraries (that I suspected could give me trouble) but it works fine.  It looks like VS is choking on the size or complexity of the app.

0 Kudos
Lorri_M_Intel
Employee
648 Views

It is, quite likely, too big.

I see that you are using /libs:static.   Can you try linking against the DLL libraries instead?  That should make your executable smaller.

                          --Lorri

0 Kudos
Reply